Skip to content

Commit

Permalink
Rename Alamofire target to Alamofire iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Jan 6, 2015
1 parent 488769c commit c421c81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Alamofire.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
F8111E3219A95C8B0040E7D1 /* Alamofire */ = {
F8111E3219A95C8B0040E7D1 /* Alamofire iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire" */;
buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */;
buildPhases = (
F8111E2E19A95C8B0040E7D1 /* Sources */,
F8111E2F19A95C8B0040E7D1 /* Frameworks */,
Expand All @@ -151,7 +151,7 @@
);
dependencies = (
);
name = Alamofire;
name = "Alamofire iOS";
productName = Alamofire;
productReference = F8111E3319A95C8B0040E7D1 /* Alamofire.framework */;
productType = "com.apple.product-type.framework";
Expand Down Expand Up @@ -203,7 +203,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
F8111E3219A95C8B0040E7D1 /* Alamofire */,
F8111E3219A95C8B0040E7D1 /* Alamofire iOS */,
F8111E3D19A95C8B0040E7D1 /* AlamofireTests */,
);
};
Expand Down Expand Up @@ -255,7 +255,7 @@
/* Begin PBXTargetDependency section */
F8111E6619A967880040E7D1 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = F8111E3219A95C8B0040E7D1 /* Alamofire */;
target = F8111E3219A95C8B0040E7D1 /* Alamofire iOS */;
targetProxy = F8111E6519A967880040E7D1 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
Expand Down Expand Up @@ -358,7 +358,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";
Expand All @@ -377,7 +377,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";
};
Expand Down Expand Up @@ -425,7 +425,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 */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "F8111E3219A95C8B0040E7D1"
BuildableName = "Alamofire.framework"
BlueprintName = "Alamofire"
BlueprintName = "Alamofire iOS"
ReferencedContainer = "container:Alamofire.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "NO"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "NO">
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F8111E3D19A95C8B0040E7D1"
Expand Down Expand Up @@ -58,7 +58,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "F8111E3219A95C8B0040E7D1"
BuildableName = "Alamofire.framework"
BlueprintName = "Alamofire"
BlueprintName = "Alamofire iOS"
ReferencedContainer = "container:Alamofire.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -77,7 +77,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "F8111E3219A95C8B0040E7D1"
BuildableName = "Alamofire.framework"
BlueprintName = "Alamofire"
BlueprintName = "Alamofire iOS"
ReferencedContainer = "container:Alamofire.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -95,7 +95,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "F8111E3219A95C8B0040E7D1"
BuildableName = "Alamofire.framework"
BlueprintName = "Alamofire"
BlueprintName = "Alamofire iOS"
ReferencedContainer = "container:Alamofire.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down

0 comments on commit c421c81

Please sign in to comment.