project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 12960AE02892361000A467DD /* FourthTabViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12960ADF2892361000A467DD /* FourthTabViewController.swift */; };
  10. 2401CE9A275490DB00B323BB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401CE99275490DB00B323BB /* AppDelegate.swift */; };
  11. 2401CE9C275490DB00B323BB /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401CE9B275490DB00B323BB /* SceneDelegate.swift */; };
  12. 2401CE9E275490DB00B323BB /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2401CE9D275490DB00B323BB /* ViewController.swift */; };
  13. 2401CEA1275490DB00B323BB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2401CE9F275490DB00B323BB /* Main.storyboard */; };
  14. 2401CEA3275490E600B323BB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2401CEA2275490E600B323BB /* Assets.xcassets */; };
  15. 2401CEA6275490E600B323BB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2401CEA4275490E600B323BB /* LaunchScreen.storyboard */; };
  16. A413B18727EACB20006D16EB /* PrefsUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = A413B18627EACB20006D16EB /* PrefsUtil.swift */; };
  17. A42ED92227F30BA200B0FAB7 /* FirstTabViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A42ED92127F30BA200B0FAB7 /* FirstTabViewController.swift */; };
  18. A42ED92427F3FC2F00B0FAB7 /* SecondTabViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A42ED92327F3FC2F00B0FAB7 /* SecondTabViewController.swift */; };
  19. A42ED92627F439A200B0FAB7 /* ThirdTabViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A42ED92527F439A200B0FAB7 /* ThirdTabViewController.swift */; };
  20. B94188B3EC455116C8135BEF /* Pods_AppBuilder.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EA12F3FD4EB1B51D6E73677 /* Pods_AppBuilder.framework */; };
  21. CDEE3DCC29B06E1E00B420E5 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEE3DCB29B06E1E00B420E5 /* NotificationService.swift */; };
  22. CDEE3DD029B06E1E00B420E5 /* NotificationService.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = CDEE3DC929B06E1E00B420E5 /* NotificationService.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXContainerItemProxy section */
  25. CDEE3DCE29B06E1E00B420E5 /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = 2401CE8E275490DB00B323BB /* Project object */;
  28. proxyType = 1;
  29. remoteGlobalIDString = CDEE3DC829B06E1E00B420E5;
  30. remoteInfo = NotificationService;
  31. };
  32. /* End PBXContainerItemProxy section */
  33. /* Begin PBXCopyFilesBuildPhase section */
  34. 247E0A722796969200430E5F /* Embed Frameworks */ = {
  35. isa = PBXCopyFilesBuildPhase;
  36. buildActionMask = 2147483647;
  37. dstPath = "";
  38. dstSubfolderSpec = 10;
  39. files = (
  40. );
  41. name = "Embed Frameworks";
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. CDEE3DD129B06E1E00B420E5 /* Embed Foundation Extensions */ = {
  45. isa = PBXCopyFilesBuildPhase;
  46. buildActionMask = 2147483647;
  47. dstPath = "";
  48. dstSubfolderSpec = 13;
  49. files = (
  50. CDEE3DD029B06E1E00B420E5 /* NotificationService.appex in Embed Foundation Extensions */,
  51. );
  52. name = "Embed Foundation Extensions";
  53. runOnlyForDeploymentPostprocessing = 0;
  54. };
  55. /* End PBXCopyFilesBuildPhase section */
  56. /* Begin PBXFileReference section */
  57. 12960ADF2892361000A467DD /* FourthTabViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FourthTabViewController.swift; sourceTree = "<group>"; };
  58. 2401CE96275490DB00B323BB /* AppBuilder.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppBuilder.app; sourceTree = BUILT_PRODUCTS_DIR; };
  59. 2401CE99275490DB00B323BB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  60. 2401CE9B275490DB00B323BB /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  61. 2401CE9D275490DB00B323BB /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  62. 2401CEA0275490DB00B323BB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  63. 2401CEA2275490E600B323BB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  64. 2401CEA5275490E600B323BB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  65. 2401CEA7275490E600B323BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  66. 7EA12F3FD4EB1B51D6E73677 /* Pods_AppBuilder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AppBuilder.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  67. A413B18627EACB20006D16EB /* PrefsUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefsUtil.swift; sourceTree = "<group>"; };
  68. A42ED92127F30BA200B0FAB7 /* FirstTabViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstTabViewController.swift; sourceTree = "<group>"; };
  69. A42ED92327F3FC2F00B0FAB7 /* SecondTabViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecondTabViewController.swift; sourceTree = "<group>"; };
  70. A42ED92527F439A200B0FAB7 /* ThirdTabViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThirdTabViewController.swift; sourceTree = "<group>"; };
  71. CDEE3DC929B06E1E00B420E5 /* NotificationService.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = NotificationService.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  72. CDEE3DCB29B06E1E00B420E5 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
  73. CDEE3DCD29B06E1E00B420E5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  74. CF802A806A89A3BDF591967A /* Pods-AppBuilder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppBuilder.debug.xcconfig"; path = "Target Support Files/Pods-AppBuilder/Pods-AppBuilder.debug.xcconfig"; sourceTree = "<group>"; };
  75. DCC031E2E29BD70E0F54D95C /* Pods-AppBuilder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppBuilder.release.xcconfig"; path = "Target Support Files/Pods-AppBuilder/Pods-AppBuilder.release.xcconfig"; sourceTree = "<group>"; };
  76. /* End PBXFileReference section */
  77. /* Begin PBXFrameworksBuildPhase section */
  78. 2401CE93275490DB00B323BB /* Frameworks */ = {
  79. isa = PBXFrameworksBuildPhase;
  80. buildActionMask = 2147483647;
  81. files = (
  82. B94188B3EC455116C8135BEF /* Pods_AppBuilder.framework in Frameworks */,
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. CDEE3DC629B06E1E00B420E5 /* Frameworks */ = {
  87. isa = PBXFrameworksBuildPhase;
  88. buildActionMask = 2147483647;
  89. files = (
  90. );
  91. runOnlyForDeploymentPostprocessing = 0;
  92. };
  93. /* End PBXFrameworksBuildPhase section */
  94. /* Begin PBXGroup section */
  95. 2401CE8D275490DB00B323BB = {
  96. isa = PBXGroup;
  97. children = (
  98. 2401CE98275490DB00B323BB /* AppBuilder */,
  99. CDEE3DCA29B06E1E00B420E5 /* NotificationService */,
  100. 2401CE97275490DB00B323BB /* Products */,
  101. 6E32BCCF4DE50EE1A90E8AAE /* Pods */,
  102. CD75F6CF8E64EEED47B848DD /* Frameworks */,
  103. );
  104. sourceTree = "<group>";
  105. };
  106. 2401CE97275490DB00B323BB /* Products */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 2401CE96275490DB00B323BB /* AppBuilder.app */,
  110. CDEE3DC929B06E1E00B420E5 /* NotificationService.appex */,
  111. );
  112. name = Products;
  113. sourceTree = "<group>";
  114. };
  115. 2401CE98275490DB00B323BB /* AppBuilder */ = {
  116. isa = PBXGroup;
  117. children = (
  118. 2401CE99275490DB00B323BB /* AppDelegate.swift */,
  119. 2401CE9B275490DB00B323BB /* SceneDelegate.swift */,
  120. 2401CE9D275490DB00B323BB /* ViewController.swift */,
  121. 2401CE9F275490DB00B323BB /* Main.storyboard */,
  122. 2401CEA2275490E600B323BB /* Assets.xcassets */,
  123. 2401CEA4275490E600B323BB /* LaunchScreen.storyboard */,
  124. 2401CEA7275490E600B323BB /* Info.plist */,
  125. A413B18627EACB20006D16EB /* PrefsUtil.swift */,
  126. A42ED92127F30BA200B0FAB7 /* FirstTabViewController.swift */,
  127. A42ED92327F3FC2F00B0FAB7 /* SecondTabViewController.swift */,
  128. A42ED92527F439A200B0FAB7 /* ThirdTabViewController.swift */,
  129. 12960ADF2892361000A467DD /* FourthTabViewController.swift */,
  130. );
  131. path = AppBuilder;
  132. sourceTree = "<group>";
  133. };
  134. 6E32BCCF4DE50EE1A90E8AAE /* Pods */ = {
  135. isa = PBXGroup;
  136. children = (
  137. CF802A806A89A3BDF591967A /* Pods-AppBuilder.debug.xcconfig */,
  138. DCC031E2E29BD70E0F54D95C /* Pods-AppBuilder.release.xcconfig */,
  139. );
  140. path = Pods;
  141. sourceTree = "<group>";
  142. };
  143. CD75F6CF8E64EEED47B848DD /* Frameworks */ = {
  144. isa = PBXGroup;
  145. children = (
  146. 7EA12F3FD4EB1B51D6E73677 /* Pods_AppBuilder.framework */,
  147. );
  148. name = Frameworks;
  149. sourceTree = "<group>";
  150. };
  151. CDEE3DCA29B06E1E00B420E5 /* NotificationService */ = {
  152. isa = PBXGroup;
  153. children = (
  154. CDEE3DCB29B06E1E00B420E5 /* NotificationService.swift */,
  155. CDEE3DCD29B06E1E00B420E5 /* Info.plist */,
  156. );
  157. path = NotificationService;
  158. sourceTree = "<group>";
  159. };
  160. /* End PBXGroup section */
  161. /* Begin PBXNativeTarget section */
  162. 2401CE95275490DB00B323BB /* AppBuilder */ = {
  163. isa = PBXNativeTarget;
  164. buildConfigurationList = 2401CEC0275490E600B323BB /* Build configuration list for PBXNativeTarget "AppBuilder" */;
  165. buildPhases = (
  166. E265D748E0AB7CD7FC251BFE /* [CP] Check Pods Manifest.lock */,
  167. 2401CE92275490DB00B323BB /* Sources */,
  168. 2401CE93275490DB00B323BB /* Frameworks */,
  169. 2401CE94275490DB00B323BB /* Resources */,
  170. 247E0A722796969200430E5F /* Embed Frameworks */,
  171. CDEE3DD129B06E1E00B420E5 /* Embed Foundation Extensions */,
  172. A0F8FBCD4EE8F586FAC927FC /* [CP] Embed Pods Frameworks */,
  173. );
  174. buildRules = (
  175. );
  176. dependencies = (
  177. CDEE3DCF29B06E1E00B420E5 /* PBXTargetDependency */,
  178. );
  179. name = AppBuilder;
  180. productName = TestQmeraLite;
  181. productReference = 2401CE96275490DB00B323BB /* AppBuilder.app */;
  182. productType = "com.apple.product-type.application";
  183. };
  184. CDEE3DC829B06E1E00B420E5 /* NotificationService */ = {
  185. isa = PBXNativeTarget;
  186. buildConfigurationList = CDEE3DD429B06E1E00B420E5 /* Build configuration list for PBXNativeTarget "NotificationService" */;
  187. buildPhases = (
  188. CDEE3DC529B06E1E00B420E5 /* Sources */,
  189. CDEE3DC629B06E1E00B420E5 /* Frameworks */,
  190. CDEE3DC729B06E1E00B420E5 /* Resources */,
  191. );
  192. buildRules = (
  193. );
  194. dependencies = (
  195. );
  196. name = NotificationService;
  197. productName = NotificationService;
  198. productReference = CDEE3DC929B06E1E00B420E5 /* NotificationService.appex */;
  199. productType = "com.apple.product-type.app-extension";
  200. };
  201. /* End PBXNativeTarget section */
  202. /* Begin PBXProject section */
  203. 2401CE8E275490DB00B323BB /* Project object */ = {
  204. isa = PBXProject;
  205. attributes = {
  206. LastSwiftUpdateCheck = 1420;
  207. LastUpgradeCheck = 1250;
  208. TargetAttributes = {
  209. 2401CE95275490DB00B323BB = {
  210. CreatedOnToolsVersion = 12.5.1;
  211. };
  212. CDEE3DC829B06E1E00B420E5 = {
  213. CreatedOnToolsVersion = 14.2;
  214. };
  215. };
  216. };
  217. buildConfigurationList = 2401CE91275490DB00B323BB /* Build configuration list for PBXProject "AppBuilder" */;
  218. compatibilityVersion = "Xcode 9.3";
  219. developmentRegion = en;
  220. hasScannedForEncodings = 0;
  221. knownRegions = (
  222. en,
  223. Base,
  224. );
  225. mainGroup = 2401CE8D275490DB00B323BB;
  226. productRefGroup = 2401CE97275490DB00B323BB /* Products */;
  227. projectDirPath = "";
  228. projectRoot = "";
  229. targets = (
  230. 2401CE95275490DB00B323BB /* AppBuilder */,
  231. CDEE3DC829B06E1E00B420E5 /* NotificationService */,
  232. );
  233. };
  234. /* End PBXProject section */
  235. /* Begin PBXResourcesBuildPhase section */
  236. 2401CE94275490DB00B323BB /* Resources */ = {
  237. isa = PBXResourcesBuildPhase;
  238. buildActionMask = 2147483647;
  239. files = (
  240. 2401CEA6275490E600B323BB /* LaunchScreen.storyboard in Resources */,
  241. 2401CEA3275490E600B323BB /* Assets.xcassets in Resources */,
  242. 2401CEA1275490DB00B323BB /* Main.storyboard in Resources */,
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. CDEE3DC729B06E1E00B420E5 /* Resources */ = {
  247. isa = PBXResourcesBuildPhase;
  248. buildActionMask = 2147483647;
  249. files = (
  250. );
  251. runOnlyForDeploymentPostprocessing = 0;
  252. };
  253. /* End PBXResourcesBuildPhase section */
  254. /* Begin PBXShellScriptBuildPhase section */
  255. A0F8FBCD4EE8F586FAC927FC /* [CP] Embed Pods Frameworks */ = {
  256. isa = PBXShellScriptBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. );
  260. inputFileListPaths = (
  261. "${PODS_ROOT}/Target Support Files/Pods-AppBuilder/Pods-AppBuilder-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  262. );
  263. name = "[CP] Embed Pods Frameworks";
  264. outputFileListPaths = (
  265. "${PODS_ROOT}/Target Support Files/Pods-AppBuilder/Pods-AppBuilder-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  266. );
  267. runOnlyForDeploymentPostprocessing = 0;
  268. shellPath = /bin/sh;
  269. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AppBuilder/Pods-AppBuilder-frameworks.sh\"\n";
  270. showEnvVarsInLog = 0;
  271. };
  272. E265D748E0AB7CD7FC251BFE /* [CP] Check Pods Manifest.lock */ = {
  273. isa = PBXShellScriptBuildPhase;
  274. buildActionMask = 2147483647;
  275. files = (
  276. );
  277. inputFileListPaths = (
  278. );
  279. inputPaths = (
  280. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  281. "${PODS_ROOT}/Manifest.lock",
  282. );
  283. name = "[CP] Check Pods Manifest.lock";
  284. outputFileListPaths = (
  285. );
  286. outputPaths = (
  287. "$(DERIVED_FILE_DIR)/Pods-AppBuilder-checkManifestLockResult.txt",
  288. );
  289. runOnlyForDeploymentPostprocessing = 0;
  290. shellPath = /bin/sh;
  291. 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";
  292. showEnvVarsInLog = 0;
  293. };
  294. /* End PBXShellScriptBuildPhase section */
  295. /* Begin PBXSourcesBuildPhase section */
  296. 2401CE92275490DB00B323BB /* Sources */ = {
  297. isa = PBXSourcesBuildPhase;
  298. buildActionMask = 2147483647;
  299. files = (
  300. A42ED92427F3FC2F00B0FAB7 /* SecondTabViewController.swift in Sources */,
  301. A413B18727EACB20006D16EB /* PrefsUtil.swift in Sources */,
  302. A42ED92227F30BA200B0FAB7 /* FirstTabViewController.swift in Sources */,
  303. A42ED92627F439A200B0FAB7 /* ThirdTabViewController.swift in Sources */,
  304. 2401CE9E275490DB00B323BB /* ViewController.swift in Sources */,
  305. 2401CE9A275490DB00B323BB /* AppDelegate.swift in Sources */,
  306. 12960AE02892361000A467DD /* FourthTabViewController.swift in Sources */,
  307. 2401CE9C275490DB00B323BB /* SceneDelegate.swift in Sources */,
  308. );
  309. runOnlyForDeploymentPostprocessing = 0;
  310. };
  311. CDEE3DC529B06E1E00B420E5 /* Sources */ = {
  312. isa = PBXSourcesBuildPhase;
  313. buildActionMask = 2147483647;
  314. files = (
  315. CDEE3DCC29B06E1E00B420E5 /* NotificationService.swift in Sources */,
  316. );
  317. runOnlyForDeploymentPostprocessing = 0;
  318. };
  319. /* End PBXSourcesBuildPhase section */
  320. /* Begin PBXTargetDependency section */
  321. CDEE3DCF29B06E1E00B420E5 /* PBXTargetDependency */ = {
  322. isa = PBXTargetDependency;
  323. target = CDEE3DC829B06E1E00B420E5 /* NotificationService */;
  324. targetProxy = CDEE3DCE29B06E1E00B420E5 /* PBXContainerItemProxy */;
  325. };
  326. /* End PBXTargetDependency section */
  327. /* Begin PBXVariantGroup section */
  328. 2401CE9F275490DB00B323BB /* Main.storyboard */ = {
  329. isa = PBXVariantGroup;
  330. children = (
  331. 2401CEA0275490DB00B323BB /* Base */,
  332. );
  333. name = Main.storyboard;
  334. sourceTree = "<group>";
  335. };
  336. 2401CEA4275490E600B323BB /* LaunchScreen.storyboard */ = {
  337. isa = PBXVariantGroup;
  338. children = (
  339. 2401CEA5275490E600B323BB /* Base */,
  340. );
  341. name = LaunchScreen.storyboard;
  342. sourceTree = "<group>";
  343. };
  344. /* End PBXVariantGroup section */
  345. /* Begin XCBuildConfiguration section */
  346. 2401CEBE275490E600B323BB /* Debug */ = {
  347. isa = XCBuildConfiguration;
  348. buildSettings = {
  349. ALWAYS_SEARCH_USER_PATHS = NO;
  350. CLANG_ANALYZER_NONNULL = YES;
  351. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  352. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  353. CLANG_CXX_LIBRARY = "libc++";
  354. CLANG_ENABLE_MODULES = YES;
  355. CLANG_ENABLE_OBJC_ARC = YES;
  356. CLANG_ENABLE_OBJC_WEAK = YES;
  357. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  358. CLANG_WARN_BOOL_CONVERSION = YES;
  359. CLANG_WARN_COMMA = YES;
  360. CLANG_WARN_CONSTANT_CONVERSION = YES;
  361. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  362. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  363. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  364. CLANG_WARN_EMPTY_BODY = YES;
  365. CLANG_WARN_ENUM_CONVERSION = YES;
  366. CLANG_WARN_INFINITE_RECURSION = YES;
  367. CLANG_WARN_INT_CONVERSION = YES;
  368. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  369. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  370. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  371. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  372. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  373. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  374. CLANG_WARN_STRICT_PROTOTYPES = YES;
  375. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  376. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  377. CLANG_WARN_UNREACHABLE_CODE = YES;
  378. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  379. COPY_PHASE_STRIP = NO;
  380. DEBUG_INFORMATION_FORMAT = dwarf;
  381. ENABLE_STRICT_OBJC_MSGSEND = YES;
  382. ENABLE_TESTABILITY = YES;
  383. GCC_C_LANGUAGE_STANDARD = gnu11;
  384. GCC_DYNAMIC_NO_PIC = NO;
  385. GCC_NO_COMMON_BLOCKS = YES;
  386. GCC_OPTIMIZATION_LEVEL = 0;
  387. GCC_PREPROCESSOR_DEFINITIONS = (
  388. "DEBUG=1",
  389. "$(inherited)",
  390. );
  391. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  392. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  393. GCC_WARN_UNDECLARED_SELECTOR = YES;
  394. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  395. GCC_WARN_UNUSED_FUNCTION = YES;
  396. GCC_WARN_UNUSED_VARIABLE = YES;
  397. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  398. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  399. MTL_FAST_MATH = YES;
  400. ONLY_ACTIVE_ARCH = YES;
  401. SDKROOT = iphoneos;
  402. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  403. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  404. };
  405. name = Debug;
  406. };
  407. 2401CEBF275490E600B323BB /* Release */ = {
  408. isa = XCBuildConfiguration;
  409. buildSettings = {
  410. ALWAYS_SEARCH_USER_PATHS = NO;
  411. CLANG_ANALYZER_NONNULL = YES;
  412. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  413. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  414. CLANG_CXX_LIBRARY = "libc++";
  415. CLANG_ENABLE_MODULES = YES;
  416. CLANG_ENABLE_OBJC_ARC = YES;
  417. CLANG_ENABLE_OBJC_WEAK = YES;
  418. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  419. CLANG_WARN_BOOL_CONVERSION = YES;
  420. CLANG_WARN_COMMA = YES;
  421. CLANG_WARN_CONSTANT_CONVERSION = YES;
  422. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  423. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  424. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  425. CLANG_WARN_EMPTY_BODY = YES;
  426. CLANG_WARN_ENUM_CONVERSION = YES;
  427. CLANG_WARN_INFINITE_RECURSION = YES;
  428. CLANG_WARN_INT_CONVERSION = YES;
  429. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  430. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  431. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  432. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  433. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  434. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  435. CLANG_WARN_STRICT_PROTOTYPES = YES;
  436. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  437. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  438. CLANG_WARN_UNREACHABLE_CODE = YES;
  439. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  440. COPY_PHASE_STRIP = NO;
  441. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  442. ENABLE_NS_ASSERTIONS = NO;
  443. ENABLE_STRICT_OBJC_MSGSEND = YES;
  444. GCC_C_LANGUAGE_STANDARD = gnu11;
  445. GCC_NO_COMMON_BLOCKS = YES;
  446. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  447. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  448. GCC_WARN_UNDECLARED_SELECTOR = YES;
  449. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  450. GCC_WARN_UNUSED_FUNCTION = YES;
  451. GCC_WARN_UNUSED_VARIABLE = YES;
  452. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  453. MTL_ENABLE_DEBUG_INFO = NO;
  454. MTL_FAST_MATH = YES;
  455. SDKROOT = iphoneos;
  456. SWIFT_COMPILATION_MODE = wholemodule;
  457. SWIFT_OPTIMIZATION_LEVEL = "-O";
  458. VALIDATE_PRODUCT = YES;
  459. };
  460. name = Release;
  461. };
  462. 2401CEC1275490E600B323BB /* Debug */ = {
  463. isa = XCBuildConfiguration;
  464. baseConfigurationReference = CF802A806A89A3BDF591967A /* Pods-AppBuilder.debug.xcconfig */;
  465. buildSettings = {
  466. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  467. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  468. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  469. BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
  470. CODE_SIGN_IDENTITY = "Apple Development";
  471. CODE_SIGN_STYLE = Automatic;
  472. CURRENT_PROJECT_VERSION = 2;
  473. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  474. FRAMEWORK_SEARCH_PATHS = (
  475. "$(inherited)",
  476. "$(PROJECT_DIR)/Frameworks",
  477. );
  478. INFOPLIST_FILE = AppBuilder/Info.plist;
  479. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
  480. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  481. LD_RUNPATH_SEARCH_PATHS = (
  482. "$(inherited)",
  483. "@executable_path/Frameworks",
  484. );
  485. MARKETING_VERSION = 2.2.9;
  486. PRODUCT_BUNDLE_IDENTIFIER = io.newuniverse.AppBuilders;
  487. PRODUCT_NAME = "$(TARGET_NAME)";
  488. PROVISIONING_PROFILE_SPECIFIER = "";
  489. SWIFT_VERSION = 5.0;
  490. TARGETED_DEVICE_FAMILY = 1;
  491. };
  492. name = Debug;
  493. };
  494. 2401CEC2275490E600B323BB /* Release */ = {
  495. isa = XCBuildConfiguration;
  496. baseConfigurationReference = DCC031E2E29BD70E0F54D95C /* Pods-AppBuilder.release.xcconfig */;
  497. buildSettings = {
  498. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  499. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  500. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  501. BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
  502. CODE_SIGN_IDENTITY = "Apple Development";
  503. CODE_SIGN_STYLE = Automatic;
  504. CURRENT_PROJECT_VERSION = 2;
  505. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  506. FRAMEWORK_SEARCH_PATHS = (
  507. "$(inherited)",
  508. "$(PROJECT_DIR)/Frameworks",
  509. );
  510. INFOPLIST_FILE = AppBuilder/Info.plist;
  511. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
  512. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  513. LD_RUNPATH_SEARCH_PATHS = (
  514. "$(inherited)",
  515. "@executable_path/Frameworks",
  516. );
  517. MARKETING_VERSION = 2.2.9;
  518. PRODUCT_BUNDLE_IDENTIFIER = io.newuniverse.AppBuilders;
  519. PRODUCT_NAME = "$(TARGET_NAME)";
  520. PROVISIONING_PROFILE_SPECIFIER = "";
  521. SWIFT_VERSION = 5.0;
  522. TARGETED_DEVICE_FAMILY = 1;
  523. };
  524. name = Release;
  525. };
  526. CDEE3DD229B06E1E00B420E5 /* Debug */ = {
  527. isa = XCBuildConfiguration;
  528. buildSettings = {
  529. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  530. CODE_SIGN_IDENTITY = "Apple Development";
  531. CODE_SIGN_STYLE = Automatic;
  532. CURRENT_PROJECT_VERSION = 1;
  533. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  534. GENERATE_INFOPLIST_FILE = YES;
  535. INFOPLIST_FILE = NotificationService/Info.plist;
  536. INFOPLIST_KEY_CFBundleDisplayName = NotificationService;
  537. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  538. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  539. LD_RUNPATH_SEARCH_PATHS = (
  540. "$(inherited)",
  541. "@executable_path/Frameworks",
  542. "@executable_path/../../Frameworks",
  543. );
  544. MARKETING_VERSION = 1.0;
  545. PRODUCT_BUNDLE_IDENTIFIER = io.newuniverse.AppBuilders.NotificationService;
  546. PRODUCT_NAME = "$(TARGET_NAME)";
  547. SKIP_INSTALL = YES;
  548. SWIFT_EMIT_LOC_STRINGS = YES;
  549. SWIFT_VERSION = 5.0;
  550. TARGETED_DEVICE_FAMILY = "1,2";
  551. };
  552. name = Debug;
  553. };
  554. CDEE3DD329B06E1E00B420E5 /* Release */ = {
  555. isa = XCBuildConfiguration;
  556. buildSettings = {
  557. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  558. CODE_SIGN_IDENTITY = "Apple Development";
  559. CODE_SIGN_STYLE = Automatic;
  560. CURRENT_PROJECT_VERSION = 1;
  561. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  562. GENERATE_INFOPLIST_FILE = YES;
  563. INFOPLIST_FILE = NotificationService/Info.plist;
  564. INFOPLIST_KEY_CFBundleDisplayName = NotificationService;
  565. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  566. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  567. LD_RUNPATH_SEARCH_PATHS = (
  568. "$(inherited)",
  569. "@executable_path/Frameworks",
  570. "@executable_path/../../Frameworks",
  571. );
  572. MARKETING_VERSION = 1.0;
  573. PRODUCT_BUNDLE_IDENTIFIER = io.newuniverse.AppBuilders.NotificationService;
  574. PRODUCT_NAME = "$(TARGET_NAME)";
  575. SKIP_INSTALL = YES;
  576. SWIFT_EMIT_LOC_STRINGS = YES;
  577. SWIFT_VERSION = 5.0;
  578. TARGETED_DEVICE_FAMILY = "1,2";
  579. };
  580. name = Release;
  581. };
  582. /* End XCBuildConfiguration section */
  583. /* Begin XCConfigurationList section */
  584. 2401CE91275490DB00B323BB /* Build configuration list for PBXProject "AppBuilder" */ = {
  585. isa = XCConfigurationList;
  586. buildConfigurations = (
  587. 2401CEBE275490E600B323BB /* Debug */,
  588. 2401CEBF275490E600B323BB /* Release */,
  589. );
  590. defaultConfigurationIsVisible = 0;
  591. defaultConfigurationName = Release;
  592. };
  593. 2401CEC0275490E600B323BB /* Build configuration list for PBXNativeTarget "AppBuilder" */ = {
  594. isa = XCConfigurationList;
  595. buildConfigurations = (
  596. 2401CEC1275490E600B323BB /* Debug */,
  597. 2401CEC2275490E600B323BB /* Release */,
  598. );
  599. defaultConfigurationIsVisible = 0;
  600. defaultConfigurationName = Release;
  601. };
  602. CDEE3DD429B06E1E00B420E5 /* Build configuration list for PBXNativeTarget "NotificationService" */ = {
  603. isa = XCConfigurationList;
  604. buildConfigurations = (
  605. CDEE3DD229B06E1E00B420E5 /* Debug */,
  606. CDEE3DD329B06E1E00B420E5 /* Release */,
  607. );
  608. defaultConfigurationIsVisible = 0;
  609. defaultConfigurationName = Release;
  610. };
  611. /* End XCConfigurationList section */
  612. };
  613. rootObject = 2401CE8E275490DB00B323BB /* Project object */;
  614. }