project.pbxproj 24 KB

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