project.pbxproj 23 KB

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