project.pbxproj 32 KB

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