project.pbxproj 63 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1592CD501E27756500D321E6 /* AppleReceiptValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */; };
  10. 1592CD511E27756500D321E6 /* AppleReceiptValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */; };
  11. 1592CD521E27756500D321E6 /* AppleReceiptValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */; };
  12. 54B069921CF742D100BAFE38 /* InAppReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */; };
  13. 54B069931CF742D300BAFE38 /* InAppReceiptRefreshRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */; };
  14. 54B069941CF742D600BAFE38 /* InAppProductQueryRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */; };
  15. 54B069961CF744DC00BAFE38 /* OS.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40C680F1C29414C00B60B7E /* OS.swift */; };
  16. 54C0D5681CF7428400F90BCE /* SwiftyStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */; };
  17. 6502F63B1B985CA1004E342D /* InAppProductQueryRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */; };
  18. 6502F63C1B985CA4004E342D /* SwiftyStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */; };
  19. 650307F21E3163AA001332A4 /* RestorePurchasesControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F11E3163AA001332A4 /* RestorePurchasesControllerTests.swift */; };
  20. 650307F41E3177EF001332A4 /* RestorePurchasesController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */; };
  21. 650307F51E3177EF001332A4 /* RestorePurchasesController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */; };
  22. 650307F61E3177EF001332A4 /* RestorePurchasesController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */; };
  23. 650307F81E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */; };
  24. 650307F91E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */; };
  25. 650307FA1E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */; };
  26. 650307FC1E33154F001332A4 /* ProductsInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307FB1E33154F001332A4 /* ProductsInfoController.swift */; };
  27. 650307FD1E33154F001332A4 /* ProductsInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307FB1E33154F001332A4 /* ProductsInfoController.swift */; };
  28. 650307FE1E33154F001332A4 /* ProductsInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650307FB1E33154F001332A4 /* ProductsInfoController.swift */; };
  29. 653722811DB8282600C8F944 /* SKProduct+LocalizedPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */; };
  30. 653722821DB8290A00C8F944 /* SKProduct+LocalizedPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */; };
  31. 653722831DB8290B00C8F944 /* SKProduct+LocalizedPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */; };
  32. 654287F11E79F5A000F61800 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654287F01E79F5A000F61800 /* AppDelegate.swift */; };
  33. 654287F31E79F5A000F61800 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 654287F21E79F5A000F61800 /* ViewController.swift */; };
  34. 654287F61E79F5A000F61800 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 654287F41E79F5A000F61800 /* Main.storyboard */; };
  35. 654287F81E79F5A000F61800 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 654287F71E79F5A000F61800 /* Assets.xcassets */; };
  36. 658A08371E2EC24E0074A98F /* PaymentQueueController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */; };
  37. 658A08381E2EC24E0074A98F /* PaymentQueueController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */; };
  38. 658A08391E2EC24E0074A98F /* PaymentQueueController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */; };
  39. 658A08431E2EC5120074A98F /* SwiftyStoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */; };
  40. 658A084A1E2EC5350074A98F /* PaymentQueueControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A08491E2EC5350074A98F /* PaymentQueueControllerTests.swift */; };
  41. 658A084C1E2EC5960074A98F /* PaymentQueueSpy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 658A084B1E2EC5960074A98F /* PaymentQueueSpy.swift */; };
  42. 65BB6CE81DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */; };
  43. 65BB6CE91DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */; };
  44. 65BB6CEA1DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */; };
  45. 65F70AC71E2ECBB300BF040D /* PaymentTransactionObserverFake.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F70AC61E2ECBB300BF040D /* PaymentTransactionObserverFake.swift */; };
  46. 65F70AC91E2EDC3700BF040D /* PaymentsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */; };
  47. 65F70ACA1E2EDC3700BF040D /* PaymentsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */; };
  48. 65F70ACB1E2EDC3700BF040D /* PaymentsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */; };
  49. 65F7DF711DCD4DF000835D30 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF681DCD4DF000835D30 /* AppDelegate.swift */; };
  50. 65F7DF721DCD4DF000835D30 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF691DCD4DF000835D30 /* Assets.xcassets */; };
  51. 65F7DF731DCD4DF000835D30 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF6A1DCD4DF000835D30 /* LaunchScreen.storyboard */; };
  52. 65F7DF741DCD4DF000835D30 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF6C1DCD4DF000835D30 /* Main.storyboard */; };
  53. 65F7DF761DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF6F1DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift */; };
  54. 65F7DF771DCD4DF000835D30 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF701DCD4DF000835D30 /* ViewController.swift */; };
  55. 65F7DF841DCD4FC500835D30 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF7E1DCD4FC500835D30 /* AppDelegate.swift */; };
  56. 65F7DF851DCD4FC500835D30 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF7F1DCD4FC500835D30 /* Assets.xcassets */; };
  57. 65F7DF861DCD4FC500835D30 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65F7DF801DCD4FC500835D30 /* Main.storyboard */; };
  58. 65F7DF881DCD4FC500835D30 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F7DF831DCD4FC500835D30 /* ViewController.swift */; };
  59. 65F7DF8E1DCD524300835D30 /* SwiftyStoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */; };
  60. 65F7DF8F1DCD524300835D30 /* SwiftyStoreKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  61. 65F7DF9A1DCD536700835D30 /* SwiftyStoreKit-iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F7DF971DCD536100835D30 /* SwiftyStoreKit-iOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  62. 65F7DF9B1DCD537800835D30 /* SwiftyStoreKit-macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F7DF981DCD536100835D30 /* SwiftyStoreKit-macOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  63. 65F7DF9C1DCD537F00835D30 /* SwiftyStoreKit-tvOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F7DF991DCD536100835D30 /* SwiftyStoreKit-tvOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  64. C3099C071E2FCDAA00392A54 /* PaymentsControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3099C061E2FCDAA00392A54 /* PaymentsControllerTests.swift */; };
  65. C3099C091E2FCE3A00392A54 /* TestProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3099C081E2FCE3A00392A54 /* TestProduct.swift */; };
  66. C3099C0B1E2FD13200392A54 /* TestPaymentTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3099C0A1E2FD13200392A54 /* TestPaymentTransaction.swift */; };
  67. C3099C191E3206C700392A54 /* CompleteTransactionsControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3099C181E3206C700392A54 /* CompleteTransactionsControllerTests.swift */; };
  68. C4083C551C2AADB500295248 /* InAppReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */; };
  69. C4083C571C2AB0A900295248 /* InAppReceiptRefreshRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */; };
  70. C40C68101C29414C00B60B7E /* OS.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40C680F1C29414C00B60B7E /* OS.swift */; };
  71. C40C68111C29419500B60B7E /* OS.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40C680F1C29414C00B60B7E /* OS.swift */; };
  72. C4A7C7631C29B8D00053ED64 /* InAppReceipt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */; };
  73. C4D74BC41C24CEDC0071AD3E /* InAppProductQueryRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */; };
  74. C4D74BC51C24CEDC0071AD3E /* SwiftyStoreKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */; };
  75. C4F69A8A1C2E0D21009DD8BD /* InAppReceiptRefreshRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */; };
  76. C4FD3A101C2954CD0035CFF3 /* SwiftyStoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */; };
  77. C4FD3A111C2954CD0035CFF3 /* SwiftyStoreKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  78. /* End PBXBuildFile section */
  79. /* Begin PBXContainerItemProxy section */
  80. 658A08441E2EC5120074A98F /* PBXContainerItemProxy */ = {
  81. isa = PBXContainerItemProxy;
  82. containerPortal = 6502F5F61B985833004E342D /* Project object */;
  83. proxyType = 1;
  84. remoteGlobalIDString = 6502F62C1B985C40004E342D;
  85. remoteInfo = SwiftyStoreKit_iOS;
  86. };
  87. 658A084D1E2EC83F0074A98F /* PBXContainerItemProxy */ = {
  88. isa = PBXContainerItemProxy;
  89. containerPortal = 6502F5F61B985833004E342D /* Project object */;
  90. proxyType = 1;
  91. remoteGlobalIDString = 6502F5FD1B985833004E342D;
  92. remoteInfo = SwiftyStoreKit_iOSDemo;
  93. };
  94. 65F7DF901DCD524300835D30 /* PBXContainerItemProxy */ = {
  95. isa = PBXContainerItemProxy;
  96. containerPortal = 6502F5F61B985833004E342D /* Project object */;
  97. proxyType = 1;
  98. remoteGlobalIDString = 6502F62C1B985C40004E342D;
  99. remoteInfo = SwiftyStoreKit_iOS;
  100. };
  101. C4FD3A121C2954CD0035CFF3 /* PBXContainerItemProxy */ = {
  102. isa = PBXContainerItemProxy;
  103. containerPortal = 6502F5F61B985833004E342D /* Project object */;
  104. proxyType = 1;
  105. remoteGlobalIDString = C4D74BBA1C24CEC90071AD3E;
  106. remoteInfo = SwiftyStoreKitOSX;
  107. };
  108. /* End PBXContainerItemProxy section */
  109. /* Begin PBXCopyFilesBuildPhase section */
  110. 65F7DF921DCD524300835D30 /* Embed Frameworks */ = {
  111. isa = PBXCopyFilesBuildPhase;
  112. buildActionMask = 2147483647;
  113. dstPath = "";
  114. dstSubfolderSpec = 10;
  115. files = (
  116. 65F7DF8F1DCD524300835D30 /* SwiftyStoreKit.framework in Embed Frameworks */,
  117. );
  118. name = "Embed Frameworks";
  119. runOnlyForDeploymentPostprocessing = 0;
  120. };
  121. C4FD3A141C2954CD0035CFF3 /* Embed Frameworks */ = {
  122. isa = PBXCopyFilesBuildPhase;
  123. buildActionMask = 2147483647;
  124. dstPath = "";
  125. dstSubfolderSpec = 10;
  126. files = (
  127. C4FD3A111C2954CD0035CFF3 /* SwiftyStoreKit.framework in Embed Frameworks */,
  128. );
  129. name = "Embed Frameworks";
  130. runOnlyForDeploymentPostprocessing = 0;
  131. };
  132. /* End PBXCopyFilesBuildPhase section */
  133. /* Begin PBXFileReference section */
  134. 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppleReceiptValidator.swift; sourceTree = "<group>"; };
  135. 54C0D52C1CF7404500F90BCE /* SwiftyStoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyStoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  136. 6502F5FE1B985833004E342D /* SwiftyStoreKit_iOSDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftyStoreKit_iOSDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  137. 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAppProductQueryRequest.swift; sourceTree = "<group>"; };
  138. 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyStoreKit.swift; sourceTree = "<group>"; };
  139. 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyStoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  140. 650307F11E3163AA001332A4 /* RestorePurchasesControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestorePurchasesControllerTests.swift; sourceTree = "<group>"; };
  141. 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestorePurchasesController.swift; sourceTree = "<group>"; };
  142. 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompleteTransactionsController.swift; sourceTree = "<group>"; };
  143. 650307FB1E33154F001332A4 /* ProductsInfoController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductsInfoController.swift; sourceTree = "<group>"; };
  144. 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SKProduct+LocalizedPrice.swift"; sourceTree = "<group>"; };
  145. 654287EE1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SwiftyStoreKit-tvOS-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  146. 654287F01E79F5A000F61800 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  147. 654287F21E79F5A000F61800 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  148. 654287F51E79F5A000F61800 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  149. 654287F71E79F5A000F61800 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  150. 654287F91E79F5A000F61800 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  151. 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentQueueController.swift; sourceTree = "<group>"; };
  152. 658A083E1E2EC5120074A98F /* SwiftyStoreKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftyStoreKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  153. 658A08421E2EC5120074A98F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  154. 658A08491E2EC5350074A98F /* PaymentQueueControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentQueueControllerTests.swift; sourceTree = "<group>"; };
  155. 658A084B1E2EC5960074A98F /* PaymentQueueSpy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentQueueSpy.swift; sourceTree = "<group>"; };
  156. 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SwiftyStoreKit+Types.swift"; sourceTree = "<group>"; };
  157. 65F70AC61E2ECBB300BF040D /* PaymentTransactionObserverFake.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentTransactionObserverFake.swift; sourceTree = "<group>"; };
  158. 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentsController.swift; sourceTree = "<group>"; };
  159. 65F7DF681DCD4DF000835D30 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  160. 65F7DF691DCD4DF000835D30 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  161. 65F7DF6B1DCD4DF000835D30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  162. 65F7DF6D1DCD4DF000835D30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  163. 65F7DF6E1DCD4DF000835D30 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  164. 65F7DF6F1DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkActivityIndicatorManager.swift; sourceTree = "<group>"; };
  165. 65F7DF701DCD4DF000835D30 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  166. 65F7DF7E1DCD4FC500835D30 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  167. 65F7DF7F1DCD4FC500835D30 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  168. 65F7DF811DCD4FC500835D30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  169. 65F7DF821DCD4FC500835D30 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  170. 65F7DF831DCD4FC500835D30 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  171. 65F7DF941DCD536100835D30 /* Info-iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = "<group>"; };
  172. 65F7DF951DCD536100835D30 /* Info-macOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-macOS.plist"; sourceTree = "<group>"; };
  173. 65F7DF961DCD536100835D30 /* Info-tvOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
  174. 65F7DF971DCD536100835D30 /* SwiftyStoreKit-iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SwiftyStoreKit-iOS.h"; sourceTree = "<group>"; };
  175. 65F7DF981DCD536100835D30 /* SwiftyStoreKit-macOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SwiftyStoreKit-macOS.h"; sourceTree = "<group>"; };
  176. 65F7DF991DCD536100835D30 /* SwiftyStoreKit-tvOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SwiftyStoreKit-tvOS.h"; sourceTree = "<group>"; };
  177. C3099C061E2FCDAA00392A54 /* PaymentsControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaymentsControllerTests.swift; sourceTree = "<group>"; };
  178. C3099C081E2FCE3A00392A54 /* TestProduct.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestProduct.swift; sourceTree = "<group>"; };
  179. C3099C0A1E2FD13200392A54 /* TestPaymentTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestPaymentTransaction.swift; sourceTree = "<group>"; };
  180. C3099C181E3206C700392A54 /* CompleteTransactionsControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CompleteTransactionsControllerTests.swift; sourceTree = "<group>"; };
  181. C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAppReceiptRefreshRequest.swift; sourceTree = "<group>"; };
  182. C40C680F1C29414C00B60B7E /* OS.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OS.swift; sourceTree = "<group>"; };
  183. C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InAppReceipt.swift; sourceTree = "<group>"; };
  184. C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyStoreKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  185. C4FD3A011C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftyStoreKit_macOSDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  186. /* End PBXFileReference section */
  187. /* Begin PBXFrameworksBuildPhase section */
  188. 54C0D5281CF7404500F90BCE /* Frameworks */ = {
  189. isa = PBXFrameworksBuildPhase;
  190. buildActionMask = 2147483647;
  191. files = (
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. 6502F5FB1B985833004E342D /* Frameworks */ = {
  196. isa = PBXFrameworksBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. 65F7DF8E1DCD524300835D30 /* SwiftyStoreKit.framework in Frameworks */,
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. 6502F6291B985C40004E342D /* Frameworks */ = {
  204. isa = PBXFrameworksBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. };
  210. 654287EB1E79F5A000F61800 /* Frameworks */ = {
  211. isa = PBXFrameworksBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. 658A083B1E2EC5120074A98F /* Frameworks */ = {
  218. isa = PBXFrameworksBuildPhase;
  219. buildActionMask = 2147483647;
  220. files = (
  221. 658A08431E2EC5120074A98F /* SwiftyStoreKit.framework in Frameworks */,
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. C4D74BB71C24CEC90071AD3E /* Frameworks */ = {
  226. isa = PBXFrameworksBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. C4FD39FE1C2954C10035CFF3 /* Frameworks */ = {
  233. isa = PBXFrameworksBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. C4FD3A101C2954CD0035CFF3 /* SwiftyStoreKit.framework in Frameworks */,
  237. );
  238. runOnlyForDeploymentPostprocessing = 0;
  239. };
  240. /* End PBXFrameworksBuildPhase section */
  241. /* Begin PBXGroup section */
  242. 6502F5F51B985833004E342D = {
  243. isa = PBXGroup;
  244. children = (
  245. 6502F6001B985833004E342D /* SwiftyStoreKit */,
  246. 65F7DF671DCD4DF000835D30 /* SwiftyStoreKit-iOS-Demo */,
  247. 65F7DF7D1DCD4FC500835D30 /* SwiftyStoreKit-macOS-Demo */,
  248. 654287EF1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo */,
  249. 658A083F1E2EC5120074A98F /* SwiftyStoreKitTests */,
  250. 6502F5FF1B985833004E342D /* Products */,
  251. );
  252. sourceTree = "<group>";
  253. };
  254. 6502F5FF1B985833004E342D /* Products */ = {
  255. isa = PBXGroup;
  256. children = (
  257. 6502F5FE1B985833004E342D /* SwiftyStoreKit_iOSDemo.app */,
  258. 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */,
  259. C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */,
  260. C4FD3A011C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo.app */,
  261. 54C0D52C1CF7404500F90BCE /* SwiftyStoreKit.framework */,
  262. 658A083E1E2EC5120074A98F /* SwiftyStoreKitTests.xctest */,
  263. 654287EE1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo.app */,
  264. );
  265. name = Products;
  266. sourceTree = "<group>";
  267. };
  268. 6502F6001B985833004E342D /* SwiftyStoreKit */ = {
  269. isa = PBXGroup;
  270. children = (
  271. 6502F6241B98586A004E342D /* SwiftyStoreKit.swift */,
  272. 65BB6CE71DDB018900218A0B /* SwiftyStoreKit+Types.swift */,
  273. 650307FB1E33154F001332A4 /* ProductsInfoController.swift */,
  274. 6502F6231B98586A004E342D /* InAppProductQueryRequest.swift */,
  275. 658A08361E2EC24E0074A98F /* PaymentQueueController.swift */,
  276. 65F70AC81E2EDC3700BF040D /* PaymentsController.swift */,
  277. 650307F31E3177EF001332A4 /* RestorePurchasesController.swift */,
  278. 650307F71E317BCF001332A4 /* CompleteTransactionsController.swift */,
  279. C4083C561C2AB0A900295248 /* InAppReceiptRefreshRequest.swift */,
  280. C4A7C7621C29B8D00053ED64 /* InAppReceipt.swift */,
  281. 1592CD4F1E27756500D321E6 /* AppleReceiptValidator.swift */,
  282. 653722801DB8282600C8F944 /* SKProduct+LocalizedPrice.swift */,
  283. C40C680F1C29414C00B60B7E /* OS.swift */,
  284. 65F7DF931DCD536100835D30 /* Platforms */,
  285. );
  286. path = SwiftyStoreKit;
  287. sourceTree = "<group>";
  288. };
  289. 654287EF1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo */ = {
  290. isa = PBXGroup;
  291. children = (
  292. 654287F01E79F5A000F61800 /* AppDelegate.swift */,
  293. 654287F21E79F5A000F61800 /* ViewController.swift */,
  294. 654287F41E79F5A000F61800 /* Main.storyboard */,
  295. 654287F71E79F5A000F61800 /* Assets.xcassets */,
  296. 654287F91E79F5A000F61800 /* Info.plist */,
  297. );
  298. path = "SwiftyStoreKit-tvOS-Demo";
  299. sourceTree = "<group>";
  300. };
  301. 658A083F1E2EC5120074A98F /* SwiftyStoreKitTests */ = {
  302. isa = PBXGroup;
  303. children = (
  304. 658A08421E2EC5120074A98F /* Info.plist */,
  305. 658A08491E2EC5350074A98F /* PaymentQueueControllerTests.swift */,
  306. C3099C061E2FCDAA00392A54 /* PaymentsControllerTests.swift */,
  307. 650307F11E3163AA001332A4 /* RestorePurchasesControllerTests.swift */,
  308. C3099C181E3206C700392A54 /* CompleteTransactionsControllerTests.swift */,
  309. 658A084B1E2EC5960074A98F /* PaymentQueueSpy.swift */,
  310. 65F70AC61E2ECBB300BF040D /* PaymentTransactionObserverFake.swift */,
  311. C3099C081E2FCE3A00392A54 /* TestProduct.swift */,
  312. C3099C0A1E2FD13200392A54 /* TestPaymentTransaction.swift */,
  313. );
  314. path = SwiftyStoreKitTests;
  315. sourceTree = "<group>";
  316. };
  317. 65F7DF671DCD4DF000835D30 /* SwiftyStoreKit-iOS-Demo */ = {
  318. isa = PBXGroup;
  319. children = (
  320. 65F7DF681DCD4DF000835D30 /* AppDelegate.swift */,
  321. 65F7DF691DCD4DF000835D30 /* Assets.xcassets */,
  322. 65F7DF6A1DCD4DF000835D30 /* LaunchScreen.storyboard */,
  323. 65F7DF6C1DCD4DF000835D30 /* Main.storyboard */,
  324. 65F7DF6E1DCD4DF000835D30 /* Info.plist */,
  325. 65F7DF6F1DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift */,
  326. 65F7DF701DCD4DF000835D30 /* ViewController.swift */,
  327. );
  328. path = "SwiftyStoreKit-iOS-Demo";
  329. sourceTree = "<group>";
  330. };
  331. 65F7DF7D1DCD4FC500835D30 /* SwiftyStoreKit-macOS-Demo */ = {
  332. isa = PBXGroup;
  333. children = (
  334. 65F7DF7E1DCD4FC500835D30 /* AppDelegate.swift */,
  335. 65F7DF7F1DCD4FC500835D30 /* Assets.xcassets */,
  336. 65F7DF801DCD4FC500835D30 /* Main.storyboard */,
  337. 65F7DF821DCD4FC500835D30 /* Info.plist */,
  338. 65F7DF831DCD4FC500835D30 /* ViewController.swift */,
  339. );
  340. path = "SwiftyStoreKit-macOS-Demo";
  341. sourceTree = "<group>";
  342. };
  343. 65F7DF931DCD536100835D30 /* Platforms */ = {
  344. isa = PBXGroup;
  345. children = (
  346. 65F7DF941DCD536100835D30 /* Info-iOS.plist */,
  347. 65F7DF951DCD536100835D30 /* Info-macOS.plist */,
  348. 65F7DF961DCD536100835D30 /* Info-tvOS.plist */,
  349. 65F7DF971DCD536100835D30 /* SwiftyStoreKit-iOS.h */,
  350. 65F7DF981DCD536100835D30 /* SwiftyStoreKit-macOS.h */,
  351. 65F7DF991DCD536100835D30 /* SwiftyStoreKit-tvOS.h */,
  352. );
  353. path = Platforms;
  354. sourceTree = "<group>";
  355. };
  356. /* End PBXGroup section */
  357. /* Begin PBXHeadersBuildPhase section */
  358. 54C0D5291CF7404500F90BCE /* Headers */ = {
  359. isa = PBXHeadersBuildPhase;
  360. buildActionMask = 2147483647;
  361. files = (
  362. 65F7DF9C1DCD537F00835D30 /* SwiftyStoreKit-tvOS.h in Headers */,
  363. );
  364. runOnlyForDeploymentPostprocessing = 0;
  365. };
  366. 6502F62A1B985C40004E342D /* Headers */ = {
  367. isa = PBXHeadersBuildPhase;
  368. buildActionMask = 2147483647;
  369. files = (
  370. 65F7DF9A1DCD536700835D30 /* SwiftyStoreKit-iOS.h in Headers */,
  371. );
  372. runOnlyForDeploymentPostprocessing = 0;
  373. };
  374. C4D74BB81C24CEC90071AD3E /* Headers */ = {
  375. isa = PBXHeadersBuildPhase;
  376. buildActionMask = 2147483647;
  377. files = (
  378. 65F7DF9B1DCD537800835D30 /* SwiftyStoreKit-macOS.h in Headers */,
  379. );
  380. runOnlyForDeploymentPostprocessing = 0;
  381. };
  382. /* End PBXHeadersBuildPhase section */
  383. /* Begin PBXNativeTarget section */
  384. 54C0D52B1CF7404500F90BCE /* SwiftyStoreKit_tvOS */ = {
  385. isa = PBXNativeTarget;
  386. buildConfigurationList = 54C0D5331CF7404500F90BCE /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_tvOS" */;
  387. buildPhases = (
  388. 54C0D5271CF7404500F90BCE /* Sources */,
  389. 54C0D5281CF7404500F90BCE /* Frameworks */,
  390. 54C0D5291CF7404500F90BCE /* Headers */,
  391. 54C0D52A1CF7404500F90BCE /* Resources */,
  392. );
  393. buildRules = (
  394. );
  395. dependencies = (
  396. );
  397. name = SwiftyStoreKit_tvOS;
  398. productName = SwiftyStoreKitTV;
  399. productReference = 54C0D52C1CF7404500F90BCE /* SwiftyStoreKit.framework */;
  400. productType = "com.apple.product-type.framework";
  401. };
  402. 6502F5FD1B985833004E342D /* SwiftyStoreKit_iOSDemo */ = {
  403. isa = PBXNativeTarget;
  404. buildConfigurationList = 6502F6101B985833004E342D /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_iOSDemo" */;
  405. buildPhases = (
  406. 6502F5FA1B985833004E342D /* Sources */,
  407. 6502F5FB1B985833004E342D /* Frameworks */,
  408. 6502F5FC1B985833004E342D /* Resources */,
  409. 65F7DF921DCD524300835D30 /* Embed Frameworks */,
  410. );
  411. buildRules = (
  412. );
  413. dependencies = (
  414. 65F7DF911DCD524300835D30 /* PBXTargetDependency */,
  415. );
  416. name = SwiftyStoreKit_iOSDemo;
  417. productName = SwiftyStoreKit;
  418. productReference = 6502F5FE1B985833004E342D /* SwiftyStoreKit_iOSDemo.app */;
  419. productType = "com.apple.product-type.application";
  420. };
  421. 6502F62C1B985C40004E342D /* SwiftyStoreKit_iOS */ = {
  422. isa = PBXNativeTarget;
  423. buildConfigurationList = 6502F6361B985C40004E342D /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_iOS" */;
  424. buildPhases = (
  425. 6502F6281B985C40004E342D /* Sources */,
  426. 6502F6291B985C40004E342D /* Frameworks */,
  427. 6502F62A1B985C40004E342D /* Headers */,
  428. 6502F62B1B985C40004E342D /* Resources */,
  429. C4B298351E5C25E5007C87C2 /* swiftlint */,
  430. );
  431. buildRules = (
  432. );
  433. dependencies = (
  434. );
  435. name = SwiftyStoreKit_iOS;
  436. productName = SwiftyStoreKit;
  437. productReference = 6502F62D1B985C40004E342D /* SwiftyStoreKit.framework */;
  438. productType = "com.apple.product-type.framework";
  439. };
  440. 654287ED1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo */ = {
  441. isa = PBXNativeTarget;
  442. buildConfigurationList = 654287FC1E79F5A000F61800 /* Build configuration list for PBXNativeTarget "SwiftyStoreKit-tvOS-Demo" */;
  443. buildPhases = (
  444. 654287EA1E79F5A000F61800 /* Sources */,
  445. 654287EB1E79F5A000F61800 /* Frameworks */,
  446. 654287EC1E79F5A000F61800 /* Resources */,
  447. );
  448. buildRules = (
  449. );
  450. dependencies = (
  451. );
  452. name = "SwiftyStoreKit-tvOS-Demo";
  453. productName = "SwiftyStoreKit-tvOS-Demo";
  454. productReference = 654287EE1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo.app */;
  455. productType = "com.apple.product-type.application";
  456. };
  457. 658A083D1E2EC5120074A98F /* SwiftyStoreKitTests */ = {
  458. isa = PBXNativeTarget;
  459. buildConfigurationList = 658A08461E2EC5120074A98F /* Build configuration list for PBXNativeTarget "SwiftyStoreKitTests" */;
  460. buildPhases = (
  461. 658A083A1E2EC5120074A98F /* Sources */,
  462. 658A083B1E2EC5120074A98F /* Frameworks */,
  463. 658A083C1E2EC5120074A98F /* Resources */,
  464. );
  465. buildRules = (
  466. );
  467. dependencies = (
  468. 658A08451E2EC5120074A98F /* PBXTargetDependency */,
  469. 658A084E1E2EC83F0074A98F /* PBXTargetDependency */,
  470. );
  471. name = SwiftyStoreKitTests;
  472. productName = SwiftyStoreKitTests;
  473. productReference = 658A083E1E2EC5120074A98F /* SwiftyStoreKitTests.xctest */;
  474. productType = "com.apple.product-type.bundle.unit-test";
  475. };
  476. C4D74BBA1C24CEC90071AD3E /* SwiftyStoreKit_macOS */ = {
  477. isa = PBXNativeTarget;
  478. buildConfigurationList = C4D74BC21C24CECA0071AD3E /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_macOS" */;
  479. buildPhases = (
  480. C4D74BB61C24CEC90071AD3E /* Sources */,
  481. C4D74BB71C24CEC90071AD3E /* Frameworks */,
  482. C4D74BB81C24CEC90071AD3E /* Headers */,
  483. C4D74BB91C24CEC90071AD3E /* Resources */,
  484. C4B298341E5C25DD007C87C2 /* swiftlint */,
  485. );
  486. buildRules = (
  487. );
  488. dependencies = (
  489. );
  490. name = SwiftyStoreKit_macOS;
  491. productName = SwiftyStoreKitOSX;
  492. productReference = C4D74BBB1C24CEC90071AD3E /* SwiftyStoreKit.framework */;
  493. productType = "com.apple.product-type.framework";
  494. };
  495. C4FD3A001C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo */ = {
  496. isa = PBXNativeTarget;
  497. buildConfigurationList = C4FD3A0D1C2954C10035CFF3 /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_macOSDemo" */;
  498. buildPhases = (
  499. C4FD39FD1C2954C10035CFF3 /* Sources */,
  500. C4FD39FE1C2954C10035CFF3 /* Frameworks */,
  501. C4FD39FF1C2954C10035CFF3 /* Resources */,
  502. C4FD3A141C2954CD0035CFF3 /* Embed Frameworks */,
  503. );
  504. buildRules = (
  505. );
  506. dependencies = (
  507. C4FD3A131C2954CD0035CFF3 /* PBXTargetDependency */,
  508. );
  509. name = SwiftyStoreKit_macOSDemo;
  510. productName = SwiftyStoreOSXDemo;
  511. productReference = C4FD3A011C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo.app */;
  512. productType = "com.apple.product-type.application";
  513. };
  514. /* End PBXNativeTarget section */
  515. /* Begin PBXProject section */
  516. 6502F5F61B985833004E342D /* Project object */ = {
  517. isa = PBXProject;
  518. attributes = {
  519. LastSwiftUpdateCheck = 0820;
  520. LastUpgradeCheck = 0810;
  521. ORGANIZATIONNAME = musevisions;
  522. TargetAttributes = {
  523. 54C0D52B1CF7404500F90BCE = {
  524. CreatedOnToolsVersion = 7.3.1;
  525. };
  526. 6502F5FD1B985833004E342D = {
  527. CreatedOnToolsVersion = 7.0;
  528. DevelopmentTeam = M54ZVB688G;
  529. LastSwiftMigration = 0800;
  530. ProvisioningStyle = Automatic;
  531. };
  532. 6502F62C1B985C40004E342D = {
  533. CreatedOnToolsVersion = 7.0;
  534. LastSwiftMigration = 0800;
  535. };
  536. 654287ED1E79F5A000F61800 = {
  537. CreatedOnToolsVersion = 8.2.1;
  538. DevelopmentTeam = M54ZVB688G;
  539. ProvisioningStyle = Automatic;
  540. };
  541. 658A083D1E2EC5120074A98F = {
  542. CreatedOnToolsVersion = 8.2.1;
  543. ProvisioningStyle = Automatic;
  544. TestTargetID = 6502F5FD1B985833004E342D;
  545. };
  546. C4D74BBA1C24CEC90071AD3E = {
  547. CreatedOnToolsVersion = 7.2;
  548. };
  549. C4FD3A001C2954C10035CFF3 = {
  550. CreatedOnToolsVersion = 7.2;
  551. LastSwiftMigration = 0800;
  552. };
  553. };
  554. };
  555. buildConfigurationList = 6502F5F91B985833004E342D /* Build configuration list for PBXProject "SwiftyStoreKit" */;
  556. compatibilityVersion = "Xcode 3.2";
  557. developmentRegion = English;
  558. hasScannedForEncodings = 0;
  559. knownRegions = (
  560. en,
  561. Base,
  562. );
  563. mainGroup = 6502F5F51B985833004E342D;
  564. productRefGroup = 6502F5FF1B985833004E342D /* Products */;
  565. projectDirPath = "";
  566. projectRoot = "";
  567. targets = (
  568. 6502F62C1B985C40004E342D /* SwiftyStoreKit_iOS */,
  569. C4D74BBA1C24CEC90071AD3E /* SwiftyStoreKit_macOS */,
  570. 54C0D52B1CF7404500F90BCE /* SwiftyStoreKit_tvOS */,
  571. 6502F5FD1B985833004E342D /* SwiftyStoreKit_iOSDemo */,
  572. C4FD3A001C2954C10035CFF3 /* SwiftyStoreKit_macOSDemo */,
  573. 654287ED1E79F5A000F61800 /* SwiftyStoreKit-tvOS-Demo */,
  574. 658A083D1E2EC5120074A98F /* SwiftyStoreKitTests */,
  575. );
  576. };
  577. /* End PBXProject section */
  578. /* Begin PBXResourcesBuildPhase section */
  579. 54C0D52A1CF7404500F90BCE /* Resources */ = {
  580. isa = PBXResourcesBuildPhase;
  581. buildActionMask = 2147483647;
  582. files = (
  583. );
  584. runOnlyForDeploymentPostprocessing = 0;
  585. };
  586. 6502F5FC1B985833004E342D /* Resources */ = {
  587. isa = PBXResourcesBuildPhase;
  588. buildActionMask = 2147483647;
  589. files = (
  590. 65F7DF721DCD4DF000835D30 /* Assets.xcassets in Resources */,
  591. 65F7DF741DCD4DF000835D30 /* Main.storyboard in Resources */,
  592. 65F7DF731DCD4DF000835D30 /* LaunchScreen.storyboard in Resources */,
  593. );
  594. runOnlyForDeploymentPostprocessing = 0;
  595. };
  596. 6502F62B1B985C40004E342D /* Resources */ = {
  597. isa = PBXResourcesBuildPhase;
  598. buildActionMask = 2147483647;
  599. files = (
  600. );
  601. runOnlyForDeploymentPostprocessing = 0;
  602. };
  603. 654287EC1E79F5A000F61800 /* Resources */ = {
  604. isa = PBXResourcesBuildPhase;
  605. buildActionMask = 2147483647;
  606. files = (
  607. 654287F81E79F5A000F61800 /* Assets.xcassets in Resources */,
  608. 654287F61E79F5A000F61800 /* Main.storyboard in Resources */,
  609. );
  610. runOnlyForDeploymentPostprocessing = 0;
  611. };
  612. 658A083C1E2EC5120074A98F /* Resources */ = {
  613. isa = PBXResourcesBuildPhase;
  614. buildActionMask = 2147483647;
  615. files = (
  616. );
  617. runOnlyForDeploymentPostprocessing = 0;
  618. };
  619. C4D74BB91C24CEC90071AD3E /* Resources */ = {
  620. isa = PBXResourcesBuildPhase;
  621. buildActionMask = 2147483647;
  622. files = (
  623. );
  624. runOnlyForDeploymentPostprocessing = 0;
  625. };
  626. C4FD39FF1C2954C10035CFF3 /* Resources */ = {
  627. isa = PBXResourcesBuildPhase;
  628. buildActionMask = 2147483647;
  629. files = (
  630. 65F7DF851DCD4FC500835D30 /* Assets.xcassets in Resources */,
  631. 65F7DF861DCD4FC500835D30 /* Main.storyboard in Resources */,
  632. );
  633. runOnlyForDeploymentPostprocessing = 0;
  634. };
  635. /* End PBXResourcesBuildPhase section */
  636. /* Begin PBXShellScriptBuildPhase section */
  637. C4B298341E5C25DD007C87C2 /* swiftlint */ = {
  638. isa = PBXShellScriptBuildPhase;
  639. buildActionMask = 2147483647;
  640. files = (
  641. );
  642. inputPaths = (
  643. );
  644. name = swiftlint;
  645. outputPaths = (
  646. );
  647. runOnlyForDeploymentPostprocessing = 0;
  648. shellPath = /bin/sh;
  649. shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
  650. };
  651. C4B298351E5C25E5007C87C2 /* swiftlint */ = {
  652. isa = PBXShellScriptBuildPhase;
  653. buildActionMask = 2147483647;
  654. files = (
  655. );
  656. inputPaths = (
  657. );
  658. name = swiftlint;
  659. outputPaths = (
  660. );
  661. runOnlyForDeploymentPostprocessing = 0;
  662. shellPath = /bin/sh;
  663. shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
  664. };
  665. /* End PBXShellScriptBuildPhase section */
  666. /* Begin PBXSourcesBuildPhase section */
  667. 54C0D5271CF7404500F90BCE /* Sources */ = {
  668. isa = PBXSourcesBuildPhase;
  669. buildActionMask = 2147483647;
  670. files = (
  671. 1592CD521E27756500D321E6 /* AppleReceiptValidator.swift in Sources */,
  672. 54C0D5681CF7428400F90BCE /* SwiftyStoreKit.swift in Sources */,
  673. 54B069961CF744DC00BAFE38 /* OS.swift in Sources */,
  674. 54B069931CF742D300BAFE38 /* InAppReceiptRefreshRequest.swift in Sources */,
  675. 65F70ACB1E2EDC3700BF040D /* PaymentsController.swift in Sources */,
  676. 650307FE1E33154F001332A4 /* ProductsInfoController.swift in Sources */,
  677. 650307F61E3177EF001332A4 /* RestorePurchasesController.swift in Sources */,
  678. 658A08391E2EC24E0074A98F /* PaymentQueueController.swift in Sources */,
  679. 653722831DB8290B00C8F944 /* SKProduct+LocalizedPrice.swift in Sources */,
  680. 54B069921CF742D100BAFE38 /* InAppReceipt.swift in Sources */,
  681. 650307FA1E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */,
  682. 65BB6CEA1DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */,
  683. 54B069941CF742D600BAFE38 /* InAppProductQueryRequest.swift in Sources */,
  684. );
  685. runOnlyForDeploymentPostprocessing = 0;
  686. };
  687. 6502F5FA1B985833004E342D /* Sources */ = {
  688. isa = PBXSourcesBuildPhase;
  689. buildActionMask = 2147483647;
  690. files = (
  691. 65F7DF771DCD4DF000835D30 /* ViewController.swift in Sources */,
  692. 65F7DF711DCD4DF000835D30 /* AppDelegate.swift in Sources */,
  693. 65F7DF761DCD4DF000835D30 /* NetworkActivityIndicatorManager.swift in Sources */,
  694. );
  695. runOnlyForDeploymentPostprocessing = 0;
  696. };
  697. 6502F6281B985C40004E342D /* Sources */ = {
  698. isa = PBXSourcesBuildPhase;
  699. buildActionMask = 2147483647;
  700. files = (
  701. C40C68101C29414C00B60B7E /* OS.swift in Sources */,
  702. 1592CD501E27756500D321E6 /* AppleReceiptValidator.swift in Sources */,
  703. 6502F63B1B985CA1004E342D /* InAppProductQueryRequest.swift in Sources */,
  704. C4083C571C2AB0A900295248 /* InAppReceiptRefreshRequest.swift in Sources */,
  705. 65F70AC91E2EDC3700BF040D /* PaymentsController.swift in Sources */,
  706. 650307FC1E33154F001332A4 /* ProductsInfoController.swift in Sources */,
  707. 650307F41E3177EF001332A4 /* RestorePurchasesController.swift in Sources */,
  708. 658A08371E2EC24E0074A98F /* PaymentQueueController.swift in Sources */,
  709. 653722811DB8282600C8F944 /* SKProduct+LocalizedPrice.swift in Sources */,
  710. C4A7C7631C29B8D00053ED64 /* InAppReceipt.swift in Sources */,
  711. 650307F81E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */,
  712. 65BB6CE81DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */,
  713. 6502F63C1B985CA4004E342D /* SwiftyStoreKit.swift in Sources */,
  714. );
  715. runOnlyForDeploymentPostprocessing = 0;
  716. };
  717. 654287EA1E79F5A000F61800 /* Sources */ = {
  718. isa = PBXSourcesBuildPhase;
  719. buildActionMask = 2147483647;
  720. files = (
  721. 654287F31E79F5A000F61800 /* ViewController.swift in Sources */,
  722. 654287F11E79F5A000F61800 /* AppDelegate.swift in Sources */,
  723. );
  724. runOnlyForDeploymentPostprocessing = 0;
  725. };
  726. 658A083A1E2EC5120074A98F /* Sources */ = {
  727. isa = PBXSourcesBuildPhase;
  728. buildActionMask = 2147483647;
  729. files = (
  730. C3099C071E2FCDAA00392A54 /* PaymentsControllerTests.swift in Sources */,
  731. 650307F21E3163AA001332A4 /* RestorePurchasesControllerTests.swift in Sources */,
  732. C3099C0B1E2FD13200392A54 /* TestPaymentTransaction.swift in Sources */,
  733. 65F70AC71E2ECBB300BF040D /* PaymentTransactionObserverFake.swift in Sources */,
  734. 658A084A1E2EC5350074A98F /* PaymentQueueControllerTests.swift in Sources */,
  735. C3099C191E3206C700392A54 /* CompleteTransactionsControllerTests.swift in Sources */,
  736. 658A084C1E2EC5960074A98F /* PaymentQueueSpy.swift in Sources */,
  737. C3099C091E2FCE3A00392A54 /* TestProduct.swift in Sources */,
  738. );
  739. runOnlyForDeploymentPostprocessing = 0;
  740. };
  741. C4D74BB61C24CEC90071AD3E /* Sources */ = {
  742. isa = PBXSourcesBuildPhase;
  743. buildActionMask = 2147483647;
  744. files = (
  745. C40C68111C29419500B60B7E /* OS.swift in Sources */,
  746. 1592CD511E27756500D321E6 /* AppleReceiptValidator.swift in Sources */,
  747. C4D74BC41C24CEDC0071AD3E /* InAppProductQueryRequest.swift in Sources */,
  748. C4F69A8A1C2E0D21009DD8BD /* InAppReceiptRefreshRequest.swift in Sources */,
  749. 65F70ACA1E2EDC3700BF040D /* PaymentsController.swift in Sources */,
  750. 650307FD1E33154F001332A4 /* ProductsInfoController.swift in Sources */,
  751. 650307F51E3177EF001332A4 /* RestorePurchasesController.swift in Sources */,
  752. 658A08381E2EC24E0074A98F /* PaymentQueueController.swift in Sources */,
  753. 653722821DB8290A00C8F944 /* SKProduct+LocalizedPrice.swift in Sources */,
  754. C4083C551C2AADB500295248 /* InAppReceipt.swift in Sources */,
  755. 650307F91E317BCF001332A4 /* CompleteTransactionsController.swift in Sources */,
  756. 65BB6CE91DDB018900218A0B /* SwiftyStoreKit+Types.swift in Sources */,
  757. C4D74BC51C24CEDC0071AD3E /* SwiftyStoreKit.swift in Sources */,
  758. );
  759. runOnlyForDeploymentPostprocessing = 0;
  760. };
  761. C4FD39FD1C2954C10035CFF3 /* Sources */ = {
  762. isa = PBXSourcesBuildPhase;
  763. buildActionMask = 2147483647;
  764. files = (
  765. 65F7DF841DCD4FC500835D30 /* AppDelegate.swift in Sources */,
  766. 65F7DF881DCD4FC500835D30 /* ViewController.swift in Sources */,
  767. );
  768. runOnlyForDeploymentPostprocessing = 0;
  769. };
  770. /* End PBXSourcesBuildPhase section */
  771. /* Begin PBXTargetDependency section */
  772. 658A08451E2EC5120074A98F /* PBXTargetDependency */ = {
  773. isa = PBXTargetDependency;
  774. target = 6502F62C1B985C40004E342D /* SwiftyStoreKit_iOS */;
  775. targetProxy = 658A08441E2EC5120074A98F /* PBXContainerItemProxy */;
  776. };
  777. 658A084E1E2EC83F0074A98F /* PBXTargetDependency */ = {
  778. isa = PBXTargetDependency;
  779. target = 6502F5FD1B985833004E342D /* SwiftyStoreKit_iOSDemo */;
  780. targetProxy = 658A084D1E2EC83F0074A98F /* PBXContainerItemProxy */;
  781. };
  782. 65F7DF911DCD524300835D30 /* PBXTargetDependency */ = {
  783. isa = PBXTargetDependency;
  784. target = 6502F62C1B985C40004E342D /* SwiftyStoreKit_iOS */;
  785. targetProxy = 65F7DF901DCD524300835D30 /* PBXContainerItemProxy */;
  786. };
  787. C4FD3A131C2954CD0035CFF3 /* PBXTargetDependency */ = {
  788. isa = PBXTargetDependency;
  789. target = C4D74BBA1C24CEC90071AD3E /* SwiftyStoreKit_macOS */;
  790. targetProxy = C4FD3A121C2954CD0035CFF3 /* PBXContainerItemProxy */;
  791. };
  792. /* End PBXTargetDependency section */
  793. /* Begin PBXVariantGroup section */
  794. 654287F41E79F5A000F61800 /* Main.storyboard */ = {
  795. isa = PBXVariantGroup;
  796. children = (
  797. 654287F51E79F5A000F61800 /* Base */,
  798. );
  799. name = Main.storyboard;
  800. sourceTree = "<group>";
  801. };
  802. 65F7DF6A1DCD4DF000835D30 /* LaunchScreen.storyboard */ = {
  803. isa = PBXVariantGroup;
  804. children = (
  805. 65F7DF6B1DCD4DF000835D30 /* Base */,
  806. );
  807. name = LaunchScreen.storyboard;
  808. sourceTree = "<group>";
  809. };
  810. 65F7DF6C1DCD4DF000835D30 /* Main.storyboard */ = {
  811. isa = PBXVariantGroup;
  812. children = (
  813. 65F7DF6D1DCD4DF000835D30 /* Base */,
  814. );
  815. name = Main.storyboard;
  816. sourceTree = "<group>";
  817. };
  818. 65F7DF801DCD4FC500835D30 /* Main.storyboard */ = {
  819. isa = PBXVariantGroup;
  820. children = (
  821. 65F7DF811DCD4FC500835D30 /* Base */,
  822. );
  823. name = Main.storyboard;
  824. sourceTree = "<group>";
  825. };
  826. /* End PBXVariantGroup section */
  827. /* Begin XCBuildConfiguration section */
  828. 54C0D5311CF7404500F90BCE /* Debug */ = {
  829. isa = XCBuildConfiguration;
  830. buildSettings = {
  831. CLANG_ANALYZER_NONNULL = YES;
  832. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  833. CURRENT_PROJECT_VERSION = 1;
  834. DEFINES_MODULE = YES;
  835. DYLIB_COMPATIBILITY_VERSION = 1;
  836. DYLIB_CURRENT_VERSION = 1;
  837. DYLIB_INSTALL_NAME_BASE = "@rpath";
  838. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-tvOS.plist";
  839. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  840. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  841. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.tvOS.SwiftyStoreKit;
  842. PRODUCT_NAME = SwiftyStoreKit;
  843. SDKROOT = appletvos;
  844. SKIP_INSTALL = YES;
  845. TARGETED_DEVICE_FAMILY = 3;
  846. TVOS_DEPLOYMENT_TARGET = 9.0;
  847. VERSIONING_SYSTEM = "apple-generic";
  848. VERSION_INFO_PREFIX = "";
  849. };
  850. name = Debug;
  851. };
  852. 54C0D5321CF7404500F90BCE /* Release */ = {
  853. isa = XCBuildConfiguration;
  854. buildSettings = {
  855. CLANG_ANALYZER_NONNULL = YES;
  856. "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
  857. CURRENT_PROJECT_VERSION = 1;
  858. DEFINES_MODULE = YES;
  859. DYLIB_COMPATIBILITY_VERSION = 1;
  860. DYLIB_CURRENT_VERSION = 1;
  861. DYLIB_INSTALL_NAME_BASE = "@rpath";
  862. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-tvOS.plist";
  863. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  864. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  865. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.tvOS.SwiftyStoreKit;
  866. PRODUCT_NAME = SwiftyStoreKit;
  867. SDKROOT = appletvos;
  868. SKIP_INSTALL = YES;
  869. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  870. TARGETED_DEVICE_FAMILY = 3;
  871. TVOS_DEPLOYMENT_TARGET = 9.0;
  872. VERSIONING_SYSTEM = "apple-generic";
  873. VERSION_INFO_PREFIX = "";
  874. };
  875. name = Release;
  876. };
  877. 6502F60E1B985833004E342D /* Debug */ = {
  878. isa = XCBuildConfiguration;
  879. buildSettings = {
  880. ALWAYS_SEARCH_USER_PATHS = NO;
  881. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  882. CLANG_CXX_LIBRARY = "libc++";
  883. CLANG_ENABLE_MODULES = YES;
  884. CLANG_ENABLE_OBJC_ARC = YES;
  885. CLANG_WARN_BOOL_CONVERSION = YES;
  886. CLANG_WARN_CONSTANT_CONVERSION = YES;
  887. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  888. CLANG_WARN_EMPTY_BODY = YES;
  889. CLANG_WARN_ENUM_CONVERSION = YES;
  890. CLANG_WARN_INFINITE_RECURSION = YES;
  891. CLANG_WARN_INT_CONVERSION = YES;
  892. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  893. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  894. CLANG_WARN_UNREACHABLE_CODE = YES;
  895. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  896. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  897. COPY_PHASE_STRIP = NO;
  898. DEBUG_INFORMATION_FORMAT = dwarf;
  899. ENABLE_STRICT_OBJC_MSGSEND = YES;
  900. ENABLE_TESTABILITY = YES;
  901. GCC_C_LANGUAGE_STANDARD = gnu99;
  902. GCC_DYNAMIC_NO_PIC = NO;
  903. GCC_NO_COMMON_BLOCKS = YES;
  904. GCC_OPTIMIZATION_LEVEL = 0;
  905. GCC_PREPROCESSOR_DEFINITIONS = (
  906. "DEBUG=1",
  907. "$(inherited)",
  908. );
  909. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  910. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  911. GCC_WARN_UNDECLARED_SELECTOR = YES;
  912. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  913. GCC_WARN_UNUSED_FUNCTION = YES;
  914. GCC_WARN_UNUSED_VARIABLE = YES;
  915. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  916. MACOSX_DEPLOYMENT_TARGET = 10.10;
  917. MTL_ENABLE_DEBUG_INFO = YES;
  918. ONLY_ACTIVE_ARCH = YES;
  919. SDKROOT = iphoneos;
  920. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  921. SWIFT_VERSION = 3.0;
  922. };
  923. name = Debug;
  924. };
  925. 6502F60F1B985833004E342D /* Release */ = {
  926. isa = XCBuildConfiguration;
  927. buildSettings = {
  928. ALWAYS_SEARCH_USER_PATHS = NO;
  929. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  930. CLANG_CXX_LIBRARY = "libc++";
  931. CLANG_ENABLE_MODULES = YES;
  932. CLANG_ENABLE_OBJC_ARC = YES;
  933. CLANG_WARN_BOOL_CONVERSION = YES;
  934. CLANG_WARN_CONSTANT_CONVERSION = YES;
  935. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  936. CLANG_WARN_EMPTY_BODY = YES;
  937. CLANG_WARN_ENUM_CONVERSION = YES;
  938. CLANG_WARN_INFINITE_RECURSION = YES;
  939. CLANG_WARN_INT_CONVERSION = YES;
  940. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  941. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  942. CLANG_WARN_UNREACHABLE_CODE = YES;
  943. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  944. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  945. COPY_PHASE_STRIP = NO;
  946. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  947. ENABLE_NS_ASSERTIONS = NO;
  948. ENABLE_STRICT_OBJC_MSGSEND = YES;
  949. GCC_C_LANGUAGE_STANDARD = gnu99;
  950. GCC_NO_COMMON_BLOCKS = YES;
  951. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  952. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  953. GCC_WARN_UNDECLARED_SELECTOR = YES;
  954. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  955. GCC_WARN_UNUSED_FUNCTION = YES;
  956. GCC_WARN_UNUSED_VARIABLE = YES;
  957. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  958. MACOSX_DEPLOYMENT_TARGET = 10.10;
  959. MTL_ENABLE_DEBUG_INFO = NO;
  960. SDKROOT = iphoneos;
  961. SWIFT_VERSION = 3.0;
  962. VALIDATE_PRODUCT = YES;
  963. };
  964. name = Release;
  965. };
  966. 6502F6111B985833004E342D /* Debug */ = {
  967. isa = XCBuildConfiguration;
  968. buildSettings = {
  969. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  970. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  971. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  972. DEVELOPMENT_TEAM = M54ZVB688G;
  973. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit-iOS-Demo/Info.plist";
  974. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  975. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  976. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreDemo;
  977. PRODUCT_NAME = "$(TARGET_NAME)";
  978. TARGETED_DEVICE_FAMILY = 1;
  979. };
  980. name = Debug;
  981. };
  982. 6502F6121B985833004E342D /* Release */ = {
  983. isa = XCBuildConfiguration;
  984. buildSettings = {
  985. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  986. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  987. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  988. DEVELOPMENT_TEAM = M54ZVB688G;
  989. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit-iOS-Demo/Info.plist";
  990. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  991. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  992. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreDemo;
  993. PRODUCT_NAME = "$(TARGET_NAME)";
  994. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  995. TARGETED_DEVICE_FAMILY = 1;
  996. };
  997. name = Release;
  998. };
  999. 6502F6371B985C40004E342D /* Debug */ = {
  1000. isa = XCBuildConfiguration;
  1001. buildSettings = {
  1002. APPLICATION_EXTENSION_API_ONLY = YES;
  1003. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  1004. CURRENT_PROJECT_VERSION = 1;
  1005. DEFINES_MODULE = YES;
  1006. DEVELOPMENT_TEAM = "";
  1007. DYLIB_COMPATIBILITY_VERSION = 1;
  1008. DYLIB_CURRENT_VERSION = 1;
  1009. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1010. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-iOS.plist";
  1011. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1012. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1013. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1014. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreKit;
  1015. PRODUCT_NAME = SwiftyStoreKit;
  1016. SKIP_INSTALL = YES;
  1017. TARGETED_DEVICE_FAMILY = "1,2";
  1018. VERSIONING_SYSTEM = "apple-generic";
  1019. VERSION_INFO_PREFIX = "";
  1020. };
  1021. name = Debug;
  1022. };
  1023. 6502F6381B985C40004E342D /* Release */ = {
  1024. isa = XCBuildConfiguration;
  1025. buildSettings = {
  1026. APPLICATION_EXTENSION_API_ONLY = YES;
  1027. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  1028. CURRENT_PROJECT_VERSION = 1;
  1029. DEFINES_MODULE = YES;
  1030. DEVELOPMENT_TEAM = "";
  1031. DYLIB_COMPATIBILITY_VERSION = 1;
  1032. DYLIB_CURRENT_VERSION = 1;
  1033. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1034. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-iOS.plist";
  1035. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1036. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1037. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1038. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreKit;
  1039. PRODUCT_NAME = SwiftyStoreKit;
  1040. SKIP_INSTALL = YES;
  1041. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1042. TARGETED_DEVICE_FAMILY = "1,2";
  1043. VERSIONING_SYSTEM = "apple-generic";
  1044. VERSION_INFO_PREFIX = "";
  1045. };
  1046. name = Release;
  1047. };
  1048. 654287FA1E79F5A000F61800 /* Debug */ = {
  1049. isa = XCBuildConfiguration;
  1050. buildSettings = {
  1051. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1052. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1053. CLANG_ANALYZER_NONNULL = YES;
  1054. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1055. DEVELOPMENT_TEAM = M54ZVB688G;
  1056. INFOPLIST_FILE = "SwiftyStoreKit-tvOS-Demo/Info.plist";
  1057. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1058. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.tvOS.SwiftyStoreKitDemo;
  1059. PRODUCT_NAME = "$(TARGET_NAME)";
  1060. SDKROOT = appletvos;
  1061. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1062. SWIFT_VERSION = 3.0;
  1063. TARGETED_DEVICE_FAMILY = 3;
  1064. TVOS_DEPLOYMENT_TARGET = 10.1;
  1065. };
  1066. name = Debug;
  1067. };
  1068. 654287FB1E79F5A000F61800 /* Release */ = {
  1069. isa = XCBuildConfiguration;
  1070. buildSettings = {
  1071. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1072. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1073. CLANG_ANALYZER_NONNULL = YES;
  1074. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1075. DEVELOPMENT_TEAM = M54ZVB688G;
  1076. INFOPLIST_FILE = "SwiftyStoreKit-tvOS-Demo/Info.plist";
  1077. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1078. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.tvOS.SwiftyStoreKitDemo;
  1079. PRODUCT_NAME = "$(TARGET_NAME)";
  1080. SDKROOT = appletvos;
  1081. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1082. SWIFT_VERSION = 3.0;
  1083. TARGETED_DEVICE_FAMILY = 3;
  1084. TVOS_DEPLOYMENT_TARGET = 10.1;
  1085. };
  1086. name = Release;
  1087. };
  1088. 658A08471E2EC5120074A98F /* Debug */ = {
  1089. isa = XCBuildConfiguration;
  1090. buildSettings = {
  1091. CLANG_ANALYZER_NONNULL = YES;
  1092. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1093. INFOPLIST_FILE = SwiftyStoreKitTests/Info.plist;
  1094. IPHONEOS_DEPLOYMENT_TARGET = 10.2;
  1095. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1096. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreKitTests;
  1097. PRODUCT_NAME = "$(TARGET_NAME)";
  1098. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1099. SWIFT_VERSION = 3.0;
  1100. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftyStoreKit_iOSDemo.app/SwiftyStoreKit_iOSDemo";
  1101. };
  1102. name = Debug;
  1103. };
  1104. 658A08481E2EC5120074A98F /* Release */ = {
  1105. isa = XCBuildConfiguration;
  1106. buildSettings = {
  1107. CLANG_ANALYZER_NONNULL = YES;
  1108. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1109. INFOPLIST_FILE = SwiftyStoreKitTests/Info.plist;
  1110. IPHONEOS_DEPLOYMENT_TARGET = 10.2;
  1111. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1112. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.iOS.SwiftyStoreKitTests;
  1113. PRODUCT_NAME = "$(TARGET_NAME)";
  1114. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1115. SWIFT_VERSION = 3.0;
  1116. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SwiftyStoreKit_iOSDemo.app/SwiftyStoreKit_iOSDemo";
  1117. };
  1118. name = Release;
  1119. };
  1120. C4D74BC01C24CECA0071AD3E /* Debug */ = {
  1121. isa = XCBuildConfiguration;
  1122. buildSettings = {
  1123. CODE_SIGN_IDENTITY = "-";
  1124. COMBINE_HIDPI_IMAGES = YES;
  1125. CURRENT_PROJECT_VERSION = 1;
  1126. DEFINES_MODULE = YES;
  1127. DYLIB_COMPATIBILITY_VERSION = 1;
  1128. DYLIB_CURRENT_VERSION = 1;
  1129. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1130. FRAMEWORK_VERSION = A;
  1131. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-macOS.plist";
  1132. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1133. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1134. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1135. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.macOS.SwiftyStoreKit;
  1136. PRODUCT_NAME = SwiftyStoreKit;
  1137. SDKROOT = macosx;
  1138. SKIP_INSTALL = YES;
  1139. VERSIONING_SYSTEM = "apple-generic";
  1140. VERSION_INFO_PREFIX = "";
  1141. };
  1142. name = Debug;
  1143. };
  1144. C4D74BC11C24CECA0071AD3E /* Release */ = {
  1145. isa = XCBuildConfiguration;
  1146. buildSettings = {
  1147. CODE_SIGN_IDENTITY = "-";
  1148. COMBINE_HIDPI_IMAGES = YES;
  1149. CURRENT_PROJECT_VERSION = 1;
  1150. DEFINES_MODULE = YES;
  1151. DYLIB_COMPATIBILITY_VERSION = 1;
  1152. DYLIB_CURRENT_VERSION = 1;
  1153. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1154. FRAMEWORK_VERSION = A;
  1155. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit/Platforms/Info-macOS.plist";
  1156. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1157. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1158. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1159. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.macOS.SwiftyStoreKit;
  1160. PRODUCT_NAME = SwiftyStoreKit;
  1161. SDKROOT = macosx;
  1162. SKIP_INSTALL = YES;
  1163. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1164. VERSIONING_SYSTEM = "apple-generic";
  1165. VERSION_INFO_PREFIX = "";
  1166. };
  1167. name = Release;
  1168. };
  1169. C4FD3A0E1C2954C10035CFF3 /* Debug */ = {
  1170. isa = XCBuildConfiguration;
  1171. buildSettings = {
  1172. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1173. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1174. CODE_SIGN_IDENTITY = "-";
  1175. COMBINE_HIDPI_IMAGES = YES;
  1176. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit-macOS-Demo/Info.plist";
  1177. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  1178. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1179. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.OSX.SwiftyStoreDemo;
  1180. PRODUCT_NAME = "$(TARGET_NAME)";
  1181. SDKROOT = macosx;
  1182. };
  1183. name = Debug;
  1184. };
  1185. C4FD3A0F1C2954C10035CFF3 /* Release */ = {
  1186. isa = XCBuildConfiguration;
  1187. buildSettings = {
  1188. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1189. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1190. CODE_SIGN_IDENTITY = "-";
  1191. COMBINE_HIDPI_IMAGES = YES;
  1192. INFOPLIST_FILE = "$(SRCROOT)/SwiftyStoreKit-macOS-Demo/Info.plist";
  1193. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  1194. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1195. PRODUCT_BUNDLE_IDENTIFIER = com.musevisions.OSX.SwiftyStoreDemo;
  1196. PRODUCT_NAME = "$(TARGET_NAME)";
  1197. SDKROOT = macosx;
  1198. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1199. };
  1200. name = Release;
  1201. };
  1202. /* End XCBuildConfiguration section */
  1203. /* Begin XCConfigurationList section */
  1204. 54C0D5331CF7404500F90BCE /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_tvOS" */ = {
  1205. isa = XCConfigurationList;
  1206. buildConfigurations = (
  1207. 54C0D5311CF7404500F90BCE /* Debug */,
  1208. 54C0D5321CF7404500F90BCE /* Release */,
  1209. );
  1210. defaultConfigurationIsVisible = 0;
  1211. defaultConfigurationName = Release;
  1212. };
  1213. 6502F5F91B985833004E342D /* Build configuration list for PBXProject "SwiftyStoreKit" */ = {
  1214. isa = XCConfigurationList;
  1215. buildConfigurations = (
  1216. 6502F60E1B985833004E342D /* Debug */,
  1217. 6502F60F1B985833004E342D /* Release */,
  1218. );
  1219. defaultConfigurationIsVisible = 0;
  1220. defaultConfigurationName = Release;
  1221. };
  1222. 6502F6101B985833004E342D /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_iOSDemo" */ = {
  1223. isa = XCConfigurationList;
  1224. buildConfigurations = (
  1225. 6502F6111B985833004E342D /* Debug */,
  1226. 6502F6121B985833004E342D /* Release */,
  1227. );
  1228. defaultConfigurationIsVisible = 0;
  1229. defaultConfigurationName = Release;
  1230. };
  1231. 6502F6361B985C40004E342D /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_iOS" */ = {
  1232. isa = XCConfigurationList;
  1233. buildConfigurations = (
  1234. 6502F6371B985C40004E342D /* Debug */,
  1235. 6502F6381B985C40004E342D /* Release */,
  1236. );
  1237. defaultConfigurationIsVisible = 0;
  1238. defaultConfigurationName = Release;
  1239. };
  1240. 654287FC1E79F5A000F61800 /* Build configuration list for PBXNativeTarget "SwiftyStoreKit-tvOS-Demo" */ = {
  1241. isa = XCConfigurationList;
  1242. buildConfigurations = (
  1243. 654287FA1E79F5A000F61800 /* Debug */,
  1244. 654287FB1E79F5A000F61800 /* Release */,
  1245. );
  1246. defaultConfigurationIsVisible = 0;
  1247. };
  1248. 658A08461E2EC5120074A98F /* Build configuration list for PBXNativeTarget "SwiftyStoreKitTests" */ = {
  1249. isa = XCConfigurationList;
  1250. buildConfigurations = (
  1251. 658A08471E2EC5120074A98F /* Debug */,
  1252. 658A08481E2EC5120074A98F /* Release */,
  1253. );
  1254. defaultConfigurationIsVisible = 0;
  1255. defaultConfigurationName = Release;
  1256. };
  1257. C4D74BC21C24CECA0071AD3E /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_macOS" */ = {
  1258. isa = XCConfigurationList;
  1259. buildConfigurations = (
  1260. C4D74BC01C24CECA0071AD3E /* Debug */,
  1261. C4D74BC11C24CECA0071AD3E /* Release */,
  1262. );
  1263. defaultConfigurationIsVisible = 0;
  1264. defaultConfigurationName = Release;
  1265. };
  1266. C4FD3A0D1C2954C10035CFF3 /* Build configuration list for PBXNativeTarget "SwiftyStoreKit_macOSDemo" */ = {
  1267. isa = XCConfigurationList;
  1268. buildConfigurations = (
  1269. C4FD3A0E1C2954C10035CFF3 /* Debug */,
  1270. C4FD3A0F1C2954C10035CFF3 /* Release */,
  1271. );
  1272. defaultConfigurationIsVisible = 0;
  1273. defaultConfigurationName = Release;
  1274. };
  1275. /* End XCConfigurationList section */
  1276. };
  1277. rootObject = 6502F5F61B985833004E342D /* Project object */;
  1278. }