project.pbxproj 29 KB

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