Skip to content

Commit

Permalink
update project for xcode 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bg-stripe committed Mar 1, 2017
1 parent b0bc6b1 commit a1747e7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0810"
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
3 changes: 1 addition & 2 deletions Stripe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@
CLASSPREFIX = STP;
LastSwiftUpdateCheck = 0730;
LastTestingUpgradeCheck = 0510;
LastUpgradeCheck = 0810;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = "Stripe, Inc";
TargetAttributes = {
045E7C021A5F41DE004751EF = {
Expand Down Expand Up @@ -2597,7 +2597,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 04F39F101AEF2AFE005B926E /* StripeiOS-Debug.xcconfig */;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
};
name = Debug;
};
Expand Down
2 changes: 1 addition & 1 deletion Stripe.xcodeproj/xcshareddata/xcschemes/StripeiOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0810"
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0810"
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
9 changes: 9 additions & 0 deletions Stripe/BuildConfigurations/Project-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES
CLANG_WARN_UNREACHABLE_CODE = YES


CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;


CLANG_WARN_INFINITE_RECURSION = YES;


CLANG_WARN_SUSPICIOUS_MOVE = YES;


ENABLE_STRICT_OBJC_MSGSEND = YES


Expand Down
1 change: 0 additions & 1 deletion Stripe/BuildConfigurations/StripeiOS-Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/

PRODUCT_NAME = Stripe


// Skip Install
//
// Activating this setting when deployment locations are used causes the product to be
Expand Down
2 changes: 1 addition & 1 deletion Stripe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Stripe</string>
<key>CFBundleIdentifier</key>
<string>com.stripe.stripe-ios</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit a1747e7

Please sign in to comment.