|
@@ -73,8 +73,21 @@
|
|
|
4CDE2C471AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
|
|
4CDE2C471AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
|
|
|
4CE2724F1AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
|
|
4CE2724F1AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
|
|
|
4CE272501AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
|
|
4CE272501AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
|
|
|
|
|
+ 4CEC605A1B745C9100E684F4 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1DC8531B68908E00476DE3 /* Error.swift */; };
|
|
|
|
|
+ 4CEC605B1B745C9100E684F4 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0E5BF71B673D3400816CCC /* Result.swift */; };
|
|
|
|
|
+ 4CEC605C1B745C9B00E684F4 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
|
|
4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
|
|
|
|
|
+ E4202FCF1B667AA100C997FB /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */; };
|
|
|
|
|
+ E4202FD01B667AA100C997FB /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
|
|
|
|
|
+ E4202FD11B667AA100C997FB /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
|
|
|
|
|
+ E4202FD21B667AA100C997FB /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
|
|
|
|
|
+ E4202FD31B667AA100C997FB /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
|
|
|
|
|
+ E4202FD41B667AA100C997FB /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
|
|
|
|
|
+ E4202FD51B667AA100C997FB /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */; };
|
|
|
|
|
+ E4202FD61B667AA100C997FB /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */; };
|
|
|
|
|
+ E4202FD71B667AA100C997FB /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
|
|
|
|
|
+ E4202FD81B667AA100C997FB /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C421AF89F0900BABAE5 /* Validation.swift */; };
|
|
|
F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
|
|
F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
|
|
|
F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
|
|
F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
|
|
@@ -150,6 +163,7 @@
|
|
|
4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseSerialization.swift; sourceTree = "<group>"; };
|
|
4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseSerialization.swift; sourceTree = "<group>"; };
|
|
|
4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncoding.swift; sourceTree = "<group>"; };
|
|
4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncoding.swift; sourceTree = "<group>"; };
|
|
|
4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
+ E4202FE01B667AA100C997FB /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
F8111E3319A95C8B0040E7D1 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
F8111E3319A95C8B0040E7D1 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
F8111E3719A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
F8111E3719A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
F8111E3819A95C8B0040E7D1 /* Alamofire.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alamofire.h; sourceTree = "<group>"; };
|
|
F8111E3819A95C8B0040E7D1 /* Alamofire.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alamofire.h; sourceTree = "<group>"; };
|
|
@@ -176,6 +190,13 @@
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
|
|
+ E4202FD91B667AA100C997FB /* Frameworks */ = {
|
|
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
F8111E2F19A95C8B0040E7D1 /* Frameworks */ = {
|
|
F8111E2F19A95C8B0040E7D1 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -367,6 +388,7 @@
|
|
|
F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */,
|
|
F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */,
|
|
|
4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */,
|
|
4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */,
|
|
|
F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */,
|
|
F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */,
|
|
|
|
|
+ E4202FE01B667AA100C997FB /* Alamofire.framework */,
|
|
|
);
|
|
);
|
|
|
name = Products;
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -422,6 +444,14 @@
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
|
|
+ E4202FDA1B667AA100C997FB /* Headers */ = {
|
|
|
|
|
+ isa = PBXHeadersBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ 4CEC605C1B745C9B00E684F4 /* Alamofire.h in Headers */,
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
F8111E3019A95C8B0040E7D1 /* Headers */ = {
|
|
F8111E3019A95C8B0040E7D1 /* Headers */ = {
|
|
|
isa = PBXHeadersBuildPhase;
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -451,6 +481,24 @@
|
|
|
productReference = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */;
|
|
productReference = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */;
|
|
|
productType = "com.apple.product-type.framework";
|
|
productType = "com.apple.product-type.framework";
|
|
|
};
|
|
};
|
|
|
|
|
+ E4202FCD1B667AA100C997FB /* Alamofire watchOS */ = {
|
|
|
|
|
+ isa = PBXNativeTarget;
|
|
|
|
|
+ buildConfigurationList = E4202FDD1B667AA100C997FB /* Build configuration list for PBXNativeTarget "Alamofire watchOS" */;
|
|
|
|
|
+ buildPhases = (
|
|
|
|
|
+ E4202FCE1B667AA100C997FB /* Sources */,
|
|
|
|
|
+ E4202FD91B667AA100C997FB /* Frameworks */,
|
|
|
|
|
+ E4202FDA1B667AA100C997FB /* Headers */,
|
|
|
|
|
+ E4202FDC1B667AA100C997FB /* Resources */,
|
|
|
|
|
+ );
|
|
|
|
|
+ buildRules = (
|
|
|
|
|
+ );
|
|
|
|
|
+ dependencies = (
|
|
|
|
|
+ );
|
|
|
|
|
+ name = "Alamofire watchOS";
|
|
|
|
|
+ productName = Alamofire;
|
|
|
|
|
+ productReference = E4202FE01B667AA100C997FB /* Alamofire.framework */;
|
|
|
|
|
+ productType = "com.apple.product-type.framework";
|
|
|
|
|
+ };
|
|
|
F8111E3219A95C8B0040E7D1 /* Alamofire iOS */ = {
|
|
F8111E3219A95C8B0040E7D1 /* Alamofire iOS */ = {
|
|
|
isa = PBXNativeTarget;
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */;
|
|
buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */;
|
|
@@ -543,6 +591,7 @@
|
|
|
targets = (
|
|
targets = (
|
|
|
F8111E3219A95C8B0040E7D1 /* Alamofire iOS */,
|
|
F8111E3219A95C8B0040E7D1 /* Alamofire iOS */,
|
|
|
4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */,
|
|
4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */,
|
|
|
|
|
+ E4202FCD1B667AA100C997FB /* Alamofire watchOS */,
|
|
|
F8111E3D19A95C8B0040E7D1 /* Alamofire iOS Tests */,
|
|
F8111E3D19A95C8B0040E7D1 /* Alamofire iOS Tests */,
|
|
|
F829C6B11A7A94F100A2CD59 /* Alamofire OSX Tests */,
|
|
F829C6B11A7A94F100A2CD59 /* Alamofire OSX Tests */,
|
|
|
);
|
|
);
|
|
@@ -557,6 +606,13 @@
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
|
|
+ E4202FDC1B667AA100C997FB /* Resources */ = {
|
|
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
F8111E3119A95C8B0040E7D1 /* Resources */ = {
|
|
F8111E3119A95C8B0040E7D1 /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -634,6 +690,25 @@
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
|
|
|
+ E4202FCE1B667AA100C997FB /* Sources */ = {
|
|
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ E4202FCF1B667AA100C997FB /* Upload.swift in Sources */,
|
|
|
|
|
+ E4202FD01B667AA100C997FB /* ParameterEncoding.swift in Sources */,
|
|
|
|
|
+ E4202FD11B667AA100C997FB /* Request.swift in Sources */,
|
|
|
|
|
+ 4CEC605A1B745C9100E684F4 /* Error.swift in Sources */,
|
|
|
|
|
+ E4202FD21B667AA100C997FB /* ResponseSerialization.swift in Sources */,
|
|
|
|
|
+ E4202FD31B667AA100C997FB /* Manager.swift in Sources */,
|
|
|
|
|
+ 4CEC605B1B745C9100E684F4 /* Result.swift in Sources */,
|
|
|
|
|
+ E4202FD41B667AA100C997FB /* Alamofire.swift in Sources */,
|
|
|
|
|
+ E4202FD51B667AA100C997FB /* MultipartFormData.swift in Sources */,
|
|
|
|
|
+ E4202FD61B667AA100C997FB /* ServerTrustPolicy.swift in Sources */,
|
|
|
|
|
+ E4202FD71B667AA100C997FB /* Download.swift in Sources */,
|
|
|
|
|
+ E4202FD81B667AA100C997FB /* Validation.swift in Sources */,
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
F8111E2E19A95C8B0040E7D1 /* Sources */ = {
|
|
F8111E2E19A95C8B0040E7D1 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
@@ -762,6 +837,56 @@
|
|
|
};
|
|
};
|
|
|
name = Release;
|
|
name = Release;
|
|
|
};
|
|
};
|
|
|
|
|
+ E4202FDE1B667AA100C997FB /* Debug */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
|
|
+ DEFINES_MODULE = YES;
|
|
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
|
|
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
|
+ INFOPLIST_FILE = Source/Info.plist;
|
|
|
|
|
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
|
|
+ MODULE_NAME = "";
|
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.Alamofire;
|
|
|
|
|
+ PRODUCT_NAME = Alamofire;
|
|
|
|
|
+ SDKROOT = watchos;
|
|
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
|
|
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
|
|
+ TARGETED_DEVICE_FAMILY = 4;
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Debug;
|
|
|
|
|
+ };
|
|
|
|
|
+ E4202FDF1B667AA100C997FB /* Release */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ APPLICATION_EXTENSION_API_ONLY = YES;
|
|
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
+ CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
|
|
+ DEFINES_MODULE = YES;
|
|
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
|
|
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
|
|
+ INFOPLIST_FILE = Source/Info.plist;
|
|
|
|
|
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
|
|
+ MODULE_NAME = "";
|
|
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.Alamofire;
|
|
|
|
|
+ PRODUCT_NAME = Alamofire;
|
|
|
|
|
+ SDKROOT = watchos;
|
|
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
|
|
+ TARGETED_DEVICE_FAMILY = 4;
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Release;
|
|
|
|
|
+ };
|
|
|
F8111E4419A95C8B0040E7D1 /* Debug */ = {
|
|
F8111E4419A95C8B0040E7D1 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
@@ -978,6 +1103,15 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
};
|
|
|
|
|
+ E4202FDD1B667AA100C997FB /* Build configuration list for PBXNativeTarget "Alamofire watchOS" */ = {
|
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
|
+ buildConfigurations = (
|
|
|
|
|
+ E4202FDE1B667AA100C997FB /* Debug */,
|
|
|
|
|
+ E4202FDF1B667AA100C997FB /* Release */,
|
|
|
|
|
+ );
|
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
|
+ };
|
|
|
F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */ = {
|
|
F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */ = {
|
|
|
isa = XCConfigurationList;
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
buildConfigurations = (
|