rename Stripe iOS Example (Custom) -> Custom Integration (ObjC)

This commit is contained in:
Ben Guo 2017-07-18 17:32:22 -04:00
parent 0b1d576528
commit d0818b825a
25 changed files with 53 additions and 77 deletions

View File

@ -38,7 +38,7 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
04533E871A687F5D00C7E52E /* Stripe iOS Example (Custom).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Stripe iOS Example (Custom).app"; sourceTree = BUILT_PRODUCTS_DIR; };
04533E871A687F5D00C7E52E /* Custom Integration (ObjC).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Custom Integration (ObjC).app"; sourceTree = BUILT_PRODUCTS_DIR; };
04533E8B1A687F5D00C7E52E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
04533E8C1A687F5D00C7E52E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
04533E8E1A687F5D00C7E52E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@ -81,7 +81,7 @@
isa = PBXGroup;
children = (
04533F0E1A68813100C7E52E /* Frameworks */,
04533E891A687F5D00C7E52E /* Stripe iOS Example (Custom) */,
04533E891A687F5D00C7E52E /* Custom Integration (ObjC) */,
04533E881A687F5D00C7E52E /* Products */,
);
sourceTree = "<group>";
@ -89,12 +89,12 @@
04533E881A687F5D00C7E52E /* Products */ = {
isa = PBXGroup;
children = (
04533E871A687F5D00C7E52E /* Stripe iOS Example (Custom).app */,
04533E871A687F5D00C7E52E /* Custom Integration (ObjC).app */,
);
name = Products;
sourceTree = "<group>";
};
04533E891A687F5D00C7E52E /* Stripe iOS Example (Custom) */ = {
04533E891A687F5D00C7E52E /* Custom Integration (ObjC) */ = {
isa = PBXGroup;
children = (
04533EB01A68802E00C7E52E /* ShippingManager.h */,
@ -116,7 +116,7 @@
04533E971A687F5D00C7E52E /* Images.xcassets */,
04533E8A1A687F5D00C7E52E /* Supporting Files */,
);
path = "Stripe iOS Example (Custom)";
path = "Custom Integration (ObjC)";
sourceTree = "<group>";
};
04533E8A1A687F5D00C7E52E /* Supporting Files */ = {
@ -141,9 +141,9 @@
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
04533E861A687F5D00C7E52E /* Stripe iOS Example (Custom) */ = {
04533E861A687F5D00C7E52E /* Custom Integration (ObjC) */ = {
isa = PBXNativeTarget;
buildConfigurationList = 04533EAA1A687F5E00C7E52E /* Build configuration list for PBXNativeTarget "Stripe iOS Example (Custom)" */;
buildConfigurationList = 04533EAA1A687F5E00C7E52E /* Build configuration list for PBXNativeTarget "Custom Integration (ObjC)" */;
buildPhases = (
04533E831A687F5D00C7E52E /* Sources */,
04533E841A687F5D00C7E52E /* Frameworks */,
@ -154,9 +154,9 @@
);
dependencies = (
);
name = "Stripe iOS Example (Custom)";
name = "Custom Integration (ObjC)";
productName = "Stripe iOS Example (Custom)";
productReference = 04533E871A687F5D00C7E52E /* Stripe iOS Example (Custom).app */;
productReference = 04533E871A687F5D00C7E52E /* Custom Integration (ObjC).app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@ -174,7 +174,7 @@
};
};
};
buildConfigurationList = 04533E821A687F5D00C7E52E /* Build configuration list for PBXProject "Stripe iOS Example (Custom)" */;
buildConfigurationList = 04533E821A687F5D00C7E52E /* Build configuration list for PBXProject "Custom Integration (ObjC)" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
@ -187,7 +187,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
04533E861A687F5D00C7E52E /* Stripe iOS Example (Custom) */,
04533E861A687F5D00C7E52E /* Custom Integration (ObjC) */,
);
};
/* End PBXProject section */
@ -338,9 +338,9 @@
"$(inherited)",
"$(PROJECT_DIR)/**",
);
INFOPLIST_FILE = "Stripe iOS Example (Custom)/Info.plist";
INFOPLIST_FILE = "Custom Integration (ObjC)/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.stripe.CustomSDKExample;
PRODUCT_BUNDLE_IDENTIFIER = com.stripe.customexample;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
@ -362,9 +362,9 @@
"$(inherited)",
"$(PROJECT_DIR)/**",
);
INFOPLIST_FILE = "Stripe iOS Example (Custom)/Info.plist";
INFOPLIST_FILE = "Custom Integration (ObjC)/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.stripe.CustomSDKExample;
PRODUCT_BUNDLE_IDENTIFIER = com.stripe.customexample;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
@ -373,7 +373,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
04533E821A687F5D00C7E52E /* Build configuration list for PBXProject "Stripe iOS Example (Custom)" */ = {
04533E821A687F5D00C7E52E /* Build configuration list for PBXProject "Custom Integration (ObjC)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
04533EA81A687F5E00C7E52E /* Debug */,
@ -382,7 +382,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
04533EAA1A687F5E00C7E52E /* Build configuration list for PBXNativeTarget "Stripe iOS Example (Custom)" */ = {
04533EAA1A687F5E00C7E52E /* Build configuration list for PBXNativeTarget "Custom Integration (ObjC)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
04533EAB1A687F5E00C7E52E /* Debug */,

View File

@ -15,23 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "04533E861A687F5D00C7E52E"
BuildableName = "Stripe iOS Example (Custom).app"
BlueprintName = "Stripe iOS Example (Custom)"
ReferencedContainer = "container:Stripe iOS Example (Custom).xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "04533E9F1A687F5E00C7E52E"
BuildableName = "Stripe iOS Example (Custom)Tests.xctest"
BlueprintName = "Stripe iOS Example (Custom)Tests"
ReferencedContainer = "container:Stripe iOS Example (Custom).xcodeproj">
BuildableName = "Custom Integration (ObjC).app"
BlueprintName = "Custom Integration (ObjC)"
ReferencedContainer = "container:Custom Integration (ObjC).xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
@ -42,24 +28,14 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "04533E9F1A687F5E00C7E52E"
BuildableName = "Stripe iOS Example (Custom)Tests.xctest"
BlueprintName = "Stripe iOS Example (Custom)Tests"
ReferencedContainer = "container:Stripe iOS Example (Custom).xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "04533E861A687F5D00C7E52E"
BuildableName = "Stripe iOS Example (Custom).app"
BlueprintName = "Stripe iOS Example (Custom)"
ReferencedContainer = "container:Stripe iOS Example (Custom).xcodeproj">
BuildableName = "Custom Integration (ObjC).app"
BlueprintName = "Custom Integration (ObjC)"
ReferencedContainer = "container:Custom Integration (ObjC).xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
@ -80,9 +56,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "04533E861A687F5D00C7E52E"
BuildableName = "Stripe iOS Example (Custom).app"
BlueprintName = "Stripe iOS Example (Custom)"
ReferencedContainer = "container:Stripe iOS Example (Custom).xcodeproj">
BuildableName = "Custom Integration (ObjC).app"
BlueprintName = "Custom Integration (ObjC)"
ReferencedContainer = "container:Custom Integration (ObjC).xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
@ -99,9 +75,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "04533E861A687F5D00C7E52E"
BuildableName = "Stripe iOS Example (Custom).app"
BlueprintName = "Stripe iOS Example (Custom)"
ReferencedContainer = "container:Stripe iOS Example (Custom).xcodeproj">
BuildableName = "Custom Integration (ObjC).app"
BlueprintName = "Custom Integration (ObjC)"
ReferencedContainer = "container:Custom Integration (ObjC).xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>

View File

@ -1,6 +1,6 @@
//
// AppDelegate.h
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Jack Flintermann on 1/15/15.
// Copyright (c) 2015 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// ApplePayExampleViewController.h
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/22/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// ApplePayExampleViewController.m
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/22/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// BrowseExamplesViewController.h
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/17/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// BrowseExamplesViewController.m
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/17/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// CardExampleViewController.h
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/22/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// CardExampleViewController.m
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/22/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -18,6 +18,17 @@
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>$(BUNDLE_IDENTIFIER)</string>
<key>CFBundleURLSchemes</key>
<array>
<string>payments-example</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
@ -34,16 +45,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>$(BUNDLE_IDENTIFIER)</string>
<key>CFBundleURLSchemes</key>
<array>
<string>payments-example</string>
</array>
</dict>
</array>
</dict>
</plist>

View File

@ -1,6 +1,6 @@
//
// SofortExampleViewController.h
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/22/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// SofortExampleViewController.m
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/22/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// Card3DSExampleViewController.h
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/22/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// Card3DSExampleViewController.m
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Ben Guo on 2/22/17.
// Copyright © 2017 Stripe. All rights reserved.

View File

@ -1,6 +1,6 @@
//
// main.m
// Stripe iOS Example (Custom)
// Custom Integration (ObjC)
//
// Created by Jack Flintermann on 1/15/15.
// Copyright (c) 2015 Stripe. All rights reserved.

View File

@ -8,6 +8,6 @@
location = "group:/Users/bg/stripe/stripe-ios/Example/Standard Integration (Swift).xcodeproj">
</FileRef>
<FileRef
location = "group:Example/Stripe iOS Example (Custom).xcodeproj">
location = "group:/Users/bg/stripe/stripe-ios/Example/Custom Integration (ObjC).xcodeproj">
</FileRef>
</Workspace>