project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C316CFD62371563E00EAFD54 /* ViewController2.m in Sources */ = {isa = PBXBuildFile; fileRef = C316CFD52371563E00EAFD54 /* ViewController2.m */; };
  10. C335FD492347815B00627CB4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C335FD482347815B00627CB4 /* AppDelegate.m */; };
  11. C335FD4C2347815B00627CB4 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C335FD4B2347815B00627CB4 /* SceneDelegate.m */; };
  12. C335FD4F2347815B00627CB4 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C335FD4E2347815B00627CB4 /* ViewController.m */; };
  13. C335FD522347815B00627CB4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C335FD502347815B00627CB4 /* Main.storyboard */; };
  14. C335FD542347815C00627CB4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C335FD532347815C00627CB4 /* Assets.xcassets */; };
  15. C335FD572347815C00627CB4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C335FD552347815C00627CB4 /* LaunchScreen.storyboard */; };
  16. C335FD5A2347815C00627CB4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C335FD592347815C00627CB4 /* main.m */; };
  17. C335FD642347815C00627CB4 /* AppcircleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C335FD632347815C00627CB4 /* AppcircleTests.m */; };
  18. C335FD6F2347815C00627CB4 /* AppcircleUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = C335FD6E2347815C00627CB4 /* AppcircleUITests.m */; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXContainerItemProxy section */
  21. C335FD602347815C00627CB4 /* PBXContainerItemProxy */ = {
  22. isa = PBXContainerItemProxy;
  23. containerPortal = C335FD3C2347815B00627CB4 /* Project object */;
  24. proxyType = 1;
  25. remoteGlobalIDString = C335FD432347815B00627CB4;
  26. remoteInfo = Appcircle;
  27. };
  28. C335FD6B2347815C00627CB4 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = C335FD3C2347815B00627CB4 /* Project object */;
  31. proxyType = 1;
  32. remoteGlobalIDString = C335FD432347815B00627CB4;
  33. remoteInfo = Appcircle;
  34. };
  35. /* End PBXContainerItemProxy section */
  36. /* Begin PBXFileReference section */
  37. C316CFD42371563E00EAFD54 /* ViewController2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController2.h; sourceTree = "<group>"; };
  38. C316CFD52371563E00EAFD54 /* ViewController2.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController2.m; sourceTree = "<group>"; };
  39. C335FD442347815B00627CB4 /* Appcircle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Appcircle.app; sourceTree = BUILT_PRODUCTS_DIR; };
  40. C335FD472347815B00627CB4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  41. C335FD482347815B00627CB4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  42. C335FD4A2347815B00627CB4 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  43. C335FD4B2347815B00627CB4 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  44. C335FD4D2347815B00627CB4 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  45. C335FD4E2347815B00627CB4 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  46. C335FD512347815B00627CB4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  47. C335FD532347815C00627CB4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  48. C335FD562347815C00627CB4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  49. C335FD582347815C00627CB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  50. C335FD592347815C00627CB4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  51. C335FD5F2347815C00627CB4 /* AppcircleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AppcircleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  52. C335FD632347815C00627CB4 /* AppcircleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppcircleTests.m; sourceTree = "<group>"; };
  53. C335FD652347815C00627CB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  54. C335FD6A2347815C00627CB4 /* AppcircleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AppcircleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  55. C335FD6E2347815C00627CB4 /* AppcircleUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppcircleUITests.m; sourceTree = "<group>"; };
  56. C335FD702347815C00627CB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  57. C37BF8EA244D930B00D88DBC /* development.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = development.xcconfig; sourceTree = "<group>"; };
  58. /* End PBXFileReference section */
  59. /* Begin PBXFrameworksBuildPhase section */
  60. C335FD412347815B00627CB4 /* Frameworks */ = {
  61. isa = PBXFrameworksBuildPhase;
  62. buildActionMask = 2147483647;
  63. files = (
  64. );
  65. runOnlyForDeploymentPostprocessing = 0;
  66. };
  67. C335FD5C2347815C00627CB4 /* Frameworks */ = {
  68. isa = PBXFrameworksBuildPhase;
  69. buildActionMask = 2147483647;
  70. files = (
  71. );
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. C335FD672347815C00627CB4 /* Frameworks */ = {
  75. isa = PBXFrameworksBuildPhase;
  76. buildActionMask = 2147483647;
  77. files = (
  78. );
  79. runOnlyForDeploymentPostprocessing = 0;
  80. };
  81. /* End PBXFrameworksBuildPhase section */
  82. /* Begin PBXGroup section */
  83. C335FD3B2347815B00627CB4 = {
  84. isa = PBXGroup;
  85. children = (
  86. C335FD462347815B00627CB4 /* Appcircle */,
  87. C335FD622347815C00627CB4 /* AppcircleTests */,
  88. C335FD6D2347815C00627CB4 /* AppcircleUITests */,
  89. C335FD452347815B00627CB4 /* Products */,
  90. );
  91. sourceTree = "<group>";
  92. };
  93. C335FD452347815B00627CB4 /* Products */ = {
  94. isa = PBXGroup;
  95. children = (
  96. C335FD442347815B00627CB4 /* Appcircle.app */,
  97. C335FD5F2347815C00627CB4 /* AppcircleTests.xctest */,
  98. C335FD6A2347815C00627CB4 /* AppcircleUITests.xctest */,
  99. );
  100. name = Products;
  101. sourceTree = "<group>";
  102. };
  103. C335FD462347815B00627CB4 /* Appcircle */ = {
  104. isa = PBXGroup;
  105. children = (
  106. C335FD472347815B00627CB4 /* AppDelegate.h */,
  107. C335FD482347815B00627CB4 /* AppDelegate.m */,
  108. C335FD4A2347815B00627CB4 /* SceneDelegate.h */,
  109. C335FD4B2347815B00627CB4 /* SceneDelegate.m */,
  110. C335FD4D2347815B00627CB4 /* ViewController.h */,
  111. C335FD4E2347815B00627CB4 /* ViewController.m */,
  112. C316CFD42371563E00EAFD54 /* ViewController2.h */,
  113. C316CFD52371563E00EAFD54 /* ViewController2.m */,
  114. C335FD502347815B00627CB4 /* Main.storyboard */,
  115. C335FD532347815C00627CB4 /* Assets.xcassets */,
  116. C335FD552347815C00627CB4 /* LaunchScreen.storyboard */,
  117. C335FD582347815C00627CB4 /* Info.plist */,
  118. C335FD592347815C00627CB4 /* main.m */,
  119. C37BF8EA244D930B00D88DBC /* development.xcconfig */,
  120. );
  121. path = Appcircle;
  122. sourceTree = "<group>";
  123. };
  124. C335FD622347815C00627CB4 /* AppcircleTests */ = {
  125. isa = PBXGroup;
  126. children = (
  127. C335FD632347815C00627CB4 /* AppcircleTests.m */,
  128. C335FD652347815C00627CB4 /* Info.plist */,
  129. );
  130. path = AppcircleTests;
  131. sourceTree = "<group>";
  132. };
  133. C335FD6D2347815C00627CB4 /* AppcircleUITests */ = {
  134. isa = PBXGroup;
  135. children = (
  136. C335FD6E2347815C00627CB4 /* AppcircleUITests.m */,
  137. C335FD702347815C00627CB4 /* Info.plist */,
  138. );
  139. path = AppcircleUITests;
  140. sourceTree = "<group>";
  141. };
  142. /* End PBXGroup section */
  143. /* Begin PBXNativeTarget section */
  144. C335FD432347815B00627CB4 /* Appcircle */ = {
  145. isa = PBXNativeTarget;
  146. buildConfigurationList = C335FD732347815C00627CB4 /* Build configuration list for PBXNativeTarget "Appcircle" */;
  147. buildPhases = (
  148. C335FD402347815B00627CB4 /* Sources */,
  149. C335FD412347815B00627CB4 /* Frameworks */,
  150. C335FD422347815B00627CB4 /* Resources */,
  151. );
  152. buildRules = (
  153. );
  154. dependencies = (
  155. );
  156. name = Appcircle;
  157. productName = Appcircle;
  158. productReference = C335FD442347815B00627CB4 /* Appcircle.app */;
  159. productType = "com.apple.product-type.application";
  160. };
  161. C335FD5E2347815C00627CB4 /* AppcircleTests */ = {
  162. isa = PBXNativeTarget;
  163. buildConfigurationList = C335FD762347815C00627CB4 /* Build configuration list for PBXNativeTarget "AppcircleTests" */;
  164. buildPhases = (
  165. C335FD5B2347815C00627CB4 /* Sources */,
  166. C335FD5C2347815C00627CB4 /* Frameworks */,
  167. C335FD5D2347815C00627CB4 /* Resources */,
  168. );
  169. buildRules = (
  170. );
  171. dependencies = (
  172. C335FD612347815C00627CB4 /* PBXTargetDependency */,
  173. );
  174. name = AppcircleTests;
  175. productName = AppcircleTests;
  176. productReference = C335FD5F2347815C00627CB4 /* AppcircleTests.xctest */;
  177. productType = "com.apple.product-type.bundle.unit-test";
  178. };
  179. C335FD692347815C00627CB4 /* AppcircleUITests */ = {
  180. isa = PBXNativeTarget;
  181. buildConfigurationList = C335FD792347815C00627CB4 /* Build configuration list for PBXNativeTarget "AppcircleUITests" */;
  182. buildPhases = (
  183. C335FD662347815C00627CB4 /* Sources */,
  184. C335FD672347815C00627CB4 /* Frameworks */,
  185. C335FD682347815C00627CB4 /* Resources */,
  186. );
  187. buildRules = (
  188. );
  189. dependencies = (
  190. C335FD6C2347815C00627CB4 /* PBXTargetDependency */,
  191. );
  192. name = AppcircleUITests;
  193. productName = AppcircleUITests;
  194. productReference = C335FD6A2347815C00627CB4 /* AppcircleUITests.xctest */;
  195. productType = "com.apple.product-type.bundle.ui-testing";
  196. };
  197. /* End PBXNativeTarget section */
  198. /* Begin PBXProject section */
  199. C335FD3C2347815B00627CB4 /* Project object */ = {
  200. isa = PBXProject;
  201. attributes = {
  202. LastUpgradeCheck = 1100;
  203. ORGANIZATIONNAME = "Dogan Ekici";
  204. TargetAttributes = {
  205. C335FD432347815B00627CB4 = {
  206. CreatedOnToolsVersion = 11.0;
  207. };
  208. C335FD5E2347815C00627CB4 = {
  209. CreatedOnToolsVersion = 11.0;
  210. TestTargetID = C335FD432347815B00627CB4;
  211. };
  212. C335FD692347815C00627CB4 = {
  213. CreatedOnToolsVersion = 11.0;
  214. TestTargetID = C335FD432347815B00627CB4;
  215. };
  216. };
  217. };
  218. buildConfigurationList = C335FD3F2347815B00627CB4 /* Build configuration list for PBXProject "Appcircle" */;
  219. compatibilityVersion = "Xcode 9.3";
  220. developmentRegion = en;
  221. hasScannedForEncodings = 0;
  222. knownRegions = (
  223. en,
  224. Base,
  225. );
  226. mainGroup = C335FD3B2347815B00627CB4;
  227. productRefGroup = C335FD452347815B00627CB4 /* Products */;
  228. projectDirPath = "";
  229. projectRoot = "";
  230. targets = (
  231. C335FD432347815B00627CB4 /* Appcircle */,
  232. C335FD5E2347815C00627CB4 /* AppcircleTests */,
  233. C335FD692347815C00627CB4 /* AppcircleUITests */,
  234. );
  235. };
  236. /* End PBXProject section */
  237. /* Begin PBXResourcesBuildPhase section */
  238. C335FD422347815B00627CB4 /* Resources */ = {
  239. isa = PBXResourcesBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. C335FD572347815C00627CB4 /* LaunchScreen.storyboard in Resources */,
  243. C335FD542347815C00627CB4 /* Assets.xcassets in Resources */,
  244. C335FD522347815B00627CB4 /* Main.storyboard in Resources */,
  245. );
  246. runOnlyForDeploymentPostprocessing = 0;
  247. };
  248. C335FD5D2347815C00627CB4 /* Resources */ = {
  249. isa = PBXResourcesBuildPhase;
  250. buildActionMask = 2147483647;
  251. files = (
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. C335FD682347815C00627CB4 /* Resources */ = {
  256. isa = PBXResourcesBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. );
  260. runOnlyForDeploymentPostprocessing = 0;
  261. };
  262. /* End PBXResourcesBuildPhase section */
  263. /* Begin PBXSourcesBuildPhase section */
  264. C335FD402347815B00627CB4 /* Sources */ = {
  265. isa = PBXSourcesBuildPhase;
  266. buildActionMask = 2147483647;
  267. files = (
  268. C335FD4F2347815B00627CB4 /* ViewController.m in Sources */,
  269. C335FD492347815B00627CB4 /* AppDelegate.m in Sources */,
  270. C316CFD62371563E00EAFD54 /* ViewController2.m in Sources */,
  271. C335FD5A2347815C00627CB4 /* main.m in Sources */,
  272. C335FD4C2347815B00627CB4 /* SceneDelegate.m in Sources */,
  273. );
  274. runOnlyForDeploymentPostprocessing = 0;
  275. };
  276. C335FD5B2347815C00627CB4 /* Sources */ = {
  277. isa = PBXSourcesBuildPhase;
  278. buildActionMask = 2147483647;
  279. files = (
  280. C335FD642347815C00627CB4 /* AppcircleTests.m in Sources */,
  281. );
  282. runOnlyForDeploymentPostprocessing = 0;
  283. };
  284. C335FD662347815C00627CB4 /* Sources */ = {
  285. isa = PBXSourcesBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. C335FD6F2347815C00627CB4 /* AppcircleUITests.m in Sources */,
  289. );
  290. runOnlyForDeploymentPostprocessing = 0;
  291. };
  292. /* End PBXSourcesBuildPhase section */
  293. /* Begin PBXTargetDependency section */
  294. C335FD612347815C00627CB4 /* PBXTargetDependency */ = {
  295. isa = PBXTargetDependency;
  296. target = C335FD432347815B00627CB4 /* Appcircle */;
  297. targetProxy = C335FD602347815C00627CB4 /* PBXContainerItemProxy */;
  298. };
  299. C335FD6C2347815C00627CB4 /* PBXTargetDependency */ = {
  300. isa = PBXTargetDependency;
  301. target = C335FD432347815B00627CB4 /* Appcircle */;
  302. targetProxy = C335FD6B2347815C00627CB4 /* PBXContainerItemProxy */;
  303. };
  304. /* End PBXTargetDependency section */
  305. /* Begin PBXVariantGroup section */
  306. C335FD502347815B00627CB4 /* Main.storyboard */ = {
  307. isa = PBXVariantGroup;
  308. children = (
  309. C335FD512347815B00627CB4 /* Base */,
  310. );
  311. name = Main.storyboard;
  312. sourceTree = "<group>";
  313. };
  314. C335FD552347815C00627CB4 /* LaunchScreen.storyboard */ = {
  315. isa = PBXVariantGroup;
  316. children = (
  317. C335FD562347815C00627CB4 /* Base */,
  318. );
  319. name = LaunchScreen.storyboard;
  320. sourceTree = "<group>";
  321. };
  322. /* End PBXVariantGroup section */
  323. /* Begin XCBuildConfiguration section */
  324. C335FD712347815C00627CB4 /* Debug */ = {
  325. isa = XCBuildConfiguration;
  326. baseConfigurationReference = C37BF8EA244D930B00D88DBC /* development.xcconfig */;
  327. buildSettings = {
  328. ALWAYS_SEARCH_USER_PATHS = NO;
  329. CLANG_ANALYZER_NONNULL = YES;
  330. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  331. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  332. CLANG_CXX_LIBRARY = "libc++";
  333. CLANG_ENABLE_MODULES = YES;
  334. CLANG_ENABLE_OBJC_ARC = YES;
  335. CLANG_ENABLE_OBJC_WEAK = YES;
  336. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  337. CLANG_WARN_BOOL_CONVERSION = YES;
  338. CLANG_WARN_COMMA = YES;
  339. CLANG_WARN_CONSTANT_CONVERSION = YES;
  340. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  341. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  342. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  343. CLANG_WARN_EMPTY_BODY = YES;
  344. CLANG_WARN_ENUM_CONVERSION = YES;
  345. CLANG_WARN_INFINITE_RECURSION = YES;
  346. CLANG_WARN_INT_CONVERSION = YES;
  347. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  348. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  349. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  350. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  351. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  352. CLANG_WARN_STRICT_PROTOTYPES = YES;
  353. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  354. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  355. CLANG_WARN_UNREACHABLE_CODE = YES;
  356. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  357. COPY_PHASE_STRIP = NO;
  358. DEBUG_INFORMATION_FORMAT = dwarf;
  359. ENABLE_STRICT_OBJC_MSGSEND = YES;
  360. ENABLE_TESTABILITY = YES;
  361. GCC_C_LANGUAGE_STANDARD = gnu11;
  362. GCC_DYNAMIC_NO_PIC = NO;
  363. GCC_NO_COMMON_BLOCKS = YES;
  364. GCC_OPTIMIZATION_LEVEL = 0;
  365. GCC_PREPROCESSOR_DEFINITIONS = (
  366. "DEBUG=1",
  367. "$(inherited)",
  368. );
  369. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  370. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  371. GCC_WARN_UNDECLARED_SELECTOR = YES;
  372. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  373. GCC_WARN_UNUSED_FUNCTION = YES;
  374. GCC_WARN_UNUSED_VARIABLE = YES;
  375. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  376. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  377. MTL_FAST_MATH = YES;
  378. ONLY_ACTIVE_ARCH = YES;
  379. SDKROOT = iphoneos;
  380. };
  381. name = Debug;
  382. };
  383. C335FD722347815C00627CB4 /* Release */ = {
  384. isa = XCBuildConfiguration;
  385. baseConfigurationReference = C37BF8EA244D930B00D88DBC /* development.xcconfig */;
  386. buildSettings = {
  387. ALWAYS_SEARCH_USER_PATHS = NO;
  388. CLANG_ANALYZER_NONNULL = YES;
  389. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  390. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  391. CLANG_CXX_LIBRARY = "libc++";
  392. CLANG_ENABLE_MODULES = YES;
  393. CLANG_ENABLE_OBJC_ARC = YES;
  394. CLANG_ENABLE_OBJC_WEAK = YES;
  395. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  396. CLANG_WARN_BOOL_CONVERSION = YES;
  397. CLANG_WARN_COMMA = YES;
  398. CLANG_WARN_CONSTANT_CONVERSION = YES;
  399. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  400. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  401. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  402. CLANG_WARN_EMPTY_BODY = YES;
  403. CLANG_WARN_ENUM_CONVERSION = YES;
  404. CLANG_WARN_INFINITE_RECURSION = YES;
  405. CLANG_WARN_INT_CONVERSION = YES;
  406. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  407. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  408. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  409. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  410. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  411. CLANG_WARN_STRICT_PROTOTYPES = YES;
  412. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  413. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  414. CLANG_WARN_UNREACHABLE_CODE = YES;
  415. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  416. COPY_PHASE_STRIP = NO;
  417. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  418. ENABLE_NS_ASSERTIONS = NO;
  419. ENABLE_STRICT_OBJC_MSGSEND = YES;
  420. GCC_C_LANGUAGE_STANDARD = gnu11;
  421. GCC_NO_COMMON_BLOCKS = YES;
  422. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  423. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  424. GCC_WARN_UNDECLARED_SELECTOR = YES;
  425. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  426. GCC_WARN_UNUSED_FUNCTION = YES;
  427. GCC_WARN_UNUSED_VARIABLE = YES;
  428. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  429. MTL_ENABLE_DEBUG_INFO = NO;
  430. MTL_FAST_MATH = YES;
  431. SDKROOT = iphoneos;
  432. VALIDATE_PRODUCT = YES;
  433. };
  434. name = Release;
  435. };
  436. C335FD742347815C00627CB4 /* Debug */ = {
  437. isa = XCBuildConfiguration;
  438. baseConfigurationReference = C37BF8EA244D930B00D88DBC /* development.xcconfig */;
  439. buildSettings = {
  440. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  441. CODE_SIGN_STYLE = Automatic;
  442. CURRENT_PROJECT_VERSION = 2;
  443. DEVELOPMENT_TEAM = T9P2R7YH4K;
  444. INFOPLIST_FILE = Appcircle/Info.plist;
  445. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  446. LD_RUNPATH_SEARCH_PATHS = (
  447. "$(inherited)",
  448. "@executable_path/Frameworks",
  449. );
  450. MARKETING_VERSION = 1.2;
  451. PRODUCT_BUNDLE_IDENTIFIER = com.appcircle.Appcircle;
  452. PRODUCT_NAME = "$(TARGET_NAME)";
  453. TARGETED_DEVICE_FAMILY = "1,2";
  454. };
  455. name = Debug;
  456. };
  457. C335FD752347815C00627CB4 /* Release */ = {
  458. isa = XCBuildConfiguration;
  459. baseConfigurationReference = C37BF8EA244D930B00D88DBC /* development.xcconfig */;
  460. buildSettings = {
  461. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  462. CODE_SIGN_STYLE = Automatic;
  463. CURRENT_PROJECT_VERSION = 2;
  464. DEVELOPMENT_TEAM = T9P2R7YH4K;
  465. INFOPLIST_FILE = Appcircle/Info.plist;
  466. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  467. LD_RUNPATH_SEARCH_PATHS = (
  468. "$(inherited)",
  469. "@executable_path/Frameworks",
  470. );
  471. MARKETING_VERSION = 1.2;
  472. PRODUCT_BUNDLE_IDENTIFIER = com.appcircle.Appcircle;
  473. PRODUCT_NAME = "$(TARGET_NAME)";
  474. TARGETED_DEVICE_FAMILY = "1,2";
  475. };
  476. name = Release;
  477. };
  478. C335FD772347815C00627CB4 /* Debug */ = {
  479. isa = XCBuildConfiguration;
  480. baseConfigurationReference = C37BF8EA244D930B00D88DBC /* development.xcconfig */;
  481. buildSettings = {
  482. BUNDLE_LOADER = "$(TEST_HOST)";
  483. CODE_SIGN_STYLE = Automatic;
  484. DEVELOPMENT_TEAM = T9P2R7YH4K;
  485. INFOPLIST_FILE = AppcircleTests/Info.plist;
  486. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  487. LD_RUNPATH_SEARCH_PATHS = (
  488. "$(inherited)",
  489. "@executable_path/Frameworks",
  490. "@loader_path/Frameworks",
  491. );
  492. PRODUCT_BUNDLE_IDENTIFIER = com.appcircle.AppcircleTests;
  493. PRODUCT_NAME = "$(TARGET_NAME)";
  494. TARGETED_DEVICE_FAMILY = "1,2";
  495. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Appcircle.app/Appcircle";
  496. };
  497. name = Debug;
  498. };
  499. C335FD782347815C00627CB4 /* Release */ = {
  500. isa = XCBuildConfiguration;
  501. baseConfigurationReference = C37BF8EA244D930B00D88DBC /* development.xcconfig */;
  502. buildSettings = {
  503. BUNDLE_LOADER = "$(TEST_HOST)";
  504. CODE_SIGN_STYLE = Automatic;
  505. DEVELOPMENT_TEAM = T9P2R7YH4K;
  506. INFOPLIST_FILE = AppcircleTests/Info.plist;
  507. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  508. LD_RUNPATH_SEARCH_PATHS = (
  509. "$(inherited)",
  510. "@executable_path/Frameworks",
  511. "@loader_path/Frameworks",
  512. );
  513. PRODUCT_BUNDLE_IDENTIFIER = com.appcircle.AppcircleTests;
  514. PRODUCT_NAME = "$(TARGET_NAME)";
  515. TARGETED_DEVICE_FAMILY = "1,2";
  516. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Appcircle.app/Appcircle";
  517. };
  518. name = Release;
  519. };
  520. C335FD7A2347815C00627CB4 /* Debug */ = {
  521. isa = XCBuildConfiguration;
  522. baseConfigurationReference = C37BF8EA244D930B00D88DBC /* development.xcconfig */;
  523. buildSettings = {
  524. CODE_SIGN_STYLE = Automatic;
  525. DEVELOPMENT_TEAM = T9P2R7YH4K;
  526. INFOPLIST_FILE = AppcircleUITests/Info.plist;
  527. LD_RUNPATH_SEARCH_PATHS = (
  528. "$(inherited)",
  529. "@executable_path/Frameworks",
  530. "@loader_path/Frameworks",
  531. );
  532. PRODUCT_BUNDLE_IDENTIFIER = com.appcircle.AppcircleUITests;
  533. PRODUCT_NAME = "$(TARGET_NAME)";
  534. TARGETED_DEVICE_FAMILY = "1,2";
  535. TEST_TARGET_NAME = Appcircle;
  536. };
  537. name = Debug;
  538. };
  539. C335FD7B2347815C00627CB4 /* Release */ = {
  540. isa = XCBuildConfiguration;
  541. baseConfigurationReference = C37BF8EA244D930B00D88DBC /* development.xcconfig */;
  542. buildSettings = {
  543. CODE_SIGN_STYLE = Automatic;
  544. DEVELOPMENT_TEAM = T9P2R7YH4K;
  545. INFOPLIST_FILE = AppcircleUITests/Info.plist;
  546. LD_RUNPATH_SEARCH_PATHS = (
  547. "$(inherited)",
  548. "@executable_path/Frameworks",
  549. "@loader_path/Frameworks",
  550. );
  551. PRODUCT_BUNDLE_IDENTIFIER = com.appcircle.AppcircleUITests;
  552. PRODUCT_NAME = "$(TARGET_NAME)";
  553. TARGETED_DEVICE_FAMILY = "1,2";
  554. TEST_TARGET_NAME = Appcircle;
  555. };
  556. name = Release;
  557. };
  558. /* End XCBuildConfiguration section */
  559. /* Begin XCConfigurationList section */
  560. C335FD3F2347815B00627CB4 /* Build configuration list for PBXProject "Appcircle" */ = {
  561. isa = XCConfigurationList;
  562. buildConfigurations = (
  563. C335FD712347815C00627CB4 /* Debug */,
  564. C335FD722347815C00627CB4 /* Release */,
  565. );
  566. defaultConfigurationIsVisible = 0;
  567. defaultConfigurationName = Release;
  568. };
  569. C335FD732347815C00627CB4 /* Build configuration list for PBXNativeTarget "Appcircle" */ = {
  570. isa = XCConfigurationList;
  571. buildConfigurations = (
  572. C335FD742347815C00627CB4 /* Debug */,
  573. C335FD752347815C00627CB4 /* Release */,
  574. );
  575. defaultConfigurationIsVisible = 0;
  576. defaultConfigurationName = Release;
  577. };
  578. C335FD762347815C00627CB4 /* Build configuration list for PBXNativeTarget "AppcircleTests" */ = {
  579. isa = XCConfigurationList;
  580. buildConfigurations = (
  581. C335FD772347815C00627CB4 /* Debug */,
  582. C335FD782347815C00627CB4 /* Release */,
  583. );
  584. defaultConfigurationIsVisible = 0;
  585. defaultConfigurationName = Release;
  586. };
  587. C335FD792347815C00627CB4 /* Build configuration list for PBXNativeTarget "AppcircleUITests" */ = {
  588. isa = XCConfigurationList;
  589. buildConfigurations = (
  590. C335FD7A2347815C00627CB4 /* Debug */,
  591. C335FD7B2347815C00627CB4 /* Release */,
  592. );
  593. defaultConfigurationIsVisible = 0;
  594. defaultConfigurationName = Release;
  595. };
  596. /* End XCConfigurationList section */
  597. };
  598. rootObject = C335FD3C2347815B00627CB4 /* Project object */;
  599. }