reorganization and improve podspec

This commit is contained in:
Jack Flintermann 2015-01-07 18:36:34 -05:00 committed by James Reggio
parent 94ca4bd132
commit 3d7ede4fbe
26 changed files with 408 additions and 422 deletions

View File

@ -7,22 +7,6 @@
objects = {
/* Begin PBXBuildFile section */
0400D8151A5D144E00DC5AAD /* STPStrictURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7F01A5D144E00DC5AAD /* STPStrictURLProtocol.m */; };
0400D8161A5D144E00DC5AAD /* STPOSXCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7F41A5D144E00DC5AAD /* STPOSXCheckoutWebViewAdapter.m */; };
0400D8171A5D144E00DC5AAD /* STPIOSCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7F61A5D144E00DC5AAD /* STPIOSCheckoutWebViewAdapter.m */; };
0400D8181A5D144E00DC5AAD /* STPCheckoutInternalUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7F81A5D144E00DC5AAD /* STPCheckoutInternalUIWebViewController.m */; };
0400D8191A5D144E00DC5AAD /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7FA1A5D144E00DC5AAD /* STPColorUtils.m */; };
0400D81A1A5D144E00DC5AAD /* STPCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7FD1A5D144E00DC5AAD /* STPCheckoutOptions.m */; };
0400D81B1A5D144E00DC5AAD /* STPCheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7FF1A5D144E00DC5AAD /* STPCheckoutViewController.m */; };
0400D81C1A5D144E00DC5AAD /* STPPaymentPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D8011A5D144E00DC5AAD /* STPPaymentPresenter.m */; };
0400D81D1A5D144E00DC5AAD /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D8041A5D144E00DC5AAD /* STPAPIClient+ApplePay.m */; };
0400D81E1A5D144E00DC5AAD /* Stripe+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D8061A5D144E00DC5AAD /* Stripe+ApplePay.m */; };
0400D81F1A5D144E00DC5AAD /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D8091A5D144E00DC5AAD /* STPAPIClient.m */; };
0400D8201A5D144E00DC5AAD /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D80B1A5D144E00DC5AAD /* STPBankAccount.m */; };
0400D8211A5D144E00DC5AAD /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D80D1A5D144E00DC5AAD /* STPCard.m */; };
0400D8221A5D144E00DC5AAD /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D80F1A5D144E00DC5AAD /* STPToken.m */; };
0400D8231A5D144E00DC5AAD /* Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D8111A5D144E00DC5AAD /* Stripe.m */; };
0400D8241A5D144E00DC5AAD /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D8131A5D144E00DC5AAD /* StripeError.m */; };
04365D5A1A4CFBBB00A3E1D4 /* PassKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04365D591A4CFBBB00A3E1D4 /* PassKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
0470A29C19A5D5DB00B66DB7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0470A29B19A5D5DB00B66DB7 /* Foundation.framework */; };
0470A29E19A5D5DB00B66DB7 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0470A29D19A5D5DB00B66DB7 /* CoreGraphics.framework */; };
@ -44,6 +28,22 @@
04BA873419F89D5400B79DAF /* STPTestPaymentSummaryViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 04BA872B19F89D5400B79DAF /* STPTestPaymentSummaryViewController.xib */; };
04BA873519F89D5400B79DAF /* STPTestShippingMethodStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 04BA872D19F89D5400B79DAF /* STPTestShippingMethodStore.m */; };
04C0A07619F85E5100D699BB /* ShippingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C0A07519F85E5100D699BB /* ShippingManager.m */; };
04C2273E1A5DF81B009251A5 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2271A1A5DF81B009251A5 /* STPAPIClient+ApplePay.m */; };
04C2273F1A5DF81B009251A5 /* Stripe+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2271C1A5DF81B009251A5 /* Stripe+ApplePay.m */; };
04C227401A5DF81B009251A5 /* STPPaymentPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2271E1A5DF81B009251A5 /* STPPaymentPresenter.m */; };
04C227411A5DF81B009251A5 /* STPCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227211A5DF81B009251A5 /* STPCheckoutOptions.m */; };
04C227421A5DF81B009251A5 /* STPCheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227231A5DF81B009251A5 /* STPCheckoutViewController.m */; };
04C227431A5DF81B009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227261A5DF81B009251A5 /* STPCheckoutInternalUIWebViewController.m */; };
04C227441A5DF81B009251A5 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227291A5DF81B009251A5 /* STPColorUtils.m */; };
04C227451A5DF81B009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2272B1A5DF81B009251A5 /* STPIOSCheckoutWebViewAdapter.m */; };
04C227461A5DF81B009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2272D1A5DF81B009251A5 /* STPOSXCheckoutWebViewAdapter.m */; };
04C227471A5DF81B009251A5 /* STPStrictURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2272F1A5DF81B009251A5 /* STPStrictURLProtocol.m */; };
04C227481A5DF81B009251A5 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227321A5DF81B009251A5 /* STPAPIClient.m */; };
04C227491A5DF81B009251A5 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227341A5DF81B009251A5 /* STPBankAccount.m */; };
04C2274A1A5DF81B009251A5 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227361A5DF81B009251A5 /* STPCard.m */; };
04C2274B1A5DF81B009251A5 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227381A5DF81B009251A5 /* STPToken.m */; };
04C2274C1A5DF81B009251A5 /* Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2273A1A5DF81B009251A5 /* Stripe.m */; };
04C2274D1A5DF81B009251A5 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2273C1A5DF81B009251A5 /* StripeError.m */; };
04E75A3B19A71BFD000003DE /* Parse.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04E75A3A19A71BFD000003DE /* Parse.framework */; };
04E75A3D19A71C22000003DE /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04E75A3C19A71C22000003DE /* AudioToolbox.framework */; };
04E75A3F19A71C2A000003DE /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04E75A3E19A71C2A000003DE /* CFNetwork.framework */; };
@ -57,40 +57,6 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
0400D7EF1A5D144E00DC5AAD /* STPStrictURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPStrictURLProtocol.h; sourceTree = "<group>"; };
0400D7F01A5D144E00DC5AAD /* STPStrictURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPStrictURLProtocol.m; sourceTree = "<group>"; };
0400D7F11A5D144E00DC5AAD /* STPCheckoutDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutDelegate.h; sourceTree = "<group>"; };
0400D7F21A5D144E00DC5AAD /* STPCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
0400D7F31A5D144E00DC5AAD /* STPOSXCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPOSXCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
0400D7F41A5D144E00DC5AAD /* STPOSXCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPOSXCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
0400D7F51A5D144E00DC5AAD /* STPIOSCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPIOSCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
0400D7F61A5D144E00DC5AAD /* STPIOSCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPIOSCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
0400D7F71A5D144E00DC5AAD /* STPCheckoutInternalUIWebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutInternalUIWebViewController.h; sourceTree = "<group>"; };
0400D7F81A5D144E00DC5AAD /* STPCheckoutInternalUIWebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutInternalUIWebViewController.m; sourceTree = "<group>"; };
0400D7F91A5D144E00DC5AAD /* STPColorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPColorUtils.h; path = ../Checkout/STPColorUtils.h; sourceTree = "<group>"; };
0400D7FA1A5D144E00DC5AAD /* STPColorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = STPColorUtils.m; path = ../Checkout/STPColorUtils.m; sourceTree = "<group>"; };
0400D7FC1A5D144E00DC5AAD /* STPCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutOptions.h; sourceTree = "<group>"; };
0400D7FD1A5D144E00DC5AAD /* STPCheckoutOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutOptions.m; sourceTree = "<group>"; };
0400D7FE1A5D144E00DC5AAD /* STPCheckoutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutViewController.h; sourceTree = "<group>"; };
0400D7FF1A5D144E00DC5AAD /* STPCheckoutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutViewController.m; sourceTree = "<group>"; };
0400D8001A5D144E00DC5AAD /* STPPaymentPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPPaymentPresenter.h; sourceTree = "<group>"; };
0400D8011A5D144E00DC5AAD /* STPPaymentPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPPaymentPresenter.m; sourceTree = "<group>"; };
0400D8031A5D144E00DC5AAD /* STPAPIClient+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "STPAPIClient+ApplePay.h"; sourceTree = "<group>"; };
0400D8041A5D144E00DC5AAD /* STPAPIClient+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "STPAPIClient+ApplePay.m"; sourceTree = "<group>"; };
0400D8051A5D144E00DC5AAD /* Stripe+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Stripe+ApplePay.h"; sourceTree = "<group>"; };
0400D8061A5D144E00DC5AAD /* Stripe+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Stripe+ApplePay.m"; sourceTree = "<group>"; };
0400D8081A5D144E00DC5AAD /* STPAPIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPAPIClient.h; sourceTree = "<group>"; };
0400D8091A5D144E00DC5AAD /* STPAPIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPAPIClient.m; sourceTree = "<group>"; };
0400D80A1A5D144E00DC5AAD /* STPBankAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPBankAccount.h; sourceTree = "<group>"; };
0400D80B1A5D144E00DC5AAD /* STPBankAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPBankAccount.m; sourceTree = "<group>"; };
0400D80C1A5D144E00DC5AAD /* STPCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCard.h; sourceTree = "<group>"; };
0400D80D1A5D144E00DC5AAD /* STPCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCard.m; sourceTree = "<group>"; };
0400D80E1A5D144E00DC5AAD /* STPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPToken.h; sourceTree = "<group>"; };
0400D80F1A5D144E00DC5AAD /* STPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPToken.m; sourceTree = "<group>"; };
0400D8101A5D144E00DC5AAD /* Stripe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stripe.h; sourceTree = "<group>"; };
0400D8111A5D144E00DC5AAD /* Stripe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stripe.m; sourceTree = "<group>"; };
0400D8121A5D144E00DC5AAD /* StripeError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StripeError.h; sourceTree = "<group>"; };
0400D8131A5D144E00DC5AAD /* StripeError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StripeError.m; sourceTree = "<group>"; };
04365D591A4CFBBB00A3E1D4 /* PassKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PassKit.framework; path = System/Library/Frameworks/PassKit.framework; sourceTree = SDKROOT; };
0470A29819A5D5DB00B66DB7 /* StripeExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StripeExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
0470A29B19A5D5DB00B66DB7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@ -128,6 +94,40 @@
04C0A07319F85BD800D699BB /* StripeExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = StripeExample.entitlements; sourceTree = "<group>"; };
04C0A07419F85E5100D699BB /* ShippingManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShippingManager.h; sourceTree = "<group>"; };
04C0A07519F85E5100D699BB /* ShippingManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShippingManager.m; sourceTree = "<group>"; };
04C227191A5DF81B009251A5 /* STPAPIClient+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "STPAPIClient+ApplePay.h"; path = "../PublicHeaders/ApplePay/STPAPIClient+ApplePay.h"; sourceTree = "<group>"; };
04C2271A1A5DF81B009251A5 /* STPAPIClient+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "STPAPIClient+ApplePay.m"; sourceTree = "<group>"; };
04C2271B1A5DF81B009251A5 /* Stripe+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Stripe+ApplePay.h"; path = "../PublicHeaders/ApplePay/Stripe+ApplePay.h"; sourceTree = "<group>"; };
04C2271C1A5DF81B009251A5 /* Stripe+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Stripe+ApplePay.m"; sourceTree = "<group>"; };
04C2271D1A5DF81B009251A5 /* STPPaymentPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPPaymentPresenter.h; path = ../PublicHeaders/ApplePay/STPPaymentPresenter.h; sourceTree = "<group>"; };
04C2271E1A5DF81B009251A5 /* STPPaymentPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPPaymentPresenter.m; sourceTree = "<group>"; };
04C227201A5DF81B009251A5 /* STPCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCheckoutOptions.h; path = ../PublicHeaders/Checkout/STPCheckoutOptions.h; sourceTree = "<group>"; };
04C227211A5DF81B009251A5 /* STPCheckoutOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutOptions.m; sourceTree = "<group>"; };
04C227221A5DF81B009251A5 /* STPCheckoutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCheckoutViewController.h; path = ../PublicHeaders/Checkout/STPCheckoutViewController.h; sourceTree = "<group>"; };
04C227231A5DF81B009251A5 /* STPCheckoutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutViewController.m; sourceTree = "<group>"; };
04C227241A5DF81B009251A5 /* STPCheckoutDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutDelegate.h; sourceTree = "<group>"; };
04C227251A5DF81B009251A5 /* STPCheckoutInternalUIWebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutInternalUIWebViewController.h; sourceTree = "<group>"; };
04C227261A5DF81B009251A5 /* STPCheckoutInternalUIWebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutInternalUIWebViewController.m; sourceTree = "<group>"; };
04C227271A5DF81B009251A5 /* STPCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C227281A5DF81B009251A5 /* STPColorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPColorUtils.h; sourceTree = "<group>"; };
04C227291A5DF81B009251A5 /* STPColorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPColorUtils.m; sourceTree = "<group>"; };
04C2272A1A5DF81B009251A5 /* STPIOSCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPIOSCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C2272B1A5DF81B009251A5 /* STPIOSCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPIOSCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
04C2272C1A5DF81B009251A5 /* STPOSXCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPOSXCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C2272D1A5DF81B009251A5 /* STPOSXCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPOSXCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
04C2272E1A5DF81B009251A5 /* STPStrictURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPStrictURLProtocol.h; sourceTree = "<group>"; };
04C2272F1A5DF81B009251A5 /* STPStrictURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPStrictURLProtocol.m; sourceTree = "<group>"; };
04C227311A5DF81B009251A5 /* STPAPIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPAPIClient.h; path = PublicHeaders/STPAPIClient.h; sourceTree = "<group>"; };
04C227321A5DF81B009251A5 /* STPAPIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPAPIClient.m; sourceTree = "<group>"; };
04C227331A5DF81B009251A5 /* STPBankAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPBankAccount.h; path = PublicHeaders/STPBankAccount.h; sourceTree = "<group>"; };
04C227341A5DF81B009251A5 /* STPBankAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPBankAccount.m; sourceTree = "<group>"; };
04C227351A5DF81B009251A5 /* STPCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCard.h; path = PublicHeaders/STPCard.h; sourceTree = "<group>"; };
04C227361A5DF81B009251A5 /* STPCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCard.m; sourceTree = "<group>"; };
04C227371A5DF81B009251A5 /* STPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPToken.h; path = PublicHeaders/STPToken.h; sourceTree = "<group>"; };
04C227381A5DF81B009251A5 /* STPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPToken.m; sourceTree = "<group>"; };
04C227391A5DF81B009251A5 /* Stripe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Stripe.h; path = PublicHeaders/Stripe.h; sourceTree = "<group>"; };
04C2273A1A5DF81B009251A5 /* Stripe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stripe.m; sourceTree = "<group>"; };
04C2273B1A5DF81B009251A5 /* StripeError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StripeError.h; path = PublicHeaders/StripeError.h; sourceTree = "<group>"; };
04C2273C1A5DF81B009251A5 /* StripeError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StripeError.m; sourceTree = "<group>"; };
04E75A3A19A71BFD000003DE /* Parse.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Parse.framework; sourceTree = "<group>"; };
04E75A3C19A71C22000003DE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
04E75A3E19A71C2A000003DE /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
@ -165,72 +165,6 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0400D7FB1A5D144E00DC5AAD /* PrivateClasses */ = {
isa = PBXGroup;
children = (
0400D7EF1A5D144E00DC5AAD /* STPStrictURLProtocol.h */,
0400D7F01A5D144E00DC5AAD /* STPStrictURLProtocol.m */,
0400D7F11A5D144E00DC5AAD /* STPCheckoutDelegate.h */,
0400D7F21A5D144E00DC5AAD /* STPCheckoutWebViewAdapter.h */,
0400D7F31A5D144E00DC5AAD /* STPOSXCheckoutWebViewAdapter.h */,
0400D7F41A5D144E00DC5AAD /* STPOSXCheckoutWebViewAdapter.m */,
0400D7F51A5D144E00DC5AAD /* STPIOSCheckoutWebViewAdapter.h */,
0400D7F61A5D144E00DC5AAD /* STPIOSCheckoutWebViewAdapter.m */,
0400D7F71A5D144E00DC5AAD /* STPCheckoutInternalUIWebViewController.h */,
0400D7F81A5D144E00DC5AAD /* STPCheckoutInternalUIWebViewController.m */,
0400D7F91A5D144E00DC5AAD /* STPColorUtils.h */,
0400D7FA1A5D144E00DC5AAD /* STPColorUtils.m */,
);
path = PrivateClasses;
sourceTree = "<group>";
};
0400D8021A5D144E00DC5AAD /* Checkout */ = {
isa = PBXGroup;
children = (
0400D7FC1A5D144E00DC5AAD /* STPCheckoutOptions.h */,
0400D7FD1A5D144E00DC5AAD /* STPCheckoutOptions.m */,
0400D7FE1A5D144E00DC5AAD /* STPCheckoutViewController.h */,
0400D7FF1A5D144E00DC5AAD /* STPCheckoutViewController.m */,
0400D8001A5D144E00DC5AAD /* STPPaymentPresenter.h */,
0400D8011A5D144E00DC5AAD /* STPPaymentPresenter.m */,
);
path = Checkout;
sourceTree = "<group>";
};
0400D8071A5D144E00DC5AAD /* ApplePay */ = {
isa = PBXGroup;
children = (
0400D8031A5D144E00DC5AAD /* STPAPIClient+ApplePay.h */,
0400D8041A5D144E00DC5AAD /* STPAPIClient+ApplePay.m */,
0400D8051A5D144E00DC5AAD /* Stripe+ApplePay.h */,
0400D8061A5D144E00DC5AAD /* Stripe+ApplePay.m */,
);
path = ApplePay;
sourceTree = "<group>";
};
0400D8141A5D144E00DC5AAD /* Stripe */ = {
isa = PBXGroup;
children = (
0400D7FB1A5D144E00DC5AAD /* PrivateClasses */,
0400D8021A5D144E00DC5AAD /* Checkout */,
0400D8071A5D144E00DC5AAD /* ApplePay */,
0400D8081A5D144E00DC5AAD /* STPAPIClient.h */,
0400D8091A5D144E00DC5AAD /* STPAPIClient.m */,
0400D80A1A5D144E00DC5AAD /* STPBankAccount.h */,
0400D80B1A5D144E00DC5AAD /* STPBankAccount.m */,
0400D80C1A5D144E00DC5AAD /* STPCard.h */,
0400D80D1A5D144E00DC5AAD /* STPCard.m */,
0400D80E1A5D144E00DC5AAD /* STPToken.h */,
0400D80F1A5D144E00DC5AAD /* STPToken.m */,
0400D8101A5D144E00DC5AAD /* Stripe.h */,
0400D8111A5D144E00DC5AAD /* Stripe.m */,
0400D8121A5D144E00DC5AAD /* StripeError.h */,
0400D8131A5D144E00DC5AAD /* StripeError.m */,
);
name = Stripe;
path = ../Stripe;
sourceTree = "<group>";
};
0470A28F19A5D5DB00B66DB7 = {
isa = PBXGroup;
children = (
@ -321,7 +255,7 @@
04B94B111A44CFF300092C46 /* Vendor */ = {
isa = PBXGroup;
children = (
0400D8141A5D144E00DC5AAD /* Stripe */,
04C2273D1A5DF81B009251A5 /* Stripe */,
04BA871D19F89D5400B79DAF /* ApplePayStubs */,
);
name = Vendor;
@ -350,6 +284,64 @@
path = ApplePayStubs;
sourceTree = "<group>";
};
04C2271F1A5DF81B009251A5 /* ApplePay */ = {
isa = PBXGroup;
children = (
04C227191A5DF81B009251A5 /* STPAPIClient+ApplePay.h */,
04C2271A1A5DF81B009251A5 /* STPAPIClient+ApplePay.m */,
04C2271B1A5DF81B009251A5 /* Stripe+ApplePay.h */,
04C2271C1A5DF81B009251A5 /* Stripe+ApplePay.m */,
04C2271D1A5DF81B009251A5 /* STPPaymentPresenter.h */,
04C2271E1A5DF81B009251A5 /* STPPaymentPresenter.m */,
);
path = ApplePay;
sourceTree = "<group>";
};
04C227301A5DF81B009251A5 /* Checkout */ = {
isa = PBXGroup;
children = (
04C227201A5DF81B009251A5 /* STPCheckoutOptions.h */,
04C227211A5DF81B009251A5 /* STPCheckoutOptions.m */,
04C227221A5DF81B009251A5 /* STPCheckoutViewController.h */,
04C227231A5DF81B009251A5 /* STPCheckoutViewController.m */,
04C227241A5DF81B009251A5 /* STPCheckoutDelegate.h */,
04C227251A5DF81B009251A5 /* STPCheckoutInternalUIWebViewController.h */,
04C227261A5DF81B009251A5 /* STPCheckoutInternalUIWebViewController.m */,
04C227271A5DF81B009251A5 /* STPCheckoutWebViewAdapter.h */,
04C227281A5DF81B009251A5 /* STPColorUtils.h */,
04C227291A5DF81B009251A5 /* STPColorUtils.m */,
04C2272A1A5DF81B009251A5 /* STPIOSCheckoutWebViewAdapter.h */,
04C2272B1A5DF81B009251A5 /* STPIOSCheckoutWebViewAdapter.m */,
04C2272C1A5DF81B009251A5 /* STPOSXCheckoutWebViewAdapter.h */,
04C2272D1A5DF81B009251A5 /* STPOSXCheckoutWebViewAdapter.m */,
04C2272E1A5DF81B009251A5 /* STPStrictURLProtocol.h */,
04C2272F1A5DF81B009251A5 /* STPStrictURLProtocol.m */,
);
path = Checkout;
sourceTree = "<group>";
};
04C2273D1A5DF81B009251A5 /* Stripe */ = {
isa = PBXGroup;
children = (
04C2271F1A5DF81B009251A5 /* ApplePay */,
04C227301A5DF81B009251A5 /* Checkout */,
04C227311A5DF81B009251A5 /* STPAPIClient.h */,
04C227321A5DF81B009251A5 /* STPAPIClient.m */,
04C227331A5DF81B009251A5 /* STPBankAccount.h */,
04C227341A5DF81B009251A5 /* STPBankAccount.m */,
04C227351A5DF81B009251A5 /* STPCard.h */,
04C227361A5DF81B009251A5 /* STPCard.m */,
04C227371A5DF81B009251A5 /* STPToken.h */,
04C227381A5DF81B009251A5 /* STPToken.m */,
04C227391A5DF81B009251A5 /* Stripe.h */,
04C2273A1A5DF81B009251A5 /* Stripe.m */,
04C2273B1A5DF81B009251A5 /* StripeError.h */,
04C2273C1A5DF81B009251A5 /* StripeError.m */,
);
name = Stripe;
path = ../Stripe;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@ -434,34 +426,34 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0400D8211A5D144E00DC5AAD /* STPCard.m in Sources */,
04C2274A1A5DF81B009251A5 /* STPCard.m in Sources */,
04C227401A5DF81B009251A5 /* STPPaymentPresenter.m in Sources */,
04BA873019F89D5400B79DAF /* STPTestCardStore.m in Sources */,
04C227421A5DF81B009251A5 /* STPCheckoutViewController.m in Sources */,
04C227491A5DF81B009251A5 /* STPBankAccount.m in Sources */,
04C2274B1A5DF81B009251A5 /* STPToken.m in Sources */,
04BA872E19F89D5400B79DAF /* PKPayment+STPTestKeys.m in Sources */,
0400D8191A5D144E00DC5AAD /* STPColorUtils.m in Sources */,
0400D8201A5D144E00DC5AAD /* STPBankAccount.m in Sources */,
0400D8221A5D144E00DC5AAD /* STPToken.m in Sources */,
04C227481A5DF81B009251A5 /* STPAPIClient.m in Sources */,
04C2273E1A5DF81B009251A5 /* STPAPIClient+ApplePay.m in Sources */,
0470A2B219A5D5DB00B66DB7 /* ViewController.m in Sources */,
0400D81F1A5D144E00DC5AAD /* STPAPIClient.m in Sources */,
04C2274C1A5DF81B009251A5 /* Stripe.m in Sources */,
04C227441A5DF81B009251A5 /* STPColorUtils.m in Sources */,
04C2273F1A5DF81B009251A5 /* Stripe+ApplePay.m in Sources */,
04BA873519F89D5400B79DAF /* STPTestShippingMethodStore.m in Sources */,
0400D81C1A5D144E00DC5AAD /* STPPaymentPresenter.m in Sources */,
0400D8231A5D144E00DC5AAD /* Stripe.m in Sources */,
0400D81D1A5D144E00DC5AAD /* STPAPIClient+ApplePay.m in Sources */,
0400D8161A5D144E00DC5AAD /* STPOSXCheckoutWebViewAdapter.m in Sources */,
0400D81A1A5D144E00DC5AAD /* STPCheckoutOptions.m in Sources */,
0400D81B1A5D144E00DC5AAD /* STPCheckoutViewController.m in Sources */,
04C227431A5DF81B009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */,
0470A2AC19A5D5DB00B66DB7 /* AppDelegate.m in Sources */,
0400D8171A5D144E00DC5AAD /* STPIOSCheckoutWebViewAdapter.m in Sources */,
0400D8241A5D144E00DC5AAD /* StripeError.m in Sources */,
04C227461A5DF81B009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */,
04C2274D1A5DF81B009251A5 /* StripeError.m in Sources */,
04C227451A5DF81B009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */,
04C227411A5DF81B009251A5 /* STPCheckoutOptions.m in Sources */,
04C227471A5DF81B009251A5 /* STPStrictURLProtocol.m in Sources */,
04BA873319F89D5400B79DAF /* STPTestPaymentSummaryViewController.m in Sources */,
0400D8181A5D144E00DC5AAD /* STPCheckoutInternalUIWebViewController.m in Sources */,
04E75A5119A734EA000003DE /* Constants.m in Sources */,
04BA872F19F89D5400B79DAF /* STPTestAddressStore.m in Sources */,
0400D81E1A5D144E00DC5AAD /* Stripe+ApplePay.m in Sources */,
04C0A07619F85E5100D699BB /* ShippingManager.m in Sources */,
0470A2A819A5D5DB00B66DB7 /* main.m in Sources */,
04BA873119F89D5400B79DAF /* STPTestDataTableViewController.m in Sources */,
04BA873219F89D5400B79DAF /* STPTestPaymentAuthorizationViewController.m in Sources */,
0400D8151A5D144E00DC5AAD /* STPStrictURLProtocol.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View File

@ -7,22 +7,22 @@
objects = {
/* Begin PBXBuildFile section */
04C2268C1A5DD9C6009251A5 /* STPStrictURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226671A5DD9C6009251A5 /* STPStrictURLProtocol.m */; };
04C2268D1A5DD9C6009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2266B1A5DD9C6009251A5 /* STPOSXCheckoutWebViewAdapter.m */; };
04C2268E1A5DD9C6009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2266D1A5DD9C6009251A5 /* STPIOSCheckoutWebViewAdapter.m */; };
04C2268F1A5DD9C6009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2266F1A5DD9C6009251A5 /* STPCheckoutInternalUIWebViewController.m */; };
04C226901A5DD9C6009251A5 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226711A5DD9C6009251A5 /* STPColorUtils.m */; };
04C226911A5DD9C6009251A5 /* STPCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226741A5DD9C6009251A5 /* STPCheckoutOptions.m */; };
04C226921A5DD9C6009251A5 /* STPCheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226761A5DD9C6009251A5 /* STPCheckoutViewController.m */; };
04C226931A5DD9C6009251A5 /* STPPaymentPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226781A5DD9C6009251A5 /* STPPaymentPresenter.m */; };
04C226941A5DD9C6009251A5 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2267B1A5DD9C6009251A5 /* STPAPIClient+ApplePay.m */; };
04C226951A5DD9C6009251A5 /* Stripe+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2267D1A5DD9C6009251A5 /* Stripe+ApplePay.m */; };
04C226961A5DD9C6009251A5 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226801A5DD9C6009251A5 /* STPAPIClient.m */; };
04C226971A5DD9C6009251A5 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226821A5DD9C6009251A5 /* STPBankAccount.m */; };
04C226981A5DD9C6009251A5 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226841A5DD9C6009251A5 /* STPCard.m */; };
04C226991A5DD9C6009251A5 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226861A5DD9C6009251A5 /* STPToken.m */; };
04C2269A1A5DD9C6009251A5 /* Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226881A5DD9C6009251A5 /* Stripe.m */; };
04C2269B1A5DD9C6009251A5 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2268A1A5DD9C6009251A5 /* StripeError.m */; };
04C227091A5DF80E009251A5 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226E51A5DF80E009251A5 /* STPAPIClient+ApplePay.m */; };
04C2270A1A5DF80E009251A5 /* Stripe+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226E71A5DF80E009251A5 /* Stripe+ApplePay.m */; };
04C2270B1A5DF80E009251A5 /* STPPaymentPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226E91A5DF80E009251A5 /* STPPaymentPresenter.m */; };
04C2270C1A5DF80E009251A5 /* STPCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226EC1A5DF80E009251A5 /* STPCheckoutOptions.m */; };
04C2270D1A5DF80E009251A5 /* STPCheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226EE1A5DF80E009251A5 /* STPCheckoutViewController.m */; };
04C2270E1A5DF80E009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226F11A5DF80E009251A5 /* STPCheckoutInternalUIWebViewController.m */; };
04C2270F1A5DF80E009251A5 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226F41A5DF80E009251A5 /* STPColorUtils.m */; };
04C227101A5DF80E009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226F61A5DF80E009251A5 /* STPIOSCheckoutWebViewAdapter.m */; };
04C227111A5DF80E009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226F81A5DF80E009251A5 /* STPOSXCheckoutWebViewAdapter.m */; };
04C227121A5DF80E009251A5 /* STPStrictURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226FA1A5DF80E009251A5 /* STPStrictURLProtocol.m */; };
04C227131A5DF80E009251A5 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226FD1A5DF80E009251A5 /* STPAPIClient.m */; };
04C227141A5DF80E009251A5 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226FF1A5DF80E009251A5 /* STPBankAccount.m */; };
04C227151A5DF80E009251A5 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227011A5DF80E009251A5 /* STPCard.m */; };
04C227161A5DF80E009251A5 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227031A5DF80E009251A5 /* STPToken.m */; };
04C227171A5DF80E009251A5 /* Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227051A5DF80E009251A5 /* Stripe.m */; };
04C227181A5DF80E009251A5 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C227071A5DF80E009251A5 /* StripeError.m */; };
04FCF64B1A41F76D00DBF696 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 04FCF64A1A41F76D00DBF696 /* AppDelegate.m */; };
04FCF64D1A41F76D00DBF696 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 04FCF64C1A41F76D00DBF696 /* main.m */; };
04FCF64F1A41F76D00DBF696 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04FCF64E1A41F76D00DBF696 /* Images.xcassets */; };
@ -43,40 +43,40 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
04C226661A5DD9C6009251A5 /* STPStrictURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPStrictURLProtocol.h; sourceTree = "<group>"; };
04C226671A5DD9C6009251A5 /* STPStrictURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPStrictURLProtocol.m; sourceTree = "<group>"; };
04C226681A5DD9C6009251A5 /* STPCheckoutDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutDelegate.h; sourceTree = "<group>"; };
04C226691A5DD9C6009251A5 /* STPCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C2266A1A5DD9C6009251A5 /* STPOSXCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPOSXCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C2266B1A5DD9C6009251A5 /* STPOSXCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPOSXCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
04C2266C1A5DD9C6009251A5 /* STPIOSCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPIOSCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C2266D1A5DD9C6009251A5 /* STPIOSCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPIOSCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
04C2266E1A5DD9C6009251A5 /* STPCheckoutInternalUIWebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutInternalUIWebViewController.h; sourceTree = "<group>"; };
04C2266F1A5DD9C6009251A5 /* STPCheckoutInternalUIWebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutInternalUIWebViewController.m; sourceTree = "<group>"; };
04C226701A5DD9C6009251A5 /* STPColorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPColorUtils.h; path = ../Checkout/STPColorUtils.h; sourceTree = "<group>"; };
04C226711A5DD9C6009251A5 /* STPColorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = STPColorUtils.m; path = ../Checkout/STPColorUtils.m; sourceTree = "<group>"; };
04C226731A5DD9C6009251A5 /* STPCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutOptions.h; sourceTree = "<group>"; };
04C226741A5DD9C6009251A5 /* STPCheckoutOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutOptions.m; sourceTree = "<group>"; };
04C226751A5DD9C6009251A5 /* STPCheckoutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutViewController.h; sourceTree = "<group>"; };
04C226761A5DD9C6009251A5 /* STPCheckoutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutViewController.m; sourceTree = "<group>"; };
04C226771A5DD9C6009251A5 /* STPPaymentPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPPaymentPresenter.h; sourceTree = "<group>"; };
04C226781A5DD9C6009251A5 /* STPPaymentPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPPaymentPresenter.m; sourceTree = "<group>"; };
04C2267A1A5DD9C6009251A5 /* STPAPIClient+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "STPAPIClient+ApplePay.h"; sourceTree = "<group>"; };
04C2267B1A5DD9C6009251A5 /* STPAPIClient+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "STPAPIClient+ApplePay.m"; sourceTree = "<group>"; };
04C2267C1A5DD9C6009251A5 /* Stripe+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Stripe+ApplePay.h"; sourceTree = "<group>"; };
04C2267D1A5DD9C6009251A5 /* Stripe+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Stripe+ApplePay.m"; sourceTree = "<group>"; };
04C2267F1A5DD9C6009251A5 /* STPAPIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPAPIClient.h; sourceTree = "<group>"; };
04C226801A5DD9C6009251A5 /* STPAPIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPAPIClient.m; sourceTree = "<group>"; };
04C226811A5DD9C6009251A5 /* STPBankAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPBankAccount.h; sourceTree = "<group>"; };
04C226821A5DD9C6009251A5 /* STPBankAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPBankAccount.m; sourceTree = "<group>"; };
04C226831A5DD9C6009251A5 /* STPCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCard.h; sourceTree = "<group>"; };
04C226841A5DD9C6009251A5 /* STPCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCard.m; sourceTree = "<group>"; };
04C226851A5DD9C6009251A5 /* STPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPToken.h; sourceTree = "<group>"; };
04C226861A5DD9C6009251A5 /* STPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPToken.m; sourceTree = "<group>"; };
04C226871A5DD9C6009251A5 /* Stripe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stripe.h; sourceTree = "<group>"; };
04C226881A5DD9C6009251A5 /* Stripe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stripe.m; sourceTree = "<group>"; };
04C226891A5DD9C6009251A5 /* StripeError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StripeError.h; sourceTree = "<group>"; };
04C2268A1A5DD9C6009251A5 /* StripeError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StripeError.m; sourceTree = "<group>"; };
04C226E41A5DF80E009251A5 /* STPAPIClient+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "STPAPIClient+ApplePay.h"; path = "../PublicHeaders/ApplePay/STPAPIClient+ApplePay.h"; sourceTree = "<group>"; };
04C226E51A5DF80E009251A5 /* STPAPIClient+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "STPAPIClient+ApplePay.m"; sourceTree = "<group>"; };
04C226E61A5DF80E009251A5 /* Stripe+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Stripe+ApplePay.h"; path = "../PublicHeaders/ApplePay/Stripe+ApplePay.h"; sourceTree = "<group>"; };
04C226E71A5DF80E009251A5 /* Stripe+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Stripe+ApplePay.m"; sourceTree = "<group>"; };
04C226E81A5DF80E009251A5 /* STPPaymentPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPPaymentPresenter.h; path = ../PublicHeaders/ApplePay/STPPaymentPresenter.h; sourceTree = "<group>"; };
04C226E91A5DF80E009251A5 /* STPPaymentPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPPaymentPresenter.m; sourceTree = "<group>"; };
04C226EB1A5DF80E009251A5 /* STPCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCheckoutOptions.h; path = ../PublicHeaders/Checkout/STPCheckoutOptions.h; sourceTree = "<group>"; };
04C226EC1A5DF80E009251A5 /* STPCheckoutOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutOptions.m; sourceTree = "<group>"; };
04C226ED1A5DF80E009251A5 /* STPCheckoutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCheckoutViewController.h; path = ../PublicHeaders/Checkout/STPCheckoutViewController.h; sourceTree = "<group>"; };
04C226EE1A5DF80E009251A5 /* STPCheckoutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutViewController.m; sourceTree = "<group>"; };
04C226EF1A5DF80E009251A5 /* STPCheckoutDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutDelegate.h; sourceTree = "<group>"; };
04C226F01A5DF80E009251A5 /* STPCheckoutInternalUIWebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutInternalUIWebViewController.h; sourceTree = "<group>"; };
04C226F11A5DF80E009251A5 /* STPCheckoutInternalUIWebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutInternalUIWebViewController.m; sourceTree = "<group>"; };
04C226F21A5DF80E009251A5 /* STPCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C226F31A5DF80E009251A5 /* STPColorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPColorUtils.h; sourceTree = "<group>"; };
04C226F41A5DF80E009251A5 /* STPColorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPColorUtils.m; sourceTree = "<group>"; };
04C226F51A5DF80E009251A5 /* STPIOSCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPIOSCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C226F61A5DF80E009251A5 /* STPIOSCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPIOSCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
04C226F71A5DF80E009251A5 /* STPOSXCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPOSXCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C226F81A5DF80E009251A5 /* STPOSXCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPOSXCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
04C226F91A5DF80E009251A5 /* STPStrictURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPStrictURLProtocol.h; sourceTree = "<group>"; };
04C226FA1A5DF80E009251A5 /* STPStrictURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPStrictURLProtocol.m; sourceTree = "<group>"; };
04C226FC1A5DF80E009251A5 /* STPAPIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPAPIClient.h; path = PublicHeaders/STPAPIClient.h; sourceTree = "<group>"; };
04C226FD1A5DF80E009251A5 /* STPAPIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPAPIClient.m; sourceTree = "<group>"; };
04C226FE1A5DF80E009251A5 /* STPBankAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPBankAccount.h; path = PublicHeaders/STPBankAccount.h; sourceTree = "<group>"; };
04C226FF1A5DF80E009251A5 /* STPBankAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPBankAccount.m; sourceTree = "<group>"; };
04C227001A5DF80E009251A5 /* STPCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCard.h; path = PublicHeaders/STPCard.h; sourceTree = "<group>"; };
04C227011A5DF80E009251A5 /* STPCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCard.m; sourceTree = "<group>"; };
04C227021A5DF80E009251A5 /* STPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPToken.h; path = PublicHeaders/STPToken.h; sourceTree = "<group>"; };
04C227031A5DF80E009251A5 /* STPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPToken.m; sourceTree = "<group>"; };
04C227041A5DF80E009251A5 /* Stripe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Stripe.h; path = PublicHeaders/Stripe.h; sourceTree = "<group>"; };
04C227051A5DF80E009251A5 /* Stripe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stripe.m; sourceTree = "<group>"; };
04C227061A5DF80E009251A5 /* StripeError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StripeError.h; path = PublicHeaders/StripeError.h; sourceTree = "<group>"; };
04C227071A5DF80E009251A5 /* StripeError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StripeError.m; sourceTree = "<group>"; };
04FCF6441A41F76D00DBF696 /* OSXExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OSXExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
04FCF6481A41F76D00DBF696 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
04FCF6491A41F76D00DBF696 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@ -110,67 +110,59 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
04C226721A5DD9C6009251A5 /* PrivateClasses */ = {
04C226EA1A5DF80E009251A5 /* ApplePay */ = {
isa = PBXGroup;
children = (
04C226661A5DD9C6009251A5 /* STPStrictURLProtocol.h */,
04C226671A5DD9C6009251A5 /* STPStrictURLProtocol.m */,
04C226681A5DD9C6009251A5 /* STPCheckoutDelegate.h */,
04C226691A5DD9C6009251A5 /* STPCheckoutWebViewAdapter.h */,
04C2266A1A5DD9C6009251A5 /* STPOSXCheckoutWebViewAdapter.h */,
04C2266B1A5DD9C6009251A5 /* STPOSXCheckoutWebViewAdapter.m */,
04C2266C1A5DD9C6009251A5 /* STPIOSCheckoutWebViewAdapter.h */,
04C2266D1A5DD9C6009251A5 /* STPIOSCheckoutWebViewAdapter.m */,
04C2266E1A5DD9C6009251A5 /* STPCheckoutInternalUIWebViewController.h */,
04C2266F1A5DD9C6009251A5 /* STPCheckoutInternalUIWebViewController.m */,
04C226701A5DD9C6009251A5 /* STPColorUtils.h */,
04C226711A5DD9C6009251A5 /* STPColorUtils.m */,
);
path = PrivateClasses;
sourceTree = "<group>";
};
04C226791A5DD9C6009251A5 /* Checkout */ = {
isa = PBXGroup;
children = (
04C226731A5DD9C6009251A5 /* STPCheckoutOptions.h */,
04C226741A5DD9C6009251A5 /* STPCheckoutOptions.m */,
04C226751A5DD9C6009251A5 /* STPCheckoutViewController.h */,
04C226761A5DD9C6009251A5 /* STPCheckoutViewController.m */,
04C226771A5DD9C6009251A5 /* STPPaymentPresenter.h */,
04C226781A5DD9C6009251A5 /* STPPaymentPresenter.m */,
);
path = Checkout;
sourceTree = "<group>";
};
04C2267E1A5DD9C6009251A5 /* ApplePay */ = {
isa = PBXGroup;
children = (
04C2267A1A5DD9C6009251A5 /* STPAPIClient+ApplePay.h */,
04C2267B1A5DD9C6009251A5 /* STPAPIClient+ApplePay.m */,
04C2267C1A5DD9C6009251A5 /* Stripe+ApplePay.h */,
04C2267D1A5DD9C6009251A5 /* Stripe+ApplePay.m */,
04C226E41A5DF80E009251A5 /* STPAPIClient+ApplePay.h */,
04C226E51A5DF80E009251A5 /* STPAPIClient+ApplePay.m */,
04C226E61A5DF80E009251A5 /* Stripe+ApplePay.h */,
04C226E71A5DF80E009251A5 /* Stripe+ApplePay.m */,
04C226E81A5DF80E009251A5 /* STPPaymentPresenter.h */,
04C226E91A5DF80E009251A5 /* STPPaymentPresenter.m */,
);
path = ApplePay;
sourceTree = "<group>";
};
04C2268B1A5DD9C6009251A5 /* Stripe */ = {
04C226FB1A5DF80E009251A5 /* Checkout */ = {
isa = PBXGroup;
children = (
04C226721A5DD9C6009251A5 /* PrivateClasses */,
04C226791A5DD9C6009251A5 /* Checkout */,
04C2267E1A5DD9C6009251A5 /* ApplePay */,
04C2267F1A5DD9C6009251A5 /* STPAPIClient.h */,
04C226801A5DD9C6009251A5 /* STPAPIClient.m */,
04C226811A5DD9C6009251A5 /* STPBankAccount.h */,
04C226821A5DD9C6009251A5 /* STPBankAccount.m */,
04C226831A5DD9C6009251A5 /* STPCard.h */,
04C226841A5DD9C6009251A5 /* STPCard.m */,
04C226851A5DD9C6009251A5 /* STPToken.h */,
04C226861A5DD9C6009251A5 /* STPToken.m */,
04C226871A5DD9C6009251A5 /* Stripe.h */,
04C226881A5DD9C6009251A5 /* Stripe.m */,
04C226891A5DD9C6009251A5 /* StripeError.h */,
04C2268A1A5DD9C6009251A5 /* StripeError.m */,
04C226EB1A5DF80E009251A5 /* STPCheckoutOptions.h */,
04C226EC1A5DF80E009251A5 /* STPCheckoutOptions.m */,
04C226ED1A5DF80E009251A5 /* STPCheckoutViewController.h */,
04C226EE1A5DF80E009251A5 /* STPCheckoutViewController.m */,
04C226EF1A5DF80E009251A5 /* STPCheckoutDelegate.h */,
04C226F01A5DF80E009251A5 /* STPCheckoutInternalUIWebViewController.h */,
04C226F11A5DF80E009251A5 /* STPCheckoutInternalUIWebViewController.m */,
04C226F21A5DF80E009251A5 /* STPCheckoutWebViewAdapter.h */,
04C226F31A5DF80E009251A5 /* STPColorUtils.h */,
04C226F41A5DF80E009251A5 /* STPColorUtils.m */,
04C226F51A5DF80E009251A5 /* STPIOSCheckoutWebViewAdapter.h */,
04C226F61A5DF80E009251A5 /* STPIOSCheckoutWebViewAdapter.m */,
04C226F71A5DF80E009251A5 /* STPOSXCheckoutWebViewAdapter.h */,
04C226F81A5DF80E009251A5 /* STPOSXCheckoutWebViewAdapter.m */,
04C226F91A5DF80E009251A5 /* STPStrictURLProtocol.h */,
04C226FA1A5DF80E009251A5 /* STPStrictURLProtocol.m */,
);
path = Checkout;
sourceTree = "<group>";
};
04C227081A5DF80E009251A5 /* Stripe */ = {
isa = PBXGroup;
children = (
04C226EA1A5DF80E009251A5 /* ApplePay */,
04C226FB1A5DF80E009251A5 /* Checkout */,
04C226FC1A5DF80E009251A5 /* STPAPIClient.h */,
04C226FD1A5DF80E009251A5 /* STPAPIClient.m */,
04C226FE1A5DF80E009251A5 /* STPBankAccount.h */,
04C226FF1A5DF80E009251A5 /* STPBankAccount.m */,
04C227001A5DF80E009251A5 /* STPCard.h */,
04C227011A5DF80E009251A5 /* STPCard.m */,
04C227021A5DF80E009251A5 /* STPToken.h */,
04C227031A5DF80E009251A5 /* STPToken.m */,
04C227041A5DF80E009251A5 /* Stripe.h */,
04C227051A5DF80E009251A5 /* Stripe.m */,
04C227061A5DF80E009251A5 /* StripeError.h */,
04C227071A5DF80E009251A5 /* StripeError.m */,
);
name = Stripe;
path = ../Stripe;
@ -239,7 +231,7 @@
04FCF66F1A41FA7300DBF696 /* Vendor */ = {
isa = PBXGroup;
children = (
04C2268B1A5DD9C6009251A5 /* Stripe */,
04C227081A5DF80E009251A5 /* Stripe */,
);
name = Vendor;
path = ..;
@ -345,25 +337,25 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
04C2270C1A5DF80E009251A5 /* STPCheckoutOptions.m in Sources */,
04FCF6731A41FB7700DBF696 /* ExampleWindowController.m in Sources */,
04C226901A5DD9C6009251A5 /* STPColorUtils.m in Sources */,
04C227111A5DF80E009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */,
04C2270D1A5DF80E009251A5 /* STPCheckoutViewController.m in Sources */,
04C227091A5DF80E009251A5 /* STPAPIClient+ApplePay.m in Sources */,
04C227151A5DF80E009251A5 /* STPCard.m in Sources */,
04FCF64D1A41F76D00DBF696 /* main.m in Sources */,
04C2268C1A5DD9C6009251A5 /* STPStrictURLProtocol.m in Sources */,
04C226921A5DD9C6009251A5 /* STPCheckoutViewController.m in Sources */,
04C226981A5DD9C6009251A5 /* STPCard.m in Sources */,
04C2268E1A5DD9C6009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */,
04C2269B1A5DD9C6009251A5 /* StripeError.m in Sources */,
04C2268D1A5DD9C6009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */,
04C226951A5DD9C6009251A5 /* Stripe+ApplePay.m in Sources */,
04C226991A5DD9C6009251A5 /* STPToken.m in Sources */,
04C2269A1A5DD9C6009251A5 /* Stripe.m in Sources */,
04C226911A5DD9C6009251A5 /* STPCheckoutOptions.m in Sources */,
04C226971A5DD9C6009251A5 /* STPBankAccount.m in Sources */,
04C226961A5DD9C6009251A5 /* STPAPIClient.m in Sources */,
04C226931A5DD9C6009251A5 /* STPPaymentPresenter.m in Sources */,
04C226941A5DD9C6009251A5 /* STPAPIClient+ApplePay.m in Sources */,
04C2268F1A5DD9C6009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */,
04C227181A5DF80E009251A5 /* StripeError.m in Sources */,
04C2270F1A5DF80E009251A5 /* STPColorUtils.m in Sources */,
04C2270B1A5DF80E009251A5 /* STPPaymentPresenter.m in Sources */,
04C227161A5DF80E009251A5 /* STPToken.m in Sources */,
04C227171A5DF80E009251A5 /* Stripe.m in Sources */,
04FCF64B1A41F76D00DBF696 /* AppDelegate.m in Sources */,
04C227141A5DF80E009251A5 /* STPBankAccount.m in Sources */,
04C227131A5DF80E009251A5 /* STPAPIClient.m in Sources */,
04C227101A5DF80E009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */,
04C2270A1A5DF80E009251A5 /* Stripe+ApplePay.m in Sources */,
04C2270E1A5DF80E009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */,
04C227121A5DF80E009251A5 /* STPStrictURLProtocol.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View File

@ -1,31 +1,41 @@
Pod::Spec.new do |s|
s.name = "Stripe"
s.name = 'Stripe'
s.version = File.open('VERSION').first.strip
s.summary = "Stripe is a web-based API for accepting payments online."
s.summary = 'Stripe is a web-based API for accepting payments online.'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://stripe.com/docs/mobile/ios"
s.authors = { "Jack Flintermann" => "jack@stripe.com", "Stripe" => "support+github@stripe.com" }
s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v#{s.version}" }
s.platform = :ios
s.homepage = 'https://stripe.com/docs/mobile/ios'
s.authors = { 'Jack Flintermann' => 'jack@stripe.com', 'Stripe' => 'support+github@stripe.com' }
s.source = { :git => 'https://github.com/stripe/stripe-ios.git', :tag => "v#{s.version}" }
s.frameworks = 'Foundation', 'Security'
s.requires_arc = true
s.ios.deployment_target = '6.0'
s.default_subspec = 'Core'
s.osx.deployment_target = '10.10'
s.default_subspecs = 'Core', 'Checkout'
s.subspec "Core" do |subspec|
s.subspec 'Core' do |subspec|
subspec.source_files = 'Stripe/*.{h,m}'
subspec.public_header_files = 'Stripe/*.h'
subspec.exclude_files = 'Stripe/ApplePay/*'
subspec.public_header_files = 'Stripe/PublicHeaders/*.h'
subspec.exclude_files = 'Stripe/ApplePay/*', 'Stripe/PublicHeaders/ApplePay/*'
end
s.subspec "Card" do |subspec|
subspec.source_files = 'Stripe/STPCard.h', 'Stripe/STPCard.m', 'Stripe/StripeError.h', 'Stripe/StripeError.m'
s.subspec 'Card' do |subspec|
subspec.source_files = 'Stripe/PublicHeaders/STPCard.h', 'Stripe/STPCard.m', 'Stripe/PublicHeaders/StripeError.h', 'Stripe/StripeError.m'
end
s.subspec "ApplePay" do |subspec|
subspec.dependency "Stripe/Core"
subspec.source_files = 'Stripe/ApplePay/*'
subspec.prefix_header_contents = "#define STRIPE_ENABLE_APPLEPAY YES"
subspec.weak_frameworks = 'PassKit', 'AddressBook'
s.subspec 'Checkout' do |subspec|
subspec.dependency 'Stripe/Core'
subspec.source_files = 'Stripe/Checkout/*'
subspec.public_header_files = 'Stripe/PublicHeaders/Checkout/*.h'
subspec.osx.frameworks = 'WebKit'
end
s.subspec 'ApplePay' do |subspec|
subspec.dependency 'Stripe/Core'
subspec.ios.source_files = 'Stripe/ApplePay/*'
subspec.ios.public_header_files = 'Stripe/PublicHeaders/ApplePay/*.h'
subspec.osx.source_files = ''
subspec.osx.public_header_files = ''
subspec.prefix_header_contents = '#define STRIPE_ENABLE_APPLEPAY YES'
subspec.ios.weak_frameworks = 'PassKit', 'AddressBook'
end
end

View File

@ -7,43 +7,43 @@
objects = {
/* Begin PBXBuildFile section */
0400D7DF1A5D0B8200DC5AAD /* STPStrictURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7DE1A5D0B8200DC5AAD /* STPStrictURLProtocol.m */; };
0400D7E01A5D0B8200DC5AAD /* STPStrictURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7DE1A5D0B8200DC5AAD /* STPStrictURLProtocol.m */; };
0400D7E31A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7E21A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.m */; };
0400D7E41A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7E21A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.m */; };
0400D7E91A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7E81A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.m */; };
0400D7EA1A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7E81A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.m */; };
0400D7ED1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7EC1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.m */; };
0400D7EE1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0400D7EC1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.m */; };
04365D241A4CF64C00A3E1D4 /* STPCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04365D1C1A4CF64C00A3E1D4 /* STPCheckoutOptions.m */; };
04365D251A4CF64C00A3E1D4 /* STPCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04365D1C1A4CF64C00A3E1D4 /* STPCheckoutOptions.m */; };
04365D261A4CF64C00A3E1D4 /* STPCheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04365D1F1A4CF64C00A3E1D4 /* STPCheckoutViewController.m */; };
04365D271A4CF64C00A3E1D4 /* STPCheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04365D1F1A4CF64C00A3E1D4 /* STPCheckoutViewController.m */; };
04365D281A4CF64C00A3E1D4 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 04365D211A4CF64C00A3E1D4 /* STPColorUtils.m */; };
04365D291A4CF64C00A3E1D4 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 04365D211A4CF64C00A3E1D4 /* STPColorUtils.m */; };
04365D2A1A4CF64C00A3E1D4 /* STPPaymentPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04365D231A4CF64C00A3E1D4 /* STPPaymentPresenter.m */; };
04365D2B1A4CF64C00A3E1D4 /* STPPaymentPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04365D231A4CF64C00A3E1D4 /* STPPaymentPresenter.m */; };
04365D2D1A4CF86C00A3E1D4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04365D2C1A4CF86C00A3E1D4 /* CoreGraphics.framework */; };
04365D2E1A4CF87200A3E1D4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04365D2C1A4CF86C00A3E1D4 /* CoreGraphics.framework */; };
04B94B2F1A44D47D00092C46 /* STPAPIClientTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B2E1A44D47D00092C46 /* STPAPIClientTest.m */; };
04B94B991A47862800092C46 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B881A47862800092C46 /* STPAPIClient+ApplePay.m */; };
04B94B9A1A47862800092C46 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B881A47862800092C46 /* STPAPIClient+ApplePay.m */; };
04B94B9B1A47862800092C46 /* Stripe+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B8A1A47862800092C46 /* Stripe+ApplePay.m */; };
04B94B9C1A47862800092C46 /* Stripe+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B8A1A47862800092C46 /* Stripe+ApplePay.m */; };
04B94B9D1A47862800092C46 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B8C1A47862800092C46 /* STPAPIClient.m */; };
04B94B9E1A47862800092C46 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B8C1A47862800092C46 /* STPAPIClient.m */; };
04B94B9F1A47862800092C46 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B8E1A47862800092C46 /* STPBankAccount.m */; };
04B94BA01A47862800092C46 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B8E1A47862800092C46 /* STPBankAccount.m */; };
04B94BA11A47862800092C46 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B901A47862800092C46 /* STPCard.m */; };
04B94BA21A47862800092C46 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B901A47862800092C46 /* STPCard.m */; };
04B94BA31A47862800092C46 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B921A47862800092C46 /* STPToken.m */; };
04B94BA41A47862800092C46 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B921A47862800092C46 /* STPToken.m */; };
04B94BA51A47862800092C46 /* Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B941A47862800092C46 /* Stripe.m */; };
04B94BA61A47862800092C46 /* Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B941A47862800092C46 /* Stripe.m */; };
04B94BA71A47862800092C46 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B961A47862800092C46 /* StripeError.m */; };
04B94BA81A47862800092C46 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94B961A47862800092C46 /* StripeError.m */; };
04B94BC61A479E0A00092C46 /* STPApplePayTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B94BC51A479E0A00092C46 /* STPApplePayTest.m */; };
04B94BC81A47B78A00092C46 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04B94BC71A47B78A00092C46 /* AddressBook.framework */; };
04C226C41A5DF727009251A5 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2269E1A5DF727009251A5 /* STPAPIClient+ApplePay.m */; };
04C226C51A5DF727009251A5 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2269E1A5DF727009251A5 /* STPAPIClient+ApplePay.m */; };
04C226C61A5DF727009251A5 /* STPPaymentPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2269F1A5DF727009251A5 /* STPPaymentPresenter.m */; };
04C226C71A5DF727009251A5 /* STPPaymentPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C2269F1A5DF727009251A5 /* STPPaymentPresenter.m */; };
04C226C81A5DF727009251A5 /* Stripe+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A01A5DF727009251A5 /* Stripe+ApplePay.m */; };
04C226C91A5DF727009251A5 /* Stripe+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A01A5DF727009251A5 /* Stripe+ApplePay.m */; };
04C226CA1A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A41A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.m */; };
04C226CB1A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A41A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.m */; };
04C226CC1A5DF727009251A5 /* STPCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A51A5DF727009251A5 /* STPCheckoutOptions.m */; };
04C226CD1A5DF727009251A5 /* STPCheckoutOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A51A5DF727009251A5 /* STPCheckoutOptions.m */; };
04C226CE1A5DF727009251A5 /* STPCheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A61A5DF727009251A5 /* STPCheckoutViewController.m */; };
04C226CF1A5DF727009251A5 /* STPCheckoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A61A5DF727009251A5 /* STPCheckoutViewController.m */; };
04C226D01A5DF727009251A5 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A91A5DF727009251A5 /* STPColorUtils.m */; };
04C226D11A5DF727009251A5 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226A91A5DF727009251A5 /* STPColorUtils.m */; };
04C226D21A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226AB1A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.m */; };
04C226D31A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226AB1A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.m */; };
04C226D41A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226AD1A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.m */; };
04C226D51A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226AD1A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.m */; };
04C226D61A5DF727009251A5 /* STPStrictURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226AF1A5DF727009251A5 /* STPStrictURLProtocol.m */; };
04C226D71A5DF727009251A5 /* STPStrictURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226AF1A5DF727009251A5 /* STPStrictURLProtocol.m */; };
04C226D81A5DF727009251A5 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226BE1A5DF727009251A5 /* STPAPIClient.m */; };
04C226D91A5DF727009251A5 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226BE1A5DF727009251A5 /* STPAPIClient.m */; };
04C226DA1A5DF727009251A5 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226BF1A5DF727009251A5 /* STPBankAccount.m */; };
04C226DB1A5DF727009251A5 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226BF1A5DF727009251A5 /* STPBankAccount.m */; };
04C226DC1A5DF727009251A5 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226C01A5DF727009251A5 /* STPCard.m */; };
04C226DD1A5DF727009251A5 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226C01A5DF727009251A5 /* STPCard.m */; };
04C226DE1A5DF727009251A5 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226C11A5DF727009251A5 /* STPToken.m */; };
04C226DF1A5DF727009251A5 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226C11A5DF727009251A5 /* STPToken.m */; };
04C226E01A5DF727009251A5 /* Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226C21A5DF727009251A5 /* Stripe.m */; };
04C226E11A5DF727009251A5 /* Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226C21A5DF727009251A5 /* Stripe.m */; };
04C226E21A5DF727009251A5 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226C31A5DF727009251A5 /* StripeError.m */; };
04C226E31A5DF727009251A5 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C226C31A5DF727009251A5 /* StripeError.m */; };
04D5BF9119BF958F009521A5 /* PassKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D5BF9019BF958F009521A5 /* PassKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
11E1F58D165151F400B49816 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C74B9B164043050071C2CA /* Foundation.framework */; };
11E1F649165157CA00B49816 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 11C74B9B164043050071C2CA /* Foundation.framework */; };
@ -82,44 +82,44 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
0400D7DD1A5D0B8200DC5AAD /* STPStrictURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPStrictURLProtocol.h; sourceTree = "<group>"; };
0400D7DE1A5D0B8200DC5AAD /* STPStrictURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPStrictURLProtocol.m; sourceTree = "<group>"; };
0400D7E11A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPOSXCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
0400D7E21A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPOSXCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
0400D7E51A5D0E0900DC5AAD /* STPCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
0400D7E61A5D0E6800DC5AAD /* STPCheckoutDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutDelegate.h; sourceTree = "<group>"; };
0400D7E71A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPIOSCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
0400D7E81A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPIOSCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
0400D7EB1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutInternalUIWebViewController.h; sourceTree = "<group>"; };
0400D7EC1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutInternalUIWebViewController.m; sourceTree = "<group>"; };
04365D1B1A4CF64C00A3E1D4 /* STPCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutOptions.h; sourceTree = "<group>"; };
04365D1C1A4CF64C00A3E1D4 /* STPCheckoutOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutOptions.m; sourceTree = "<group>"; };
04365D1E1A4CF64C00A3E1D4 /* STPCheckoutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutViewController.h; sourceTree = "<group>"; };
04365D1F1A4CF64C00A3E1D4 /* STPCheckoutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutViewController.m; sourceTree = "<group>"; };
04365D201A4CF64C00A3E1D4 /* STPColorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPColorUtils.h; path = ../Checkout/STPColorUtils.h; sourceTree = "<group>"; };
04365D211A4CF64C00A3E1D4 /* STPColorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = STPColorUtils.m; path = ../Checkout/STPColorUtils.m; sourceTree = "<group>"; };
04365D221A4CF64C00A3E1D4 /* STPPaymentPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPPaymentPresenter.h; sourceTree = "<group>"; };
04365D231A4CF64C00A3E1D4 /* STPPaymentPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPPaymentPresenter.m; sourceTree = "<group>"; };
04365D2C1A4CF86C00A3E1D4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
04B94B2E1A44D47D00092C46 /* STPAPIClientTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPAPIClientTest.m; sourceTree = "<group>"; };
04B94B871A47862800092C46 /* STPAPIClient+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "STPAPIClient+ApplePay.h"; sourceTree = "<group>"; };
04B94B881A47862800092C46 /* STPAPIClient+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "STPAPIClient+ApplePay.m"; sourceTree = "<group>"; };
04B94B891A47862800092C46 /* Stripe+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Stripe+ApplePay.h"; sourceTree = "<group>"; };
04B94B8A1A47862800092C46 /* Stripe+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Stripe+ApplePay.m"; sourceTree = "<group>"; };
04B94B8B1A47862800092C46 /* STPAPIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPAPIClient.h; sourceTree = "<group>"; };
04B94B8C1A47862800092C46 /* STPAPIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPAPIClient.m; sourceTree = "<group>"; };
04B94B8D1A47862800092C46 /* STPBankAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPBankAccount.h; sourceTree = "<group>"; };
04B94B8E1A47862800092C46 /* STPBankAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPBankAccount.m; sourceTree = "<group>"; };
04B94B8F1A47862800092C46 /* STPCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCard.h; sourceTree = "<group>"; };
04B94B901A47862800092C46 /* STPCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCard.m; sourceTree = "<group>"; };
04B94B911A47862800092C46 /* STPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPToken.h; sourceTree = "<group>"; };
04B94B921A47862800092C46 /* STPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPToken.m; sourceTree = "<group>"; };
04B94B931A47862800092C46 /* Stripe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stripe.h; sourceTree = "<group>"; };
04B94B941A47862800092C46 /* Stripe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stripe.m; sourceTree = "<group>"; };
04B94B951A47862800092C46 /* StripeError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StripeError.h; sourceTree = "<group>"; };
04B94B961A47862800092C46 /* StripeError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StripeError.m; sourceTree = "<group>"; };
04B94BC51A479E0A00092C46 /* STPApplePayTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPApplePayTest.m; sourceTree = "<group>"; };
04B94BC71A47B78A00092C46 /* AddressBook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; };
04C2269E1A5DF727009251A5 /* STPAPIClient+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "STPAPIClient+ApplePay.m"; sourceTree = "<group>"; };
04C2269F1A5DF727009251A5 /* STPPaymentPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPPaymentPresenter.m; sourceTree = "<group>"; };
04C226A01A5DF727009251A5 /* Stripe+ApplePay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Stripe+ApplePay.m"; sourceTree = "<group>"; };
04C226A21A5DF727009251A5 /* STPCheckoutDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutDelegate.h; sourceTree = "<group>"; };
04C226A31A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutInternalUIWebViewController.h; sourceTree = "<group>"; };
04C226A41A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutInternalUIWebViewController.m; sourceTree = "<group>"; };
04C226A51A5DF727009251A5 /* STPCheckoutOptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutOptions.m; sourceTree = "<group>"; };
04C226A61A5DF727009251A5 /* STPCheckoutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCheckoutViewController.m; sourceTree = "<group>"; };
04C226A71A5DF727009251A5 /* STPCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C226A81A5DF727009251A5 /* STPColorUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPColorUtils.h; sourceTree = "<group>"; };
04C226A91A5DF727009251A5 /* STPColorUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPColorUtils.m; sourceTree = "<group>"; };
04C226AA1A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPIOSCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C226AB1A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPIOSCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
04C226AC1A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPOSXCheckoutWebViewAdapter.h; sourceTree = "<group>"; };
04C226AD1A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPOSXCheckoutWebViewAdapter.m; sourceTree = "<group>"; };
04C226AE1A5DF727009251A5 /* STPStrictURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPStrictURLProtocol.h; sourceTree = "<group>"; };
04C226AF1A5DF727009251A5 /* STPStrictURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPStrictURLProtocol.m; sourceTree = "<group>"; };
04C226B21A5DF727009251A5 /* STPAPIClient+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "STPAPIClient+ApplePay.h"; path = "../PublicHeaders/ApplePay/STPAPIClient+ApplePay.h"; sourceTree = "<group>"; };
04C226B31A5DF727009251A5 /* STPPaymentPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPPaymentPresenter.h; path = ../PublicHeaders/ApplePay/STPPaymentPresenter.h; sourceTree = "<group>"; };
04C226B41A5DF727009251A5 /* Stripe+ApplePay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Stripe+ApplePay.h"; path = "../PublicHeaders/ApplePay/Stripe+ApplePay.h"; sourceTree = "<group>"; };
04C226B61A5DF727009251A5 /* STPCheckoutOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCheckoutOptions.h; path = ../PublicHeaders/Checkout/STPCheckoutOptions.h; sourceTree = "<group>"; };
04C226B71A5DF727009251A5 /* STPCheckoutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCheckoutViewController.h; path = ../PublicHeaders/Checkout/STPCheckoutViewController.h; sourceTree = "<group>"; };
04C226B81A5DF727009251A5 /* STPAPIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPAPIClient.h; path = PublicHeaders/STPAPIClient.h; sourceTree = "<group>"; };
04C226B91A5DF727009251A5 /* STPBankAccount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPBankAccount.h; path = PublicHeaders/STPBankAccount.h; sourceTree = "<group>"; };
04C226BA1A5DF727009251A5 /* STPCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPCard.h; path = PublicHeaders/STPCard.h; sourceTree = "<group>"; };
04C226BB1A5DF727009251A5 /* STPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = STPToken.h; path = PublicHeaders/STPToken.h; sourceTree = "<group>"; };
04C226BC1A5DF727009251A5 /* Stripe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Stripe.h; path = PublicHeaders/Stripe.h; sourceTree = "<group>"; };
04C226BD1A5DF727009251A5 /* StripeError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StripeError.h; path = PublicHeaders/StripeError.h; sourceTree = "<group>"; };
04C226BE1A5DF727009251A5 /* STPAPIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPAPIClient.m; sourceTree = "<group>"; };
04C226BF1A5DF727009251A5 /* STPBankAccount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPBankAccount.m; sourceTree = "<group>"; };
04C226C01A5DF727009251A5 /* STPCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPCard.m; sourceTree = "<group>"; };
04C226C11A5DF727009251A5 /* STPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPToken.m; sourceTree = "<group>"; };
04C226C21A5DF727009251A5 /* Stripe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stripe.m; sourceTree = "<group>"; };
04C226C31A5DF727009251A5 /* StripeError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StripeError.m; sourceTree = "<group>"; };
04D5BF9019BF958F009521A5 /* PassKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PassKit.framework; path = System/Library/Frameworks/PassKit.framework; sourceTree = SDKROOT; };
112D5AEF164DAD2D0053BB76 /* STPTokenTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPTokenTest.m; sourceTree = "<group>"; };
11C74B9B164043050071C2CA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@ -164,75 +164,67 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0400D7DC1A5D0B3800DC5AAD /* PrivateClasses */ = {
04C2269C1A5DF727009251A5 /* Stripe */ = {
isa = PBXGroup;
children = (
0400D7DD1A5D0B8200DC5AAD /* STPStrictURLProtocol.h */,
0400D7DE1A5D0B8200DC5AAD /* STPStrictURLProtocol.m */,
0400D7E61A5D0E6800DC5AAD /* STPCheckoutDelegate.h */,
0400D7E51A5D0E0900DC5AAD /* STPCheckoutWebViewAdapter.h */,
0400D7E11A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.h */,
0400D7E21A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.m */,
0400D7E71A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.h */,
0400D7E81A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.m */,
0400D7EB1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.h */,
0400D7EC1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.m */,
04365D201A4CF64C00A3E1D4 /* STPColorUtils.h */,
04365D211A4CF64C00A3E1D4 /* STPColorUtils.m */,
);
path = PrivateClasses;
sourceTree = "<group>";
};
04365D1A1A4CF64C00A3E1D4 /* Checkout */ = {
isa = PBXGroup;
children = (
04365D1B1A4CF64C00A3E1D4 /* STPCheckoutOptions.h */,
04365D1C1A4CF64C00A3E1D4 /* STPCheckoutOptions.m */,
04365D1E1A4CF64C00A3E1D4 /* STPCheckoutViewController.h */,
04365D1F1A4CF64C00A3E1D4 /* STPCheckoutViewController.m */,
04365D221A4CF64C00A3E1D4 /* STPPaymentPresenter.h */,
04365D231A4CF64C00A3E1D4 /* STPPaymentPresenter.m */,
);
path = Checkout;
sourceTree = "<group>";
};
04B94B851A47862800092C46 /* Stripe */ = {
isa = PBXGroup;
children = (
0400D7DC1A5D0B3800DC5AAD /* PrivateClasses */,
04365D1A1A4CF64C00A3E1D4 /* Checkout */,
04B94B861A47862800092C46 /* ApplePay */,
04B94B8B1A47862800092C46 /* STPAPIClient.h */,
04B94B8C1A47862800092C46 /* STPAPIClient.m */,
04B94B8D1A47862800092C46 /* STPBankAccount.h */,
04B94B8E1A47862800092C46 /* STPBankAccount.m */,
04B94B8F1A47862800092C46 /* STPCard.h */,
04B94B901A47862800092C46 /* STPCard.m */,
04B94B911A47862800092C46 /* STPToken.h */,
04B94B921A47862800092C46 /* STPToken.m */,
04B94B931A47862800092C46 /* Stripe.h */,
04B94B941A47862800092C46 /* Stripe.m */,
04B94B951A47862800092C46 /* StripeError.h */,
04B94B961A47862800092C46 /* StripeError.m */,
04C2269D1A5DF727009251A5 /* ApplePay */,
04C226A11A5DF727009251A5 /* Checkout */,
04C226B81A5DF727009251A5 /* STPAPIClient.h */,
04C226BE1A5DF727009251A5 /* STPAPIClient.m */,
04C226B91A5DF727009251A5 /* STPBankAccount.h */,
04C226BF1A5DF727009251A5 /* STPBankAccount.m */,
04C226BA1A5DF727009251A5 /* STPCard.h */,
04C226C01A5DF727009251A5 /* STPCard.m */,
04C226BB1A5DF727009251A5 /* STPToken.h */,
04C226C11A5DF727009251A5 /* STPToken.m */,
04C226BC1A5DF727009251A5 /* Stripe.h */,
04C226C21A5DF727009251A5 /* Stripe.m */,
04C226BD1A5DF727009251A5 /* StripeError.h */,
04C226C31A5DF727009251A5 /* StripeError.m */,
);
path = Stripe;
sourceTree = "<group>";
};
04B94B861A47862800092C46 /* ApplePay */ = {
04C2269D1A5DF727009251A5 /* ApplePay */ = {
isa = PBXGroup;
children = (
04B94B871A47862800092C46 /* STPAPIClient+ApplePay.h */,
04B94B881A47862800092C46 /* STPAPIClient+ApplePay.m */,
04B94B891A47862800092C46 /* Stripe+ApplePay.h */,
04B94B8A1A47862800092C46 /* Stripe+ApplePay.m */,
04C226B21A5DF727009251A5 /* STPAPIClient+ApplePay.h */,
04C2269E1A5DF727009251A5 /* STPAPIClient+ApplePay.m */,
04C226B41A5DF727009251A5 /* Stripe+ApplePay.h */,
04C226A01A5DF727009251A5 /* Stripe+ApplePay.m */,
04C226B31A5DF727009251A5 /* STPPaymentPresenter.h */,
04C2269F1A5DF727009251A5 /* STPPaymentPresenter.m */,
);
path = ApplePay;
sourceTree = "<group>";
};
04C226A11A5DF727009251A5 /* Checkout */ = {
isa = PBXGroup;
children = (
04C226B61A5DF727009251A5 /* STPCheckoutOptions.h */,
04C226A51A5DF727009251A5 /* STPCheckoutOptions.m */,
04C226B71A5DF727009251A5 /* STPCheckoutViewController.h */,
04C226A61A5DF727009251A5 /* STPCheckoutViewController.m */,
04C226A21A5DF727009251A5 /* STPCheckoutDelegate.h */,
04C226A31A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.h */,
04C226A41A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.m */,
04C226A71A5DF727009251A5 /* STPCheckoutWebViewAdapter.h */,
04C226A81A5DF727009251A5 /* STPColorUtils.h */,
04C226A91A5DF727009251A5 /* STPColorUtils.m */,
04C226AA1A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.h */,
04C226AB1A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.m */,
04C226AC1A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.h */,
04C226AD1A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.m */,
04C226AE1A5DF727009251A5 /* STPStrictURLProtocol.h */,
04C226AF1A5DF727009251A5 /* STPStrictURLProtocol.m */,
);
path = Checkout;
sourceTree = "<group>";
};
11C74B8D164043050071C2CA = {
isa = PBXGroup;
children = (
04B94B851A47862800092C46 /* Stripe */,
04C2269C1A5DF727009251A5 /* Stripe */,
11C74BB1164043050071C2CA /* StripeTest */,
11C74B9A164043050071C2CA /* Frameworks */,
11C74B99164043050071C2CA /* Products */,
@ -385,22 +377,22 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
04B94BA11A47862800092C46 /* STPCard.m in Sources */,
04B94BA71A47862800092C46 /* StripeError.m in Sources */,
04B94B9B1A47862800092C46 /* Stripe+ApplePay.m in Sources */,
04B94B9D1A47862800092C46 /* STPAPIClient.m in Sources */,
0400D7E31A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.m in Sources */,
04365D281A4CF64C00A3E1D4 /* STPColorUtils.m in Sources */,
0400D7E91A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.m in Sources */,
04365D261A4CF64C00A3E1D4 /* STPCheckoutViewController.m in Sources */,
0400D7ED1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.m in Sources */,
04B94BA31A47862800092C46 /* STPToken.m in Sources */,
04B94B991A47862800092C46 /* STPAPIClient+ApplePay.m in Sources */,
04365D241A4CF64C00A3E1D4 /* STPCheckoutOptions.m in Sources */,
04365D2A1A4CF64C00A3E1D4 /* STPPaymentPresenter.m in Sources */,
04B94BA51A47862800092C46 /* Stripe.m in Sources */,
04B94B9F1A47862800092C46 /* STPBankAccount.m in Sources */,
0400D7DF1A5D0B8200DC5AAD /* STPStrictURLProtocol.m in Sources */,
04C226D81A5DF727009251A5 /* STPAPIClient.m in Sources */,
04C226E01A5DF727009251A5 /* Stripe.m in Sources */,
04C226CA1A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */,
04C226C81A5DF727009251A5 /* Stripe+ApplePay.m in Sources */,
04C226DA1A5DF727009251A5 /* STPBankAccount.m in Sources */,
04C226D41A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */,
04C226C41A5DF727009251A5 /* STPAPIClient+ApplePay.m in Sources */,
04C226D61A5DF727009251A5 /* STPStrictURLProtocol.m in Sources */,
04C226D21A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */,
04C226E21A5DF727009251A5 /* StripeError.m in Sources */,
04C226C61A5DF727009251A5 /* STPPaymentPresenter.m in Sources */,
04C226DE1A5DF727009251A5 /* STPToken.m in Sources */,
04C226D01A5DF727009251A5 /* STPColorUtils.m in Sources */,
04C226CE1A5DF727009251A5 /* STPCheckoutViewController.m in Sources */,
04C226CC1A5DF727009251A5 /* STPCheckoutOptions.m in Sources */,
04C226DC1A5DF727009251A5 /* STPCard.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -408,30 +400,30 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
04B94BA01A47862800092C46 /* STPBankAccount.m in Sources */,
04B94B9C1A47862800092C46 /* Stripe+ApplePay.m in Sources */,
150F095519DE459600E7040B /* STPBankAccountFunctionalTest.m in Sources */,
04B94B9A1A47862800092C46 /* STPAPIClient+ApplePay.m in Sources */,
04365D271A4CF64C00A3E1D4 /* STPCheckoutViewController.m in Sources */,
04365D2B1A4CF64C00A3E1D4 /* STPPaymentPresenter.m in Sources */,
04C226E31A5DF727009251A5 /* StripeError.m in Sources */,
11E1F658165157F100B49816 /* STPCardTest.m in Sources */,
04365D291A4CF64C00A3E1D4 /* STPColorUtils.m in Sources */,
0400D7EE1A5D121B00DC5AAD /* STPCheckoutInternalUIWebViewController.m in Sources */,
04B94BA41A47862800092C46 /* STPToken.m in Sources */,
11E1F659165157F100B49816 /* STPTokenTest.m in Sources */,
04B94BA81A47862800092C46 /* StripeError.m in Sources */,
0400D7EA1A5D0F6B00DC5AAD /* STPIOSCheckoutWebViewAdapter.m in Sources */,
0400D7E01A5D0B8200DC5AAD /* STPStrictURLProtocol.m in Sources */,
04C226C51A5DF727009251A5 /* STPAPIClient+ApplePay.m in Sources */,
04C226CF1A5DF727009251A5 /* STPCheckoutViewController.m in Sources */,
04C226DF1A5DF727009251A5 /* STPToken.m in Sources */,
4AAEFAEE18FC98E1001001CD /* STPCertTest.m in Sources */,
04C226D91A5DF727009251A5 /* STPAPIClient.m in Sources */,
04C226C91A5DF727009251A5 /* Stripe+ApplePay.m in Sources */,
04C226C71A5DF727009251A5 /* STPPaymentPresenter.m in Sources */,
04C226D71A5DF727009251A5 /* STPStrictURLProtocol.m in Sources */,
04C226E11A5DF727009251A5 /* Stripe.m in Sources */,
150F095919DE4EAD00E7040B /* STPBankAccountTest.m in Sources */,
0400D7E41A5D0DB300DC5AAD /* STPOSXCheckoutWebViewAdapter.m in Sources */,
04C226CB1A5DF727009251A5 /* STPCheckoutInternalUIWebViewController.m in Sources */,
04C226DD1A5DF727009251A5 /* STPCard.m in Sources */,
04C226D11A5DF727009251A5 /* STPColorUtils.m in Sources */,
04C226D31A5DF727009251A5 /* STPIOSCheckoutWebViewAdapter.m in Sources */,
04B94B2F1A44D47D00092C46 /* STPAPIClientTest.m in Sources */,
04B94BA21A47862800092C46 /* STPCard.m in Sources */,
04365D251A4CF64C00A3E1D4 /* STPCheckoutOptions.m in Sources */,
7106B4F71970B9EC000A037E /* STPCardFunctionalTest.m in Sources */,
04B94BA61A47862800092C46 /* Stripe.m in Sources */,
04B94B9E1A47862800092C46 /* STPAPIClient.m in Sources */,
04B94BC61A479E0A00092C46 /* STPApplePayTest.m in Sources */,
04C226CD1A5DF727009251A5 /* STPCheckoutOptions.m in Sources */,
04C226D51A5DF727009251A5 /* STPOSXCheckoutWebViewAdapter.m in Sources */,
04C226DB1A5DF727009251A5 /* STPBankAccount.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};