|
|
@@ -7,6 +7,8 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ 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 */; };
|
|
|
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 */; };
|
|
|
F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
|
|
|
@@ -30,6 +32,7 @@
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ 4DD67C0B1A5C55C900ED2280 /* 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>"; };
|
|
|
F8111E3819A95C8B0040E7D1 /* Alamofire.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alamofire.h; sourceTree = "<group>"; };
|
|
|
@@ -47,6 +50,13 @@
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
+ 4DD67C071A5C55C900ED2280 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
F8111E2F19A95C8B0040E7D1 /* Frameworks */ = {
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -78,6 +88,7 @@
|
|
|
children = (
|
|
|
F8111E3319A95C8B0040E7D1 /* Alamofire.framework */,
|
|
|
F8111E3E19A95C8B0040E7D1 /* AlamofireTests.xctest */,
|
|
|
+ 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */,
|
|
|
);
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -127,6 +138,14 @@
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
|
+ 4DD67C081A5C55C900ED2280 /* Headers */ = {
|
|
|
+ isa = PBXHeadersBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
F8111E3019A95C8B0040E7D1 /* Headers */ = {
|
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -138,9 +157,27 @@
|
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
- F8111E3219A95C8B0040E7D1 /* Alamofire */ = {
|
|
|
+ 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */ = {
|
|
|
isa = PBXNativeTarget;
|
|
|
- buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire" */;
|
|
|
+ buildConfigurationList = 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */;
|
|
|
+ buildPhases = (
|
|
|
+ 4DD67C061A5C55C900ED2280 /* Sources */,
|
|
|
+ 4DD67C071A5C55C900ED2280 /* Frameworks */,
|
|
|
+ 4DD67C081A5C55C900ED2280 /* Headers */,
|
|
|
+ 4DD67C091A5C55C900ED2280 /* Resources */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = "Alamofire OSX";
|
|
|
+ productName = AlamofireOSX;
|
|
|
+ productReference = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */;
|
|
|
+ productType = "com.apple.product-type.framework";
|
|
|
+ };
|
|
|
+ F8111E3219A95C8B0040E7D1 /* Alamofire iOS */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */;
|
|
|
buildPhases = (
|
|
|
F8111E2E19A95C8B0040E7D1 /* Sources */,
|
|
|
F8111E2F19A95C8B0040E7D1 /* Frameworks */,
|
|
|
@@ -151,7 +188,7 @@
|
|
|
);
|
|
|
dependencies = (
|
|
|
);
|
|
|
- name = Alamofire;
|
|
|
+ name = "Alamofire iOS";
|
|
|
productName = Alamofire;
|
|
|
productReference = F8111E3319A95C8B0040E7D1 /* Alamofire.framework */;
|
|
|
productType = "com.apple.product-type.framework";
|
|
|
@@ -183,6 +220,9 @@
|
|
|
LastUpgradeCheck = 0600;
|
|
|
ORGANIZATIONNAME = Alamofire;
|
|
|
TargetAttributes = {
|
|
|
+ 4DD67C0A1A5C55C900ED2280 = {
|
|
|
+ CreatedOnToolsVersion = 6.1.1;
|
|
|
+ };
|
|
|
F8111E3219A95C8B0040E7D1 = {
|
|
|
CreatedOnToolsVersion = 6.0;
|
|
|
};
|
|
|
@@ -203,13 +243,21 @@
|
|
|
projectDirPath = "";
|
|
|
projectRoot = "";
|
|
|
targets = (
|
|
|
- F8111E3219A95C8B0040E7D1 /* Alamofire */,
|
|
|
+ F8111E3219A95C8B0040E7D1 /* Alamofire iOS */,
|
|
|
+ 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */,
|
|
|
F8111E3D19A95C8B0040E7D1 /* AlamofireTests */,
|
|
|
);
|
|
|
};
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
|
+ 4DD67C091A5C55C900ED2280 /* Resources */ = {
|
|
|
+ isa = PBXResourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
F8111E3119A95C8B0040E7D1 /* Resources */ = {
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -227,6 +275,14 @@
|
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
+ 4DD67C061A5C55C900ED2280 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
F8111E2E19A95C8B0040E7D1 /* Sources */ = {
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
@@ -255,12 +311,55 @@
|
|
|
/* Begin PBXTargetDependency section */
|
|
|
F8111E6619A967880040E7D1 /* PBXTargetDependency */ = {
|
|
|
isa = PBXTargetDependency;
|
|
|
- target = F8111E3219A95C8B0040E7D1 /* Alamofire */;
|
|
|
+ target = F8111E3219A95C8B0040E7D1 /* Alamofire iOS */;
|
|
|
targetProxy = F8111E6519A967880040E7D1 /* PBXContainerItemProxy */;
|
|
|
};
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
+ 4DD67C1F1A5C55C900ED2280 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ DEFINES_MODULE = YES;
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
+ FRAMEWORK_VERSION = A;
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
+ "DEBUG=1",
|
|
|
+ "$(inherited)",
|
|
|
+ );
|
|
|
+ INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
|
|
|
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
+ PRODUCT_NAME = Alamofire;
|
|
|
+ SDKROOT = macosx;
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 4DD67C201A5C55C900ED2280 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ DEFINES_MODULE = YES;
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
+ FRAMEWORK_VERSION = A;
|
|
|
+ INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
|
|
|
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
+ PRODUCT_NAME = Alamofire;
|
|
|
+ SDKROOT = macosx;
|
|
|
+ SKIP_INSTALL = YES;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
F8111E4419A95C8B0040E7D1 /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
@@ -358,7 +457,7 @@
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
|
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ PRODUCT_NAME = Alamofire;
|
|
|
SKIP_INSTALL = YES;
|
|
|
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
@@ -377,7 +476,7 @@
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
|
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
- PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ PRODUCT_NAME = Alamofire;
|
|
|
SKIP_INSTALL = YES;
|
|
|
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
|
|
};
|
|
|
@@ -416,6 +515,14 @@
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
+ 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 4DD67C1F1A5C55C900ED2280 /* Debug */,
|
|
|
+ 4DD67C201A5C55C900ED2280 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ };
|
|
|
F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
@@ -425,7 +532,7 @@
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
defaultConfigurationName = Release;
|
|
|
};
|
|
|
- F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire" */ = {
|
|
|
+ F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */ = {
|
|
|
isa = XCConfigurationList;
|
|
|
buildConfigurations = (
|
|
|
F8111E4719A95C8B0040E7D1 /* Debug */,
|