project.pbxproj 30 KB

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