project.pbxproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5156947923F4965000E7C350 /* SampleWatchAppWatchKitApp.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 5156947823F4965000E7C350 /* SampleWatchAppWatchKitApp.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  10. 5156947F23F4965000E7C350 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5156947D23F4965000E7C350 /* Interface.storyboard */; };
  11. 5156948123F4965100E7C350 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5156948023F4965100E7C350 /* Assets.xcassets */; };
  12. 5156948823F4965100E7C350 /* SampleWatchAppWatchKitExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 5156948723F4965100E7C350 /* SampleWatchAppWatchKitExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  13. 5156948D23F4965100E7C350 /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5156948C23F4965100E7C350 /* InterfaceController.swift */; };
  14. 5156948F23F4965100E7C350 /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5156948E23F4965100E7C350 /* ExtensionDelegate.swift */; };
  15. 5156949123F4965100E7C350 /* NotificationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5156949023F4965100E7C350 /* NotificationController.swift */; };
  16. 5156949323F4965100E7C350 /* ComplicationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5156949223F4965100E7C350 /* ComplicationController.swift */; };
  17. 5156949523F4965200E7C350 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5156949423F4965200E7C350 /* Assets.xcassets */; };
  18. 515694AF23F4A3D200E7C350 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515694AE23F4A3D200E7C350 /* NotificationService.swift */; };
  19. 515694B323F4A3D200E7C350 /* ServiceExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 515694AC23F4A3D200E7C350 /* ServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  20. ABE300CA2656D4DD00AC9D72 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = ABE300C92656D4DD00AC9D72 /* GoogleService-Info.plist */; };
  21. ABE300CE2656D68200AC9D72 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = ABE300C92656D4DD00AC9D72 /* GoogleService-Info.plist */; };
  22. ABE300CF2656D6D000AC9D72 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = ABE300C92656D4DD00AC9D72 /* GoogleService-Info.plist */; };
  23. ABE300D02656D6D200AC9D72 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = ABE300C92656D4DD00AC9D72 /* GoogleService-Info.plist */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXContainerItemProxy section */
  26. 5156947A23F4965000E7C350 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = 5156946E23F4965000E7C350 /* Project object */;
  29. proxyType = 1;
  30. remoteGlobalIDString = 5156947723F4965000E7C350;
  31. remoteInfo = "SampleWatchApp WatchKit App";
  32. };
  33. 5156948923F4965100E7C350 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = 5156946E23F4965000E7C350 /* Project object */;
  36. proxyType = 1;
  37. remoteGlobalIDString = 5156948623F4965100E7C350;
  38. remoteInfo = "SampleWatchApp WatchKit Extension";
  39. };
  40. 515694B123F4A3D200E7C350 /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = 5156946E23F4965000E7C350 /* Project object */;
  43. proxyType = 1;
  44. remoteGlobalIDString = 515694AB23F4A3D200E7C350;
  45. remoteInfo = ServiceExtension;
  46. };
  47. /* End PBXContainerItemProxy section */
  48. /* Begin PBXCopyFilesBuildPhase section */
  49. 5156949D23F4965200E7C350 /* Embed App Extensions */ = {
  50. isa = PBXCopyFilesBuildPhase;
  51. buildActionMask = 8;
  52. dstPath = "";
  53. dstSubfolderSpec = 13;
  54. files = (
  55. 5156948823F4965100E7C350 /* SampleWatchAppWatchKitExtension.appex in Embed App Extensions */,
  56. );
  57. name = "Embed App Extensions";
  58. runOnlyForDeploymentPostprocessing = 1;
  59. };
  60. 515694A123F4965200E7C350 /* Embed Watch Content */ = {
  61. isa = PBXCopyFilesBuildPhase;
  62. buildActionMask = 2147483647;
  63. dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
  64. dstSubfolderSpec = 16;
  65. files = (
  66. 5156947923F4965000E7C350 /* SampleWatchAppWatchKitApp.app in Embed Watch Content */,
  67. );
  68. name = "Embed Watch Content";
  69. runOnlyForDeploymentPostprocessing = 0;
  70. };
  71. 515694B723F4A3D200E7C350 /* Embed App Extensions */ = {
  72. isa = PBXCopyFilesBuildPhase;
  73. buildActionMask = 2147483647;
  74. dstPath = "";
  75. dstSubfolderSpec = 13;
  76. files = (
  77. 515694B323F4A3D200E7C350 /* ServiceExtension.appex in Embed App Extensions */,
  78. );
  79. name = "Embed App Extensions";
  80. runOnlyForDeploymentPostprocessing = 0;
  81. };
  82. /* End PBXCopyFilesBuildPhase section */
  83. /* Begin PBXFileReference section */
  84. 3EBA935736290F9E72DB25FF /* Pods_ServiceExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ServiceExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  85. 5156947423F4965000E7C350 /* SampleWatchApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SampleWatchApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  86. 5156947823F4965000E7C350 /* SampleWatchAppWatchKitApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SampleWatchAppWatchKitApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  87. 5156947E23F4965000E7C350 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
  88. 5156948023F4965100E7C350 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  89. 5156948223F4965100E7C350 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  90. 5156948723F4965100E7C350 /* SampleWatchAppWatchKitExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = SampleWatchAppWatchKitExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  91. 5156948C23F4965100E7C350 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = "<group>"; };
  92. 5156948E23F4965100E7C350 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
  93. 5156949023F4965100E7C350 /* NotificationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationController.swift; sourceTree = "<group>"; };
  94. 5156949223F4965100E7C350 /* ComplicationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComplicationController.swift; sourceTree = "<group>"; };
  95. 5156949423F4965200E7C350 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  96. 5156949623F4965200E7C350 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  97. 5156949723F4965200E7C350 /* PushNotificationPayload.apns */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushNotificationPayload.apns; sourceTree = "<group>"; };
  98. 515694A523F497E700E7C350 /* SampleWatchAppWatchKitExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SampleWatchAppWatchKitExtension.entitlements; sourceTree = "<group>"; };
  99. 515694AC23F4A3D200E7C350 /* ServiceExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ServiceExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  100. 515694AE23F4A3D200E7C350 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
  101. 515694B023F4A3D200E7C350 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  102. 7FBA4340635BF194157452B9 /* Pods-SampleWatchAppWatchKitExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SampleWatchAppWatchKitExtension.release.xcconfig"; path = "Target Support Files/Pods-SampleWatchAppWatchKitExtension/Pods-SampleWatchAppWatchKitExtension.release.xcconfig"; sourceTree = "<group>"; };
  103. ABE300C92656D4DD00AC9D72 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  104. C0064A1E379E237E54A9086B /* Pods-ServiceExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ServiceExtension.debug.xcconfig"; path = "Target Support Files/Pods-ServiceExtension/Pods-ServiceExtension.debug.xcconfig"; sourceTree = "<group>"; };
  105. CB6479A86CC43D17D90F1E89 /* Pods-ServiceExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ServiceExtension.release.xcconfig"; path = "Target Support Files/Pods-ServiceExtension/Pods-ServiceExtension.release.xcconfig"; sourceTree = "<group>"; };
  106. D6A1681F802CB688198BFE1E /* Pods_SampleWatchAppWatchKitExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SampleWatchAppWatchKitExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  107. DAE14C0BA7504E3EE4267A02 /* Pods-SampleWatchAppWatchKitExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SampleWatchAppWatchKitExtension.debug.xcconfig"; path = "Target Support Files/Pods-SampleWatchAppWatchKitExtension/Pods-SampleWatchAppWatchKitExtension.debug.xcconfig"; sourceTree = "<group>"; };
  108. /* End PBXFileReference section */
  109. /* Begin PBXFrameworksBuildPhase section */
  110. 234E535ADBAFCD783D6057C7 /* Frameworks */ = {
  111. isa = PBXFrameworksBuildPhase;
  112. buildActionMask = 2147483647;
  113. files = (
  114. );
  115. runOnlyForDeploymentPostprocessing = 0;
  116. };
  117. 5156948423F4965100E7C350 /* Frameworks */ = {
  118. isa = PBXFrameworksBuildPhase;
  119. buildActionMask = 2147483647;
  120. files = (
  121. );
  122. runOnlyForDeploymentPostprocessing = 0;
  123. };
  124. 515694A923F4A3D200E7C350 /* Frameworks */ = {
  125. isa = PBXFrameworksBuildPhase;
  126. buildActionMask = 2147483647;
  127. files = (
  128. );
  129. runOnlyForDeploymentPostprocessing = 0;
  130. };
  131. C00F5EF1D57948C8492A37CA /* Frameworks */ = {
  132. isa = PBXFrameworksBuildPhase;
  133. buildActionMask = 2147483647;
  134. files = (
  135. );
  136. runOnlyForDeploymentPostprocessing = 0;
  137. };
  138. /* End PBXFrameworksBuildPhase section */
  139. /* Begin PBXGroup section */
  140. 203C8A236AE31151AAF474A5 /* Frameworks */ = {
  141. isa = PBXGroup;
  142. children = (
  143. D6A1681F802CB688198BFE1E /* Pods_SampleWatchAppWatchKitExtension.framework */,
  144. 3EBA935736290F9E72DB25FF /* Pods_ServiceExtension.framework */,
  145. );
  146. name = Frameworks;
  147. sourceTree = "<group>";
  148. };
  149. 5156946D23F4965000E7C350 = {
  150. isa = PBXGroup;
  151. children = (
  152. ABE300C92656D4DD00AC9D72 /* GoogleService-Info.plist */,
  153. 5156947C23F4965000E7C350 /* SampleWatchAppWatchKitApp */,
  154. 5156948B23F4965100E7C350 /* SampleWatchAppWatchKitExtension */,
  155. 515694AD23F4A3D200E7C350 /* ServiceExtension */,
  156. 5156947523F4965000E7C350 /* Products */,
  157. BD04909E80693ABDC7D720F6 /* Pods */,
  158. 203C8A236AE31151AAF474A5 /* Frameworks */,
  159. );
  160. sourceTree = "<group>";
  161. };
  162. 5156947523F4965000E7C350 /* Products */ = {
  163. isa = PBXGroup;
  164. children = (
  165. 5156947423F4965000E7C350 /* SampleWatchApp.app */,
  166. 5156947823F4965000E7C350 /* SampleWatchAppWatchKitApp.app */,
  167. 5156948723F4965100E7C350 /* SampleWatchAppWatchKitExtension.appex */,
  168. 515694AC23F4A3D200E7C350 /* ServiceExtension.appex */,
  169. );
  170. name = Products;
  171. sourceTree = "<group>";
  172. };
  173. 5156947C23F4965000E7C350 /* SampleWatchAppWatchKitApp */ = {
  174. isa = PBXGroup;
  175. children = (
  176. 5156947D23F4965000E7C350 /* Interface.storyboard */,
  177. 5156948023F4965100E7C350 /* Assets.xcassets */,
  178. 5156948223F4965100E7C350 /* Info.plist */,
  179. );
  180. path = SampleWatchAppWatchKitApp;
  181. sourceTree = "<group>";
  182. };
  183. 5156948B23F4965100E7C350 /* SampleWatchAppWatchKitExtension */ = {
  184. isa = PBXGroup;
  185. children = (
  186. 515694A523F497E700E7C350 /* SampleWatchAppWatchKitExtension.entitlements */,
  187. 5156948C23F4965100E7C350 /* InterfaceController.swift */,
  188. 5156948E23F4965100E7C350 /* ExtensionDelegate.swift */,
  189. 5156949023F4965100E7C350 /* NotificationController.swift */,
  190. 5156949223F4965100E7C350 /* ComplicationController.swift */,
  191. 5156949423F4965200E7C350 /* Assets.xcassets */,
  192. 5156949623F4965200E7C350 /* Info.plist */,
  193. 5156949723F4965200E7C350 /* PushNotificationPayload.apns */,
  194. );
  195. path = SampleWatchAppWatchKitExtension;
  196. sourceTree = "<group>";
  197. };
  198. 515694AD23F4A3D200E7C350 /* ServiceExtension */ = {
  199. isa = PBXGroup;
  200. children = (
  201. 515694AE23F4A3D200E7C350 /* NotificationService.swift */,
  202. 515694B023F4A3D200E7C350 /* Info.plist */,
  203. );
  204. path = ServiceExtension;
  205. sourceTree = "<group>";
  206. };
  207. BD04909E80693ABDC7D720F6 /* Pods */ = {
  208. isa = PBXGroup;
  209. children = (
  210. DAE14C0BA7504E3EE4267A02 /* Pods-SampleWatchAppWatchKitExtension.debug.xcconfig */,
  211. 7FBA4340635BF194157452B9 /* Pods-SampleWatchAppWatchKitExtension.release.xcconfig */,
  212. C0064A1E379E237E54A9086B /* Pods-ServiceExtension.debug.xcconfig */,
  213. CB6479A86CC43D17D90F1E89 /* Pods-ServiceExtension.release.xcconfig */,
  214. );
  215. path = Pods;
  216. sourceTree = "<group>";
  217. };
  218. /* End PBXGroup section */
  219. /* Begin PBXNativeTarget section */
  220. 5156947323F4965000E7C350 /* SampleWatchApp */ = {
  221. isa = PBXNativeTarget;
  222. buildConfigurationList = 515694A223F4965200E7C350 /* Build configuration list for PBXNativeTarget "SampleWatchApp" */;
  223. buildPhases = (
  224. 5156947223F4965000E7C350 /* Resources */,
  225. 515694A123F4965200E7C350 /* Embed Watch Content */,
  226. 234E535ADBAFCD783D6057C7 /* Frameworks */,
  227. );
  228. buildRules = (
  229. );
  230. dependencies = (
  231. 5156947B23F4965000E7C350 /* PBXTargetDependency */,
  232. );
  233. name = SampleWatchApp;
  234. productName = SampleWatchApp;
  235. productReference = 5156947423F4965000E7C350 /* SampleWatchApp.app */;
  236. productType = "com.apple.product-type.application.watchapp2-container";
  237. };
  238. 5156947723F4965000E7C350 /* SampleWatchAppWatchKitApp */ = {
  239. isa = PBXNativeTarget;
  240. buildConfigurationList = 5156949E23F4965200E7C350 /* Build configuration list for PBXNativeTarget "SampleWatchAppWatchKitApp" */;
  241. buildPhases = (
  242. 5156947623F4965000E7C350 /* Resources */,
  243. 5156949D23F4965200E7C350 /* Embed App Extensions */,
  244. C00F5EF1D57948C8492A37CA /* Frameworks */,
  245. );
  246. buildRules = (
  247. );
  248. dependencies = (
  249. 5156948A23F4965100E7C350 /* PBXTargetDependency */,
  250. );
  251. name = SampleWatchAppWatchKitApp;
  252. productName = "SampleWatchApp WatchKit App";
  253. productReference = 5156947823F4965000E7C350 /* SampleWatchAppWatchKitApp.app */;
  254. productType = "com.apple.product-type.application.watchapp2";
  255. };
  256. 5156948623F4965100E7C350 /* SampleWatchAppWatchKitExtension */ = {
  257. isa = PBXNativeTarget;
  258. buildConfigurationList = 5156949A23F4965200E7C350 /* Build configuration list for PBXNativeTarget "SampleWatchAppWatchKitExtension" */;
  259. buildPhases = (
  260. E5B1B049432440CF1A70B29A /* [CP] Check Pods Manifest.lock */,
  261. 5156948323F4965100E7C350 /* Sources */,
  262. 5156948423F4965100E7C350 /* Frameworks */,
  263. 5156948523F4965100E7C350 /* Resources */,
  264. 515694B723F4A3D200E7C350 /* Embed App Extensions */,
  265. 1AC64D8D8CEC350A7BE652AA /* [CP] Embed Pods Frameworks */,
  266. );
  267. buildRules = (
  268. );
  269. dependencies = (
  270. 515694B223F4A3D200E7C350 /* PBXTargetDependency */,
  271. );
  272. name = SampleWatchAppWatchKitExtension;
  273. productName = "SampleWatchApp WatchKit Extension";
  274. productReference = 5156948723F4965100E7C350 /* SampleWatchAppWatchKitExtension.appex */;
  275. productType = "com.apple.product-type.watchkit2-extension";
  276. };
  277. 515694AB23F4A3D200E7C350 /* ServiceExtension */ = {
  278. isa = PBXNativeTarget;
  279. buildConfigurationList = 515694B423F4A3D200E7C350 /* Build configuration list for PBXNativeTarget "ServiceExtension" */;
  280. buildPhases = (
  281. 36BFC0F6A337B1157B6D7C11 /* [CP] Check Pods Manifest.lock */,
  282. 515694A823F4A3D200E7C350 /* Sources */,
  283. 515694A923F4A3D200E7C350 /* Frameworks */,
  284. 515694AA23F4A3D200E7C350 /* Resources */,
  285. );
  286. buildRules = (
  287. );
  288. dependencies = (
  289. );
  290. name = ServiceExtension;
  291. productName = ServiceExtension;
  292. productReference = 515694AC23F4A3D200E7C350 /* ServiceExtension.appex */;
  293. productType = "com.apple.product-type.app-extension";
  294. };
  295. /* End PBXNativeTarget section */
  296. /* Begin PBXProject section */
  297. 5156946E23F4965000E7C350 /* Project object */ = {
  298. isa = PBXProject;
  299. attributes = {
  300. LastSwiftUpdateCheck = 1120;
  301. LastUpgradeCheck = 1120;
  302. ORGANIZATIONNAME = "Google, Inc";
  303. TargetAttributes = {
  304. 5156947323F4965000E7C350 = {
  305. CreatedOnToolsVersion = 11.2.1;
  306. };
  307. 5156947723F4965000E7C350 = {
  308. CreatedOnToolsVersion = 11.2.1;
  309. };
  310. 5156948623F4965100E7C350 = {
  311. CreatedOnToolsVersion = 11.2.1;
  312. };
  313. 515694AB23F4A3D200E7C350 = {
  314. CreatedOnToolsVersion = 11.2.1;
  315. };
  316. };
  317. };
  318. buildConfigurationList = 5156947123F4965000E7C350 /* Build configuration list for PBXProject "SampleWatchApp" */;
  319. compatibilityVersion = "Xcode 9.3";
  320. developmentRegion = en;
  321. hasScannedForEncodings = 0;
  322. knownRegions = (
  323. en,
  324. Base,
  325. );
  326. mainGroup = 5156946D23F4965000E7C350;
  327. productRefGroup = 5156947523F4965000E7C350 /* Products */;
  328. projectDirPath = "";
  329. projectRoot = "";
  330. targets = (
  331. 5156947323F4965000E7C350 /* SampleWatchApp */,
  332. 5156947723F4965000E7C350 /* SampleWatchAppWatchKitApp */,
  333. 5156948623F4965100E7C350 /* SampleWatchAppWatchKitExtension */,
  334. 515694AB23F4A3D200E7C350 /* ServiceExtension */,
  335. );
  336. };
  337. /* End PBXProject section */
  338. /* Begin PBXResourcesBuildPhase section */
  339. 5156947223F4965000E7C350 /* Resources */ = {
  340. isa = PBXResourcesBuildPhase;
  341. buildActionMask = 2147483647;
  342. files = (
  343. ABE300CA2656D4DD00AC9D72 /* GoogleService-Info.plist in Resources */,
  344. );
  345. runOnlyForDeploymentPostprocessing = 0;
  346. };
  347. 5156947623F4965000E7C350 /* Resources */ = {
  348. isa = PBXResourcesBuildPhase;
  349. buildActionMask = 2147483647;
  350. files = (
  351. 5156948123F4965100E7C350 /* Assets.xcassets in Resources */,
  352. 5156947F23F4965000E7C350 /* Interface.storyboard in Resources */,
  353. ABE300CE2656D68200AC9D72 /* GoogleService-Info.plist in Resources */,
  354. );
  355. runOnlyForDeploymentPostprocessing = 0;
  356. };
  357. 5156948523F4965100E7C350 /* Resources */ = {
  358. isa = PBXResourcesBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. 5156949523F4965200E7C350 /* Assets.xcassets in Resources */,
  362. ABE300CF2656D6D000AC9D72 /* GoogleService-Info.plist in Resources */,
  363. );
  364. runOnlyForDeploymentPostprocessing = 0;
  365. };
  366. 515694AA23F4A3D200E7C350 /* Resources */ = {
  367. isa = PBXResourcesBuildPhase;
  368. buildActionMask = 2147483647;
  369. files = (
  370. ABE300D02656D6D200AC9D72 /* GoogleService-Info.plist in Resources */,
  371. );
  372. runOnlyForDeploymentPostprocessing = 0;
  373. };
  374. /* End PBXResourcesBuildPhase section */
  375. /* Begin PBXShellScriptBuildPhase section */
  376. 1AC64D8D8CEC350A7BE652AA /* [CP] Embed Pods Frameworks */ = {
  377. isa = PBXShellScriptBuildPhase;
  378. buildActionMask = 2147483647;
  379. files = (
  380. );
  381. inputFileListPaths = (
  382. "${PODS_ROOT}/Target Support Files/Pods-SampleWatchAppWatchKitExtension/Pods-SampleWatchAppWatchKitExtension-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  383. );
  384. name = "[CP] Embed Pods Frameworks";
  385. outputFileListPaths = (
  386. "${PODS_ROOT}/Target Support Files/Pods-SampleWatchAppWatchKitExtension/Pods-SampleWatchAppWatchKitExtension-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  387. );
  388. runOnlyForDeploymentPostprocessing = 0;
  389. shellPath = /bin/sh;
  390. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SampleWatchAppWatchKitExtension/Pods-SampleWatchAppWatchKitExtension-frameworks.sh\"\n";
  391. showEnvVarsInLog = 0;
  392. };
  393. 36BFC0F6A337B1157B6D7C11 /* [CP] Check Pods Manifest.lock */ = {
  394. isa = PBXShellScriptBuildPhase;
  395. buildActionMask = 2147483647;
  396. files = (
  397. );
  398. inputFileListPaths = (
  399. );
  400. inputPaths = (
  401. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  402. "${PODS_ROOT}/Manifest.lock",
  403. );
  404. name = "[CP] Check Pods Manifest.lock";
  405. outputFileListPaths = (
  406. );
  407. outputPaths = (
  408. "$(DERIVED_FILE_DIR)/Pods-ServiceExtension-checkManifestLockResult.txt",
  409. );
  410. runOnlyForDeploymentPostprocessing = 0;
  411. shellPath = /bin/sh;
  412. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  413. showEnvVarsInLog = 0;
  414. };
  415. E5B1B049432440CF1A70B29A /* [CP] Check Pods Manifest.lock */ = {
  416. isa = PBXShellScriptBuildPhase;
  417. buildActionMask = 2147483647;
  418. files = (
  419. );
  420. inputFileListPaths = (
  421. );
  422. inputPaths = (
  423. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  424. "${PODS_ROOT}/Manifest.lock",
  425. );
  426. name = "[CP] Check Pods Manifest.lock";
  427. outputFileListPaths = (
  428. );
  429. outputPaths = (
  430. "$(DERIVED_FILE_DIR)/Pods-SampleWatchAppWatchKitExtension-checkManifestLockResult.txt",
  431. );
  432. runOnlyForDeploymentPostprocessing = 0;
  433. shellPath = /bin/sh;
  434. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  435. showEnvVarsInLog = 0;
  436. };
  437. /* End PBXShellScriptBuildPhase section */
  438. /* Begin PBXSourcesBuildPhase section */
  439. 5156948323F4965100E7C350 /* Sources */ = {
  440. isa = PBXSourcesBuildPhase;
  441. buildActionMask = 2147483647;
  442. files = (
  443. 5156949123F4965100E7C350 /* NotificationController.swift in Sources */,
  444. 5156949323F4965100E7C350 /* ComplicationController.swift in Sources */,
  445. 5156948F23F4965100E7C350 /* ExtensionDelegate.swift in Sources */,
  446. 5156948D23F4965100E7C350 /* InterfaceController.swift in Sources */,
  447. );
  448. runOnlyForDeploymentPostprocessing = 0;
  449. };
  450. 515694A823F4A3D200E7C350 /* Sources */ = {
  451. isa = PBXSourcesBuildPhase;
  452. buildActionMask = 2147483647;
  453. files = (
  454. 515694AF23F4A3D200E7C350 /* NotificationService.swift in Sources */,
  455. );
  456. runOnlyForDeploymentPostprocessing = 0;
  457. };
  458. /* End PBXSourcesBuildPhase section */
  459. /* Begin PBXTargetDependency section */
  460. 5156947B23F4965000E7C350 /* PBXTargetDependency */ = {
  461. isa = PBXTargetDependency;
  462. target = 5156947723F4965000E7C350 /* SampleWatchAppWatchKitApp */;
  463. targetProxy = 5156947A23F4965000E7C350 /* PBXContainerItemProxy */;
  464. };
  465. 5156948A23F4965100E7C350 /* PBXTargetDependency */ = {
  466. isa = PBXTargetDependency;
  467. target = 5156948623F4965100E7C350 /* SampleWatchAppWatchKitExtension */;
  468. targetProxy = 5156948923F4965100E7C350 /* PBXContainerItemProxy */;
  469. };
  470. 515694B223F4A3D200E7C350 /* PBXTargetDependency */ = {
  471. isa = PBXTargetDependency;
  472. target = 515694AB23F4A3D200E7C350 /* ServiceExtension */;
  473. targetProxy = 515694B123F4A3D200E7C350 /* PBXContainerItemProxy */;
  474. };
  475. /* End PBXTargetDependency section */
  476. /* Begin PBXVariantGroup section */
  477. 5156947D23F4965000E7C350 /* Interface.storyboard */ = {
  478. isa = PBXVariantGroup;
  479. children = (
  480. 5156947E23F4965000E7C350 /* Base */,
  481. );
  482. name = Interface.storyboard;
  483. sourceTree = "<group>";
  484. };
  485. /* End PBXVariantGroup section */
  486. /* Begin XCBuildConfiguration section */
  487. 5156949823F4965200E7C350 /* Debug */ = {
  488. isa = XCBuildConfiguration;
  489. buildSettings = {
  490. ALWAYS_SEARCH_USER_PATHS = NO;
  491. CLANG_ANALYZER_NONNULL = YES;
  492. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  493. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  494. CLANG_CXX_LIBRARY = "libc++";
  495. CLANG_ENABLE_MODULES = YES;
  496. CLANG_ENABLE_OBJC_ARC = YES;
  497. CLANG_ENABLE_OBJC_WEAK = YES;
  498. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  499. CLANG_WARN_BOOL_CONVERSION = YES;
  500. CLANG_WARN_COMMA = YES;
  501. CLANG_WARN_CONSTANT_CONVERSION = YES;
  502. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  503. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  504. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  505. CLANG_WARN_EMPTY_BODY = YES;
  506. CLANG_WARN_ENUM_CONVERSION = YES;
  507. CLANG_WARN_INFINITE_RECURSION = YES;
  508. CLANG_WARN_INT_CONVERSION = YES;
  509. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  510. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  511. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  512. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  513. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  514. CLANG_WARN_STRICT_PROTOTYPES = YES;
  515. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  516. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  517. CLANG_WARN_UNREACHABLE_CODE = YES;
  518. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  519. COPY_PHASE_STRIP = NO;
  520. DEBUG_INFORMATION_FORMAT = dwarf;
  521. ENABLE_STRICT_OBJC_MSGSEND = YES;
  522. ENABLE_TESTABILITY = YES;
  523. GCC_C_LANGUAGE_STANDARD = gnu11;
  524. GCC_DYNAMIC_NO_PIC = NO;
  525. GCC_NO_COMMON_BLOCKS = YES;
  526. GCC_OPTIMIZATION_LEVEL = 0;
  527. GCC_PREPROCESSOR_DEFINITIONS = (
  528. "DEBUG=1",
  529. "$(inherited)",
  530. );
  531. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  532. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  533. GCC_WARN_UNDECLARED_SELECTOR = YES;
  534. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  535. GCC_WARN_UNUSED_FUNCTION = YES;
  536. GCC_WARN_UNUSED_VARIABLE = YES;
  537. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  538. MTL_FAST_MATH = YES;
  539. ONLY_ACTIVE_ARCH = YES;
  540. SDKROOT = iphoneos;
  541. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  542. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  543. };
  544. name = Debug;
  545. };
  546. 5156949923F4965200E7C350 /* Release */ = {
  547. isa = XCBuildConfiguration;
  548. buildSettings = {
  549. ALWAYS_SEARCH_USER_PATHS = NO;
  550. CLANG_ANALYZER_NONNULL = YES;
  551. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  552. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  553. CLANG_CXX_LIBRARY = "libc++";
  554. CLANG_ENABLE_MODULES = YES;
  555. CLANG_ENABLE_OBJC_ARC = YES;
  556. CLANG_ENABLE_OBJC_WEAK = YES;
  557. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  558. CLANG_WARN_BOOL_CONVERSION = YES;
  559. CLANG_WARN_COMMA = YES;
  560. CLANG_WARN_CONSTANT_CONVERSION = YES;
  561. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  562. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  563. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  564. CLANG_WARN_EMPTY_BODY = YES;
  565. CLANG_WARN_ENUM_CONVERSION = YES;
  566. CLANG_WARN_INFINITE_RECURSION = YES;
  567. CLANG_WARN_INT_CONVERSION = YES;
  568. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  569. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  570. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  571. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  572. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  573. CLANG_WARN_STRICT_PROTOTYPES = YES;
  574. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  575. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  576. CLANG_WARN_UNREACHABLE_CODE = YES;
  577. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  578. COPY_PHASE_STRIP = NO;
  579. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  580. ENABLE_NS_ASSERTIONS = NO;
  581. ENABLE_STRICT_OBJC_MSGSEND = YES;
  582. GCC_C_LANGUAGE_STANDARD = gnu11;
  583. GCC_NO_COMMON_BLOCKS = YES;
  584. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  585. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  586. GCC_WARN_UNDECLARED_SELECTOR = YES;
  587. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  588. GCC_WARN_UNUSED_FUNCTION = YES;
  589. GCC_WARN_UNUSED_VARIABLE = YES;
  590. MTL_ENABLE_DEBUG_INFO = NO;
  591. MTL_FAST_MATH = YES;
  592. SDKROOT = iphoneos;
  593. SWIFT_COMPILATION_MODE = wholemodule;
  594. SWIFT_OPTIMIZATION_LEVEL = "-O";
  595. VALIDATE_PRODUCT = YES;
  596. };
  597. name = Release;
  598. };
  599. 5156949B23F4965200E7C350 /* Debug */ = {
  600. isa = XCBuildConfiguration;
  601. baseConfigurationReference = DAE14C0BA7504E3EE4267A02 /* Pods-SampleWatchAppWatchKitExtension.debug.xcconfig */;
  602. buildSettings = {
  603. ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
  604. CODE_SIGN_ENTITLEMENTS = SampleWatchAppWatchKitExtension/SampleWatchAppWatchKitExtension.entitlements;
  605. CODE_SIGN_IDENTITY = "Apple Development";
  606. CODE_SIGN_STYLE = Manual;
  607. DEVELOPMENT_TEAM = "";
  608. INFOPLIST_FILE = SampleWatchAppWatchKitExtension/Info.plist;
  609. LD_RUNPATH_SEARCH_PATHS = (
  610. "$(inherited)",
  611. "@executable_path/Frameworks",
  612. "@executable_path/../../Frameworks",
  613. );
  614. PRODUCT_BUNDLE_IDENTIFIER = com.watch.crashtest;
  615. PRODUCT_NAME = "${TARGET_NAME}";
  616. PROVISIONING_PROFILE_SPECIFIER = "";
  617. SDKROOT = watchos;
  618. SKIP_INSTALL = YES;
  619. SWIFT_VERSION = 5.0;
  620. TARGETED_DEVICE_FAMILY = 4;
  621. WATCHOS_DEPLOYMENT_TARGET = 6.1;
  622. };
  623. name = Debug;
  624. };
  625. 5156949C23F4965200E7C350 /* Release */ = {
  626. isa = XCBuildConfiguration;
  627. baseConfigurationReference = 7FBA4340635BF194157452B9 /* Pods-SampleWatchAppWatchKitExtension.release.xcconfig */;
  628. buildSettings = {
  629. ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
  630. CODE_SIGN_ENTITLEMENTS = SampleWatchAppWatchKitExtension/SampleWatchAppWatchKitExtension.entitlements;
  631. CODE_SIGN_IDENTITY = "Apple Development";
  632. CODE_SIGN_STYLE = Manual;
  633. DEVELOPMENT_TEAM = "";
  634. INFOPLIST_FILE = SampleWatchAppWatchKitExtension/Info.plist;
  635. LD_RUNPATH_SEARCH_PATHS = (
  636. "$(inherited)",
  637. "@executable_path/Frameworks",
  638. "@executable_path/../../Frameworks",
  639. );
  640. PRODUCT_BUNDLE_IDENTIFIER = com.watch.crashtest;
  641. PRODUCT_NAME = "${TARGET_NAME}";
  642. PROVISIONING_PROFILE_SPECIFIER = "";
  643. SDKROOT = watchos;
  644. SKIP_INSTALL = YES;
  645. SWIFT_VERSION = 5.0;
  646. TARGETED_DEVICE_FAMILY = 4;
  647. WATCHOS_DEPLOYMENT_TARGET = 6.1;
  648. };
  649. name = Release;
  650. };
  651. 5156949F23F4965200E7C350 /* Debug */ = {
  652. isa = XCBuildConfiguration;
  653. buildSettings = {
  654. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  655. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  656. CODE_SIGN_IDENTITY = "Apple Development";
  657. CODE_SIGN_STYLE = Manual;
  658. DEVELOPMENT_TEAM = "";
  659. IBSC_MODULE = SampleWatchAppWatchKitExtension;
  660. INFOPLIST_FILE = SampleWatchAppWatchKitApp/Info.plist;
  661. PRODUCT_BUNDLE_IDENTIFIER = com.watch.crashtest.watchkit;
  662. PRODUCT_NAME = "$(TARGET_NAME)";
  663. PROVISIONING_PROFILE_SPECIFIER = "";
  664. SDKROOT = watchos;
  665. SKIP_INSTALL = YES;
  666. SWIFT_VERSION = 5.0;
  667. TARGETED_DEVICE_FAMILY = 4;
  668. WATCHOS_DEPLOYMENT_TARGET = 6.1;
  669. };
  670. name = Debug;
  671. };
  672. 515694A023F4965200E7C350 /* Release */ = {
  673. isa = XCBuildConfiguration;
  674. buildSettings = {
  675. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  676. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  677. CODE_SIGN_IDENTITY = "Apple Development";
  678. CODE_SIGN_STYLE = Manual;
  679. DEVELOPMENT_TEAM = "";
  680. IBSC_MODULE = SampleWatchAppWatchKitExtension;
  681. INFOPLIST_FILE = SampleWatchAppWatchKitApp/Info.plist;
  682. PRODUCT_BUNDLE_IDENTIFIER = com.watch.crashtest.watchkit;
  683. PRODUCT_NAME = "$(TARGET_NAME)";
  684. PROVISIONING_PROFILE_SPECIFIER = "";
  685. SDKROOT = watchos;
  686. SKIP_INSTALL = YES;
  687. SWIFT_VERSION = 5.0;
  688. TARGETED_DEVICE_FAMILY = 4;
  689. WATCHOS_DEPLOYMENT_TARGET = 6.1;
  690. };
  691. name = Release;
  692. };
  693. 515694A323F4965200E7C350 /* Debug */ = {
  694. isa = XCBuildConfiguration;
  695. buildSettings = {
  696. CODE_SIGN_IDENTITY = "Apple Development";
  697. CODE_SIGN_STYLE = Manual;
  698. CURRENT_PROJECT_VERSION = 1;
  699. DEVELOPMENT_TEAM = "";
  700. MARKETING_VERSION = 1.0;
  701. PRODUCT_BUNDLE_IDENTIFIER = com.watch.crashtest;
  702. PRODUCT_NAME = "$(TARGET_NAME)";
  703. PROVISIONING_PROFILE_SPECIFIER = "";
  704. SWIFT_VERSION = 5.0;
  705. };
  706. name = Debug;
  707. };
  708. 515694A423F4965200E7C350 /* Release */ = {
  709. isa = XCBuildConfiguration;
  710. buildSettings = {
  711. CODE_SIGN_IDENTITY = "Apple Development";
  712. CODE_SIGN_STYLE = Manual;
  713. CURRENT_PROJECT_VERSION = 1;
  714. DEVELOPMENT_TEAM = "";
  715. MARKETING_VERSION = 1.0;
  716. PRODUCT_BUNDLE_IDENTIFIER = com.watch.crashtest;
  717. PRODUCT_NAME = "$(TARGET_NAME)";
  718. PROVISIONING_PROFILE_SPECIFIER = "";
  719. SWIFT_VERSION = 5.0;
  720. };
  721. name = Release;
  722. };
  723. 515694B523F4A3D200E7C350 /* Debug */ = {
  724. isa = XCBuildConfiguration;
  725. baseConfigurationReference = C0064A1E379E237E54A9086B /* Pods-ServiceExtension.debug.xcconfig */;
  726. buildSettings = {
  727. CODE_SIGN_IDENTITY = "Apple Development";
  728. CODE_SIGN_STYLE = Manual;
  729. DEVELOPMENT_TEAM = "";
  730. INFOPLIST_FILE = ServiceExtension/Info.plist;
  731. LD_RUNPATH_SEARCH_PATHS = (
  732. "$(inherited)",
  733. "@executable_path/Frameworks",
  734. "@executable_path/../../Frameworks",
  735. "@executable_path/../../../../Frameworks",
  736. );
  737. PRODUCT_BUNDLE_IDENTIFIER = com.watch.crashtest;
  738. PRODUCT_NAME = "$(TARGET_NAME)";
  739. PROVISIONING_PROFILE_SPECIFIER = "";
  740. SDKROOT = watchos;
  741. SKIP_INSTALL = YES;
  742. SWIFT_VERSION = 5.0;
  743. TARGETED_DEVICE_FAMILY = 4;
  744. WATCHOS_DEPLOYMENT_TARGET = 6.1;
  745. };
  746. name = Debug;
  747. };
  748. 515694B623F4A3D200E7C350 /* Release */ = {
  749. isa = XCBuildConfiguration;
  750. baseConfigurationReference = CB6479A86CC43D17D90F1E89 /* Pods-ServiceExtension.release.xcconfig */;
  751. buildSettings = {
  752. CODE_SIGN_IDENTITY = "Apple Development";
  753. CODE_SIGN_STYLE = Manual;
  754. DEVELOPMENT_TEAM = "";
  755. INFOPLIST_FILE = ServiceExtension/Info.plist;
  756. LD_RUNPATH_SEARCH_PATHS = (
  757. "$(inherited)",
  758. "@executable_path/Frameworks",
  759. "@executable_path/../../Frameworks",
  760. "@executable_path/../../../../Frameworks",
  761. );
  762. PRODUCT_BUNDLE_IDENTIFIER = com.watch.crashtest;
  763. PRODUCT_NAME = "$(TARGET_NAME)";
  764. PROVISIONING_PROFILE_SPECIFIER = "";
  765. SDKROOT = watchos;
  766. SKIP_INSTALL = YES;
  767. SWIFT_VERSION = 5.0;
  768. TARGETED_DEVICE_FAMILY = 4;
  769. WATCHOS_DEPLOYMENT_TARGET = 6.1;
  770. };
  771. name = Release;
  772. };
  773. /* End XCBuildConfiguration section */
  774. /* Begin XCConfigurationList section */
  775. 5156947123F4965000E7C350 /* Build configuration list for PBXProject "SampleWatchApp" */ = {
  776. isa = XCConfigurationList;
  777. buildConfigurations = (
  778. 5156949823F4965200E7C350 /* Debug */,
  779. 5156949923F4965200E7C350 /* Release */,
  780. );
  781. defaultConfigurationIsVisible = 0;
  782. defaultConfigurationName = Release;
  783. };
  784. 5156949A23F4965200E7C350 /* Build configuration list for PBXNativeTarget "SampleWatchAppWatchKitExtension" */ = {
  785. isa = XCConfigurationList;
  786. buildConfigurations = (
  787. 5156949B23F4965200E7C350 /* Debug */,
  788. 5156949C23F4965200E7C350 /* Release */,
  789. );
  790. defaultConfigurationIsVisible = 0;
  791. defaultConfigurationName = Release;
  792. };
  793. 5156949E23F4965200E7C350 /* Build configuration list for PBXNativeTarget "SampleWatchAppWatchKitApp" */ = {
  794. isa = XCConfigurationList;
  795. buildConfigurations = (
  796. 5156949F23F4965200E7C350 /* Debug */,
  797. 515694A023F4965200E7C350 /* Release */,
  798. );
  799. defaultConfigurationIsVisible = 0;
  800. defaultConfigurationName = Release;
  801. };
  802. 515694A223F4965200E7C350 /* Build configuration list for PBXNativeTarget "SampleWatchApp" */ = {
  803. isa = XCConfigurationList;
  804. buildConfigurations = (
  805. 515694A323F4965200E7C350 /* Debug */,
  806. 515694A423F4965200E7C350 /* Release */,
  807. );
  808. defaultConfigurationIsVisible = 0;
  809. defaultConfigurationName = Release;
  810. };
  811. 515694B423F4A3D200E7C350 /* Build configuration list for PBXNativeTarget "ServiceExtension" */ = {
  812. isa = XCConfigurationList;
  813. buildConfigurations = (
  814. 515694B523F4A3D200E7C350 /* Debug */,
  815. 515694B623F4A3D200E7C350 /* Release */,
  816. );
  817. defaultConfigurationIsVisible = 0;
  818. defaultConfigurationName = Release;
  819. };
  820. /* End XCConfigurationList section */
  821. };
  822. rootObject = 5156946E23F4965000E7C350 /* Project object */;
  823. }