project.pbxproj 32 KB

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