123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 1592CD501E27756500D321E6 /* AppleReceiptValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */; };
- 1592CD511E27756500D321E6 /* AppleReceiptValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */; };
- 1592CD521E27756500D321E6 /* AppleReceiptValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */; };
- 54B069921CF742D100BAFE38 /* InAppReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */; };
- 54B069931CF742D300BAFE38 /* InAppReceiptRefreshRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */; };
- 54B069941CF742D600BAFE38 /* InAppProductQueryRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */; };
- 54B069961CF744DC00BAFE38 /* OS.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40C680F1C29414C00B60B7E /* OS.swift */; };
- 54C0D5681CF7428400F90BCE /* SwiftyStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */; };
- 6502F63B1B985CA1004E342D /* InAppProductQueryRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */; };
- 6502F63C1B985CA4004E342D /* SwiftyStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */; };
- 650307F21E3163AA001332A4 /* RestorePurchasesControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F11E3163AA001332A4 /* RestorePurchasesControllerTests.swift */; };
- 650307F41E3177EF001332A4 /* RestorePurchasesController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */; };
- 650307F51E3177EF001332A4 /* RestorePurchasesController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */; };
- 650307F61E3177EF001332A4 /* RestorePurchasesController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */; };
- 650307F81E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */; };
- 650307F91E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */; };
- 650307FA1E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */; };
- 650307FC1E33154F001332A4 /* ProductsInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307FB1E33154F001332A4 /* ProductsInfoController.swift */; };
- 650307FD1E33154F001332A4 /* ProductsInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307FB1E33154F001332A4 /* ProductsInfoController.swift */; };
- 650307FE1E33154F001332A4 /* ProductsInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307FB1E33154F001332A4 /* ProductsInfoController.swift */; };
- 653722811DB8282600C8F944 /* SKProduct+LocalizedPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */; };
- 653722821DB8290A00C8F944 /* SKProduct+LocalizedPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */; };
- 653722831DB8290B00C8F944 /* SKProduct+LocalizedPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */; };
- 654287F61E79F5A000F61800 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 654287F41E79F5A000F61800 /* Main.storyboard */; };
- 654287F81E79F5A000F61800 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 654287F71E79F5A000F61800 /* Assets.xcassets */; };
- 654287FD1E79F75000F61800 /* SwiftyStoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54C0D52C1CF7404500F90BCE /* SwiftyStoreKit.framework */; };
- 654287FE1E79F75000F61800 /* SwiftyStoreKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 54C0D52C1CF7404500F90BCE /* SwiftyStoreKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 654288021E7B34E500F61800 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF701DCD4DF000835D30 /* ViewController.swift */; };
- 654288061E7B3A8800F61800 /* NetworkActivityIndicatorManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF6F1DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift */; };
- 654288071E7B3E1500F61800 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF681DCD4DF000835D30 /* AppDelegate.swift */; };
- 658A08371E2EC24E0074A98F /* PaymentQueueController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */; };
- 658A08381E2EC24E0074A98F /* PaymentQueueController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */; };
- 658A08391E2EC24E0074A98F /* PaymentQueueController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */; };
- 658A08431E2EC5120074A98F /* SwiftyStoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */; };
- 658A084A1E2EC5350074A98F /* PaymentQueueControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A08491E2EC5350074A98F /* PaymentQueueControllerTests.swift */; };
- 658A084C1E2EC5960074A98F /* PaymentQueueSpy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A084B1E2EC5960074A98F /* PaymentQueueSpy.swift */; };
- 65BB6CE81DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */; };
- 65BB6CE91DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */; };
- 65BB6CEA1DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */; };
- 65F70AC71E2ECBB300BF040D /* PaymentTransactionObserverFake.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F70AC61E2ECBB300BF040D /* PaymentTransactionObserverFake.swift */; };
- 65F70AC91E2EDC3700BF040D /* PaymentsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */; };
- 65F70ACA1E2EDC3700BF040D /* PaymentsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */; };
- 65F70ACB1E2EDC3700BF040D /* PaymentsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */; };
- 65F7DF711DCD4DF000835D30 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF681DCD4DF000835D30 /* AppDelegate.swift */; };
- 65F7DF721DCD4DF000835D30 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF691DCD4DF000835D30 /* Assets.xcassets */; };
- 65F7DF731DCD4DF000835D30 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF6A1DCD4DF000835D30 /* LaunchScreen.storyboard */; };
- 65F7DF741DCD4DF000835D30 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF6C1DCD4DF000835D30 /* Main.storyboard */; };
- 65F7DF761DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF6F1DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift */; };
- 65F7DF771DCD4DF000835D30 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF701DCD4DF000835D30 /* ViewController.swift */; };
- 65F7DF841DCD4FC500835D30 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF7E1DCD4FC500835D30 /* AppDelegate.swift */; };
- 65F7DF851DCD4FC500835D30 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF7F1DCD4FC500835D30 /* Assets.xcassets */; };
- 65F7DF861DCD4FC500835D30 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF801DCD4FC500835D30 /* Main.storyboard */; };
- 65F7DF881DCD4FC500835D30 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF831DCD4FC500835D30 /* ViewController.swift */; };
- 65F7DF8E1DCD524300835D30 /* SwiftyStoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */; };
- 65F7DF8F1DCD524300835D30 /* SwiftyStoreKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 65F7DF9A1DCD536700835D30 /* SwiftyStoreKit-iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F7DF971DCD536100835D30 /* SwiftyStoreKit-iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 65F7DF9B1DCD537800835D30 /* SwiftyStoreKit-macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F7DF981DCD536100835D30 /* SwiftyStoreKit-macOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 65F7DF9C1DCD537F00835D30 /* SwiftyStoreKit-tvOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F7DF991DCD536100835D30 /* SwiftyStoreKit-tvOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
- C3099C071E2FCDAA00392A54 /* PaymentsControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3099C061E2FCDAA00392A54 /* PaymentsControllerTests.swift */; };
- C3099C091E2FCE3A00392A54 /* TestProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3099C081E2FCE3A00392A54 /* TestProduct.swift */; };
- C3099C0B1E2FD13200392A54 /* TestPaymentTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3099C0A1E2FD13200392A54 /* TestPaymentTransaction.swift */; };
- C3099C191E3206C700392A54 /* CompleteTransactionsControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3099C181E3206C700392A54 /* CompleteTransactionsControllerTests.swift */; };
- C4083C551C2AADB500295248 /* InAppReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */; };
- C4083C571C2AB0A900295248 /* InAppReceiptRefreshRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */; };
- C40C68101C29414C00B60B7E /* OS.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40C680F1C29414C00B60B7E /* OS.swift */; };
- C40C68111C29419500B60B7E /* OS.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40C680F1C29414C00B60B7E /* OS.swift */; };
- C4A7C7631C29B8D00053ED64 /* InAppReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */; };
- C4D74BC41C24CEDC0071AD3E /* InAppProductQueryRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */; };
- C4D74BC51C24CEDC0071AD3E /* SwiftyStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */; };
- C4F69A8A1C2E0D21009DD8BD /* InAppReceiptRefreshRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */; };
- C4FD3A101C2954CD0035CFF3 /* SwiftyStoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */; };
- C4FD3A111C2954CD0035CFF3 /* SwiftyStoreKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 654287FF1E79F75000F61800 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 6502F5F61B985833004E342D /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 54C0D52B1CF7404500F90BCE;
- remoteInfo = SwiftyStoreKit_tvOS;
- };
- 658A08441E2EC5120074A98F /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 6502F5F61B985833004E342D /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 6502F62C1B985C40004E342D;
- remoteInfo = SwiftyStoreKit_iOS;
- };
- 658A084D1E2EC83F0074A98F /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 6502F5F61B985833004E342D /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 6502F5FD1B985833004E342D;
- remoteInfo = SwiftyStoreKit_iOSDemo;
- };
- 65F7DF901DCD524300835D30 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 6502F5F61B985833004E342D /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 6502F62C1B985C40004E342D;
- remoteInfo = SwiftyStoreKit_iOS;
- };
- C4FD3A121C2954CD0035CFF3 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 6502F5F61B985833004E342D /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = C4D74BBA1C24CEC90071AD3E;
- remoteInfo = SwiftyStoreKitOSX;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXCopyFilesBuildPhase section */
- 654288011E79F75100F61800 /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- 654287FE1E79F75000F61800 /* SwiftyStoreKit.framework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- 65F7DF921DCD524300835D30 /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- 65F7DF8F1DCD524300835D30 /* SwiftyStoreKit.framework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- C4FD3A141C2954CD0035CFF3 /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- C4FD3A111C2954CD0035CFF3 /* SwiftyStoreKit.framework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppleReceiptValidator.swift; sourceTree = "<group>"; };
- 54C0D52C1CF7404500F90BCE /* SwiftyStoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyStoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 6502F5FE1B985833004E342D /* SwiftyStoreKit_iOSDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftyStoreKit_iOSDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAppProductQueryRequest.swift; sourceTree = "<group>"; };
- 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyStoreKit.swift; sourceTree = "<group>"; };
- 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyStoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 650307F11E3163AA001332A4 /* RestorePurchasesControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestorePurchasesControllerTests.swift; sourceTree = "<group>"; };
- 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestorePurchasesController.swift; sourceTree = "<group>"; };
- 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompleteTransactionsController.swift; sourceTree = "<group>"; };
- 650307FB1E33154F001332A4 /* ProductsInfoController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductsInfoController.swift; sourceTree = "<group>"; };
- 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SKProduct+LocalizedPrice.swift"; sourceTree = "<group>"; };
- 654287EE1E79F5A000F61800 /* SwiftyStoreKit_tvOSDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftyStoreKit_tvOSDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 654287F51E79F5A000F61800 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 654287F71E79F5A000F61800 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 654287F91E79F5A000F61800 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentQueueController.swift; sourceTree = "<group>"; };
- 658A083E1E2EC5120074A98F /* SwiftyStoreKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftyStoreKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- 658A08421E2EC5120074A98F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 658A08491E2EC5350074A98F /* PaymentQueueControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentQueueControllerTests.swift; sourceTree = "<group>"; };
- 658A084B1E2EC5960074A98F /* PaymentQueueSpy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentQueueSpy.swift; sourceTree = "<group>"; };
- 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SwiftyStoreKit+Types.swift"; sourceTree = "<group>"; };
- 65F70AC61E2ECBB300BF040D /* PaymentTransactionObserverFake.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentTransactionObserverFake.swift; sourceTree = "<group>"; };
- 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentsController.swift; sourceTree = "<group>"; };
- 65F7DF681DCD4DF000835D30 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- 65F7DF691DCD4DF000835D30 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 65F7DF6B1DCD4DF000835D30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- 65F7DF6D1DCD4DF000835D30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 65F7DF6E1DCD4DF000835D30 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 65F7DF6F1DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkActivityIndicatorManager.swift; sourceTree = "<group>"; };
- 65F7DF701DCD4DF000835D30 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- 65F7DF7E1DCD4FC500835D30 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
- 65F7DF7F1DCD4FC500835D30 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 65F7DF811DCD4FC500835D30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 65F7DF821DCD4FC500835D30 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 65F7DF831DCD4FC500835D30 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
- 65F7DF941DCD536100835D30 /* Info-iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = "<group>"; };
- 65F7DF951DCD536100835D30 /* Info-macOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-macOS.plist"; sourceTree = "<group>"; };
- 65F7DF961DCD536100835D30 /* Info-tvOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
- 65F7DF971DCD536100835D30 /* SwiftyStoreKit-iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SwiftyStoreKit-iOS.h"; sourceTree = "<group>"; };
- 65F7DF981DCD536100835D30 /* SwiftyStoreKit-macOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SwiftyStoreKit-macOS.h"; sourceTree = "<group>"; };
- 65F7DF991DCD536100835D30 /* SwiftyStoreKit-tvOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SwiftyStoreKit-tvOS.h"; sourceTree = "<group>"; };
- C3099C061E2FCDAA00392A54 /* PaymentsControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentsControllerTests.swift; sourceTree = "<group>"; };
- C3099C081E2FCE3A00392A54 /* TestProduct.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestProduct.swift; sourceTree = "<group>"; };
- C3099C0A1E2FD13200392A54 /* TestPaymentTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestPaymentTransaction.swift; sourceTree = "<group>"; };
- C3099C181E3206C700392A54 /* CompleteTransactionsControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompleteTransactionsControllerTests.swift; sourceTree = "<group>"; };
- C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAppReceiptRefreshRequest.swift; sourceTree = "<group>"; };
- C40C680F1C29414C00B60B7E /* OS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OS.swift; sourceTree = "<group>"; };
- C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAppReceipt.swift; sourceTree = "<group>"; };
- C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyStoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- C4FD3A011C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftyStoreKit_macOSDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 54C0D5281CF7404500F90BCE /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6502F5FB1B985833004E342D /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 65F7DF8E1DCD524300835D30 /* SwiftyStoreKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6502F6291B985C40004E342D /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 654287EB1E79F5A000F61800 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 654287FD1E79F75000F61800 /* SwiftyStoreKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 658A083B1E2EC5120074A98F /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 658A08431E2EC5120074A98F /* SwiftyStoreKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C4D74BB71C24CEC90071AD3E /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C4FD39FE1C2954C10035CFF3 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C4FD3A101C2954CD0035CFF3 /* SwiftyStoreKit.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 6502F5F51B985833004E342D = {
- isa = PBXGroup;
- children = (
- 6502F6001B985833004E342D /* SwiftyStoreKit */,
- 65F7DF671DCD4DF000835D30 /* SwiftyStoreKit-iOS-Demo */,
- 65F7DF7D1DCD4FC500835D30 /* SwiftyStoreKit-macOS-Demo */,
- 654287EF1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo */,
- 658A083F1E2EC5120074A98F /* SwiftyStoreKitTests */,
- 6502F5FF1B985833004E342D /* Products */,
- );
- sourceTree = "<group>";
- };
- 6502F5FF1B985833004E342D /* Products */ = {
- isa = PBXGroup;
- children = (
- 6502F5FE1B985833004E342D /* SwiftyStoreKit_iOSDemo.app */,
- 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */,
- C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */,
- C4FD3A011C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo.app */,
- 54C0D52C1CF7404500F90BCE /* SwiftyStoreKit.framework */,
- 658A083E1E2EC5120074A98F /* SwiftyStoreKitTests.xctest */,
- 654287EE1E79F5A000F61800 /* SwiftyStoreKit_tvOSDemo.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 6502F6001B985833004E342D /* SwiftyStoreKit */ = {
- isa = PBXGroup;
- children = (
- 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */,
- 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */,
- 650307FB1E33154F001332A4 /* ProductsInfoController.swift */,
- 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */,
- 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */,
- 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */,
- 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */,
- 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */,
- C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */,
- C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */,
- 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */,
- 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */,
- C40C680F1C29414C00B60B7E /* OS.swift */,
- 65F7DF931DCD536100835D30 /* Platforms */,
- );
- path = SwiftyStoreKit;
- sourceTree = "<group>";
- };
- 654287EF1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo */ = {
- isa = PBXGroup;
- children = (
- 654287F41E79F5A000F61800 /* Main.storyboard */,
- 654287F71E79F5A000F61800 /* Assets.xcassets */,
- 654287F91E79F5A000F61800 /* Info.plist */,
- );
- path = "SwiftyStoreKit-tvOS-Demo";
- sourceTree = "<group>";
- };
- 658A083F1E2EC5120074A98F /* SwiftyStoreKitTests */ = {
- isa = PBXGroup;
- children = (
- 658A08421E2EC5120074A98F /* Info.plist */,
- 658A08491E2EC5350074A98F /* PaymentQueueControllerTests.swift */,
- C3099C061E2FCDAA00392A54 /* PaymentsControllerTests.swift */,
- 650307F11E3163AA001332A4 /* RestorePurchasesControllerTests.swift */,
- C3099C181E3206C700392A54 /* CompleteTransactionsControllerTests.swift */,
- 658A084B1E2EC5960074A98F /* PaymentQueueSpy.swift */,
- 65F70AC61E2ECBB300BF040D /* PaymentTransactionObserverFake.swift */,
- C3099C081E2FCE3A00392A54 /* TestProduct.swift */,
- C3099C0A1E2FD13200392A54 /* TestPaymentTransaction.swift */,
- );
- path = SwiftyStoreKitTests;
- sourceTree = "<group>";
- };
- 65F7DF671DCD4DF000835D30 /* SwiftyStoreKit-iOS-Demo */ = {
- isa = PBXGroup;
- children = (
- 65F7DF681DCD4DF000835D30 /* AppDelegate.swift */,
- 65F7DF691DCD4DF000835D30 /* Assets.xcassets */,
- 65F7DF6A1DCD4DF000835D30 /* LaunchScreen.storyboard */,
- 65F7DF6C1DCD4DF000835D30 /* Main.storyboard */,
- 65F7DF6E1DCD4DF000835D30 /* Info.plist */,
- 65F7DF6F1DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift */,
- 65F7DF701DCD4DF000835D30 /* ViewController.swift */,
- );
- path = "SwiftyStoreKit-iOS-Demo";
- sourceTree = "<group>";
- };
- 65F7DF7D1DCD4FC500835D30 /* SwiftyStoreKit-macOS-Demo */ = {
- isa = PBXGroup;
- children = (
- 65F7DF7E1DCD4FC500835D30 /* AppDelegate.swift */,
- 65F7DF7F1DCD4FC500835D30 /* Assets.xcassets */,
- 65F7DF801DCD4FC500835D30 /* Main.storyboard */,
- 65F7DF821DCD4FC500835D30 /* Info.plist */,
- 65F7DF831DCD4FC500835D30 /* ViewController.swift */,
- );
- path = "SwiftyStoreKit-macOS-Demo";
- sourceTree = "<group>";
- };
- 65F7DF931DCD536100835D30 /* Platforms */ = {
- isa = PBXGroup;
- children = (
- 65F7DF941DCD536100835D30 /* Info-iOS.plist */,
- 65F7DF951DCD536100835D30 /* Info-macOS.plist */,
- 65F7DF961DCD536100835D30 /* Info-tvOS.plist */,
- 65F7DF971DCD536100835D30 /* SwiftyStoreKit-iOS.h */,
- 65F7DF981DCD536100835D30 /* SwiftyStoreKit-macOS.h */,
- 65F7DF991DCD536100835D30 /* SwiftyStoreKit-tvOS.h */,
- );
- path = Platforms;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 54C0D5291CF7404500F90BCE /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 65F7DF9C1DCD537F00835D30 /* SwiftyStoreKit-tvOS.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6502F62A1B985C40004E342D /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 65F7DF9A1DCD536700835D30 /* SwiftyStoreKit-iOS.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C4D74BB81C24CEC90071AD3E /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 65F7DF9B1DCD537800835D30 /* SwiftyStoreKit-macOS.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- 54C0D52B1CF7404500F90BCE /* SwiftyStoreKit_tvOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 54C0D5331CF7404500F90BCE /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_tvOS" */;
- buildPhases = (
- 54C0D5271CF7404500F90BCE /* Sources */,
- 54C0D5281CF7404500F90BCE /* Frameworks */,
- 54C0D5291CF7404500F90BCE /* Headers */,
- 54C0D52A1CF7404500F90BCE /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SwiftyStoreKit_tvOS;
- productName = SwiftyStoreKitTV;
- productReference = 54C0D52C1CF7404500F90BCE /* SwiftyStoreKit.framework */;
- productType = "com.apple.product-type.framework";
- };
- 6502F5FD1B985833004E342D /* SwiftyStoreKit_iOSDemo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 6502F6101B985833004E342D /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_iOSDemo" */;
- buildPhases = (
- 6502F5FA1B985833004E342D /* Sources */,
- 6502F5FB1B985833004E342D /* Frameworks */,
- 6502F5FC1B985833004E342D /* Resources */,
- 65F7DF921DCD524300835D30 /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- 65F7DF911DCD524300835D30 /* PBXTargetDependency */,
- );
- name = SwiftyStoreKit_iOSDemo;
- productName = SwiftyStoreKit;
- productReference = 6502F5FE1B985833004E342D /* SwiftyStoreKit_iOSDemo.app */;
- productType = "com.apple.product-type.application";
- };
- 6502F62C1B985C40004E342D /* SwiftyStoreKit_iOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 6502F6361B985C40004E342D /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_iOS" */;
- buildPhases = (
- 6502F6281B985C40004E342D /* Sources */,
- 6502F6291B985C40004E342D /* Frameworks */,
- 6502F62A1B985C40004E342D /* Headers */,
- 6502F62B1B985C40004E342D /* Resources */,
- C4B298351E5C25E5007C87C2 /* swiftlint */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SwiftyStoreKit_iOS;
- productName = SwiftyStoreKit;
- productReference = 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */;
- productType = "com.apple.product-type.framework";
- };
- 654287ED1E79F5A000F61800 /* SwiftyStoreKit_tvOSDemo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 654287FC1E79F5A000F61800 /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_tvOSDemo" */;
- buildPhases = (
- 654287EA1E79F5A000F61800 /* Sources */,
- 654287EB1E79F5A000F61800 /* Frameworks */,
- 654287EC1E79F5A000F61800 /* Resources */,
- 654288011E79F75100F61800 /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- 654288001E79F75000F61800 /* PBXTargetDependency */,
- );
- name = SwiftyStoreKit_tvOSDemo;
- productName = "SwiftyStoreKit-tvOS-Demo";
- productReference = 654287EE1E79F5A000F61800 /* SwiftyStoreKit_tvOSDemo.app */;
- productType = "com.apple.product-type.application";
- };
- 658A083D1E2EC5120074A98F /* SwiftyStoreKitTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 658A08461E2EC5120074A98F /* Build configuration list for PBXNativeTarget "SwiftyStoreKitTests" */;
- buildPhases = (
- 658A083A1E2EC5120074A98F /* Sources */,
- 658A083B1E2EC5120074A98F /* Frameworks */,
- 658A083C1E2EC5120074A98F /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 658A08451E2EC5120074A98F /* PBXTargetDependency */,
- 658A084E1E2EC83F0074A98F /* PBXTargetDependency */,
- );
- name = SwiftyStoreKitTests;
- productName = SwiftyStoreKitTests;
- productReference = 658A083E1E2EC5120074A98F /* SwiftyStoreKitTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- C4D74BBA1C24CEC90071AD3E /* SwiftyStoreKit_macOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = C4D74BC21C24CECA0071AD3E /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_macOS" */;
- buildPhases = (
- C4D74BB61C24CEC90071AD3E /* Sources */,
- C4D74BB71C24CEC90071AD3E /* Frameworks */,
- C4D74BB81C24CEC90071AD3E /* Headers */,
- C4D74BB91C24CEC90071AD3E /* Resources */,
- C4B298341E5C25DD007C87C2 /* swiftlint */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SwiftyStoreKit_macOS;
- productName = SwiftyStoreKitOSX;
- productReference = C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */;
- productType = "com.apple.product-type.framework";
- };
- C4FD3A001C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = C4FD3A0D1C2954C10035CFF3 /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_macOSDemo" */;
- buildPhases = (
- C4FD39FD1C2954C10035CFF3 /* Sources */,
- C4FD39FE1C2954C10035CFF3 /* Frameworks */,
- C4FD39FF1C2954C10035CFF3 /* Resources */,
- C4FD3A141C2954CD0035CFF3 /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- C4FD3A131C2954CD0035CFF3 /* PBXTargetDependency */,
- );
- name = SwiftyStoreKit_macOSDemo;
- productName = SwiftyStoreOSXDemo;
- productReference = C4FD3A011C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 6502F5F61B985833004E342D /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 0820;
- LastUpgradeCheck = 0810;
- ORGANIZATIONNAME = musevisions;
- TargetAttributes = {
- 54C0D52B1CF7404500F90BCE = {
- CreatedOnToolsVersion = 7.3.1;
- DevelopmentTeam = M54ZVB688G;
- };
- 6502F5FD1B985833004E342D = {
- CreatedOnToolsVersion = 7.0;
- LastSwiftMigration = 0800;
- ProvisioningStyle = Automatic;
- };
- 6502F62C1B985C40004E342D = {
- CreatedOnToolsVersion = 7.0;
- LastSwiftMigration = 0800;
- };
- 654287ED1E79F5A000F61800 = {
- CreatedOnToolsVersion = 8.2.1;
- ProvisioningStyle = Automatic;
- };
- 658A083D1E2EC5120074A98F = {
- CreatedOnToolsVersion = 8.2.1;
- ProvisioningStyle = Automatic;
- TestTargetID = 6502F5FD1B985833004E342D;
- };
- C4D74BBA1C24CEC90071AD3E = {
- CreatedOnToolsVersion = 7.2;
- };
- C4FD3A001C2954C10035CFF3 = {
- CreatedOnToolsVersion = 7.2;
- LastSwiftMigration = 0800;
- };
- };
- };
- buildConfigurationList = 6502F5F91B985833004E342D /* Build configuration list for PBXProject "SwiftyStoreKit" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 6502F5F51B985833004E342D;
- productRefGroup = 6502F5FF1B985833004E342D /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 6502F62C1B985C40004E342D /* SwiftyStoreKit_iOS */,
- C4D74BBA1C24CEC90071AD3E /* SwiftyStoreKit_macOS */,
- 54C0D52B1CF7404500F90BCE /* SwiftyStoreKit_tvOS */,
- 6502F5FD1B985833004E342D /* SwiftyStoreKit_iOSDemo */,
- C4FD3A001C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo */,
- 654287ED1E79F5A000F61800 /* SwiftyStoreKit_tvOSDemo */,
- 658A083D1E2EC5120074A98F /* SwiftyStoreKitTests */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 54C0D52A1CF7404500F90BCE /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6502F5FC1B985833004E342D /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 65F7DF721DCD4DF000835D30 /* Assets.xcassets in Resources */,
- 65F7DF741DCD4DF000835D30 /* Main.storyboard in Resources */,
- 65F7DF731DCD4DF000835D30 /* LaunchScreen.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6502F62B1B985C40004E342D /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 654287EC1E79F5A000F61800 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 654287F81E79F5A000F61800 /* Assets.xcassets in Resources */,
- 654287F61E79F5A000F61800 /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 658A083C1E2EC5120074A98F /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C4D74BB91C24CEC90071AD3E /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C4FD39FF1C2954C10035CFF3 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 65F7DF851DCD4FC500835D30 /* Assets.xcassets in Resources */,
- 65F7DF861DCD4FC500835D30 /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- C4B298341E5C25DD007C87C2 /* swiftlint */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = swiftlint;
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
- };
- C4B298351E5C25E5007C87C2 /* swiftlint */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = swiftlint;
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 54C0D5271CF7404500F90BCE /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1592CD521E27756500D321E6 /* AppleReceiptValidator.swift in Sources */,
- 54C0D5681CF7428400F90BCE /* SwiftyStoreKit.swift in Sources */,
- 54B069961CF744DC00BAFE38 /* OS.swift in Sources */,
- 54B069931CF742D300BAFE38 /* InAppReceiptRefreshRequest.swift in Sources */,
- 65F70ACB1E2EDC3700BF040D /* PaymentsController.swift in Sources */,
- 650307FE1E33154F001332A4 /* ProductsInfoController.swift in Sources */,
- 650307F61E3177EF001332A4 /* RestorePurchasesController.swift in Sources */,
- 658A08391E2EC24E0074A98F /* PaymentQueueController.swift in Sources */,
- 653722831DB8290B00C8F944 /* SKProduct+LocalizedPrice.swift in Sources */,
- 54B069921CF742D100BAFE38 /* InAppReceipt.swift in Sources */,
- 650307FA1E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */,
- 65BB6CEA1DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */,
- 54B069941CF742D600BAFE38 /* InAppProductQueryRequest.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6502F5FA1B985833004E342D /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 65F7DF771DCD4DF000835D30 /* ViewController.swift in Sources */,
- 65F7DF711DCD4DF000835D30 /* AppDelegate.swift in Sources */,
- 65F7DF761DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 6502F6281B985C40004E342D /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C40C68101C29414C00B60B7E /* OS.swift in Sources */,
- 1592CD501E27756500D321E6 /* AppleReceiptValidator.swift in Sources */,
- 6502F63B1B985CA1004E342D /* InAppProductQueryRequest.swift in Sources */,
- C4083C571C2AB0A900295248 /* InAppReceiptRefreshRequest.swift in Sources */,
- 65F70AC91E2EDC3700BF040D /* PaymentsController.swift in Sources */,
- 650307FC1E33154F001332A4 /* ProductsInfoController.swift in Sources */,
- 650307F41E3177EF001332A4 /* RestorePurchasesController.swift in Sources */,
- 658A08371E2EC24E0074A98F /* PaymentQueueController.swift in Sources */,
- 653722811DB8282600C8F944 /* SKProduct+LocalizedPrice.swift in Sources */,
- C4A7C7631C29B8D00053ED64 /* InAppReceipt.swift in Sources */,
- 650307F81E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */,
- 65BB6CE81DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */,
- 6502F63C1B985CA4004E342D /* SwiftyStoreKit.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 654287EA1E79F5A000F61800 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 654288071E7B3E1500F61800 /* AppDelegate.swift in Sources */,
- 654288021E7B34E500F61800 /* ViewController.swift in Sources */,
- 654288061E7B3A8800F61800 /* NetworkActivityIndicatorManager.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 658A083A1E2EC5120074A98F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C3099C071E2FCDAA00392A54 /* PaymentsControllerTests.swift in Sources */,
- 650307F21E3163AA001332A4 /* RestorePurchasesControllerTests.swift in Sources */,
- C3099C0B1E2FD13200392A54 /* TestPaymentTransaction.swift in Sources */,
- 65F70AC71E2ECBB300BF040D /* PaymentTransactionObserverFake.swift in Sources */,
- 658A084A1E2EC5350074A98F /* PaymentQueueControllerTests.swift in Sources */,
- C3099C191E3206C700392A54 /* CompleteTransactionsControllerTests.swift in Sources */,
- 658A084C1E2EC5960074A98F /* PaymentQueueSpy.swift in Sources */,
- C3099C091E2FCE3A00392A54 /* TestProduct.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C4D74BB61C24CEC90071AD3E /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C40C68111C29419500B60B7E /* OS.swift in Sources */,
- 1592CD511E27756500D321E6 /* AppleReceiptValidator.swift in Sources */,
- C4D74BC41C24CEDC0071AD3E /* InAppProductQueryRequest.swift in Sources */,
- C4F69A8A1C2E0D21009DD8BD /* InAppReceiptRefreshRequest.swift in Sources */,
- 65F70ACA1E2EDC3700BF040D /* PaymentsController.swift in Sources */,
- 650307FD1E33154F001332A4 /* ProductsInfoController.swift in Sources */,
- 650307F51E3177EF001332A4 /* RestorePurchasesController.swift in Sources */,
- 658A08381E2EC24E0074A98F /* PaymentQueueController.swift in Sources */,
- 653722821DB8290A00C8F944 /* SKProduct+LocalizedPrice.swift in Sources */,
- C4083C551C2AADB500295248 /* InAppReceipt.swift in Sources */,
- 650307F91E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */,
- 65BB6CE91DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */,
- C4D74BC51C24CEDC0071AD3E /* SwiftyStoreKit.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- C4FD39FD1C2954C10035CFF3 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 65F7DF841DCD4FC500835D30 /* AppDelegate.swift in Sources */,
- 65F7DF881DCD4FC500835D30 /* ViewController.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- 654288001E79F75000F61800 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 54C0D52B1CF7404500F90BCE /* SwiftyStoreKit_tvOS */;
- targetProxy = 654287FF1E79F75000F61800 /* PBXContainerItemProxy */;
- };
- 658A08451E2EC5120074A98F /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 6502F62C1B985C40004E342D /* SwiftyStoreKit_iOS */;
- targetProxy = 658A08441E2EC5120074A98F /* PBXContainerItemProxy */;
- };
- 658A084E1E2EC83F0074A98F /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 6502F5FD1B985833004E342D /* SwiftyStoreKit_iOSDemo */;
- targetProxy = 658A084D1E2EC83F0074A98F /* PBXContainerItemProxy */;
- };
- 65F7DF911DCD524300835D30 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 6502F62C1B985C40004E342D /* SwiftyStoreKit_iOS */;
- targetProxy = 65F7DF901DCD524300835D30 /* PBXContainerItemProxy */;
- };
- C4FD3A131C2954CD0035CFF3 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = C4D74BBA1C24CEC90071AD3E /* SwiftyStoreKit_macOS */;
- targetProxy = C4FD3A121C2954CD0035CFF3 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- 654287F41E79F5A000F61800 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 654287F51E79F5A000F61800 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 65F7DF6A1DCD4DF000835D30 /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 65F7DF6B1DCD4DF000835D30 /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- 65F7DF6C1DCD4DF000835D30 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 65F7DF6D1DCD4DF000835D30 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 65F7DF801DCD4FC500835D30 /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 65F7DF811DCD4FC500835D30 /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 54C0D5311CF7404500F90BCE /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_NONNULL = YES;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = M54ZVB688G;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-tvOS.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.tvOS.SwiftyStoreKit;
- PRODUCT_NAME = SwiftyStoreKit;
- SDKROOT = appletvos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- 54C0D5321CF7404500F90BCE /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_NONNULL = YES;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = M54ZVB688G;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-tvOS.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.tvOS.SwiftyStoreKit;
- PRODUCT_NAME = SwiftyStoreKit;
- SDKROOT = appletvos;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 9.0;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 6502F60E1B985833004E342D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 3.0;
- };
- name = Debug;
- };
- 6502F60F1B985833004E342D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- SWIFT_VERSION = 3.0;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 6502F6111B985833004E342D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit-iOS-Demo/Info.plist";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreDemo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- TARGETED_DEVICE_FAMILY = 1;
- };
- name = Debug;
- };
- 6502F6121B985833004E342D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit-iOS-Demo/Info.plist";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreDemo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- TARGETED_DEVICE_FAMILY = 1;
- };
- name = Release;
- };
- 6502F6371B985C40004E342D /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = "";
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-iOS.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreKit;
- PRODUCT_NAME = SwiftyStoreKit;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- 6502F6381B985C40004E342D /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = "";
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-iOS.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreKit;
- PRODUCT_NAME = SwiftyStoreKit;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 654287FA1E79F5A000F61800 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
- DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = "SwiftyStoreKit-tvOS-Demo/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreDemo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = appletvos;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_VERSION = 3.0;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 10.1;
- };
- name = Debug;
- };
- 654287FB1E79F5A000F61800 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
- DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = "SwiftyStoreKit-tvOS-Demo/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreDemo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = appletvos;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_VERSION = 3.0;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 10.1;
- };
- name = Release;
- };
- 658A08471E2EC5120074A98F /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- INFOPLIST_FILE = SwiftyStoreKitTests/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 10.2;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreKitTests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_VERSION = 3.0;
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftyStoreKit_iOSDemo.app/SwiftyStoreKit_iOSDemo";
- };
- name = Debug;
- };
- 658A08481E2EC5120074A98F /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- INFOPLIST_FILE = SwiftyStoreKitTests/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 10.2;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreKitTests;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_VERSION = 3.0;
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftyStoreKit_iOSDemo.app/SwiftyStoreKit_iOSDemo";
- };
- name = Release;
- };
- C4D74BC01C24CECA0071AD3E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-macOS.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.macOS.SwiftyStoreKit;
- PRODUCT_NAME = SwiftyStoreKit;
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- C4D74BC11C24CECA0071AD3E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-macOS.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.macOS.SwiftyStoreKit;
- PRODUCT_NAME = SwiftyStoreKit;
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- C4FD3A0E1C2954C10035CFF3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit-macOS-Demo/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.OSX.SwiftyStoreDemo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- };
- name = Debug;
- };
- C4FD3A0F1C2954C10035CFF3 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit-macOS-Demo/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.10;
- PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.OSX.SwiftyStoreDemo;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 54C0D5331CF7404500F90BCE /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_tvOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 54C0D5311CF7404500F90BCE /* Debug */,
- 54C0D5321CF7404500F90BCE /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 6502F5F91B985833004E342D /* Build configuration list for PBXProject "SwiftyStoreKit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 6502F60E1B985833004E342D /* Debug */,
- 6502F60F1B985833004E342D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 6502F6101B985833004E342D /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_iOSDemo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 6502F6111B985833004E342D /* Debug */,
- 6502F6121B985833004E342D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 6502F6361B985C40004E342D /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_iOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 6502F6371B985C40004E342D /* Debug */,
- 6502F6381B985C40004E342D /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 654287FC1E79F5A000F61800 /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_tvOSDemo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 654287FA1E79F5A000F61800 /* Debug */,
- 654287FB1E79F5A000F61800 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 658A08461E2EC5120074A98F /* Build configuration list for PBXNativeTarget "SwiftyStoreKitTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 658A08471E2EC5120074A98F /* Debug */,
- 658A08481E2EC5120074A98F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- C4D74BC21C24CECA0071AD3E /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_macOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- C4D74BC01C24CECA0071AD3E /* Debug */,
- C4D74BC11C24CECA0071AD3E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- C4FD3A0D1C2954C10035CFF3 /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_macOSDemo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- C4FD3A0E1C2954C10035CFF3 /* Debug */,
- C4FD3A0F1C2954C10035CFF3 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 6502F5F61B985833004E342D /* Project object */;
- }
|