Skip to content

Commit

Permalink
Renamed Smartystreets_iOS_SDK to SmartystreetsSDK in some other files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshion Niemela committed Dec 21, 2016
1 parent ebb909e commit af8827b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions SmartystreetsSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
dependencies = (
);
name = SmartystreetsSDK_Universal;
productName = Smartystreets_iOS_SDK_Universal;
productName = SmartystreetsSDK_Universal;
};
/* End PBXAggregateTarget section */

Expand Down Expand Up @@ -122,7 +122,7 @@
containerPortal = AE76B5E01D5265030080C136 /* Project object */;
proxyType = 1;
remoteGlobalIDString = AE76B5E81D5265030080C136;
remoteInfo = Smartystreets_iOS_SDK;
remoteInfo = SmartystreetsSDK;
};
/* End PBXContainerItemProxy section */

Expand Down Expand Up @@ -505,7 +505,7 @@
dependencies = (
);
name = SmartystreetsSDK;
productName = Smartystreets_iOS_SDK;
productName = SmartystreetsSDK;
productReference = AE76B5E91D5265030080C136 /* SmartystreetsSDK.framework */;
productType = "com.apple.product-type.framework";
};
Expand All @@ -523,7 +523,7 @@
AE76B5F61D5265030080C136 /* PBXTargetDependency */,
);
name = SmartystreetsSDKTests;
productName = Smartystreets_iOS_SDKTests;
productName = SmartystreetsSDKTests;
productReference = AE76B5F31D5265030080C136 /* SmartystreetsSDKTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand Down Expand Up @@ -819,10 +819,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
Expand All @@ -844,10 +841,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = Sources/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
Expand Down

0 comments on commit af8827b

Please sign in to comment.