Application Android et IOS pour l'amicale des élèves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0731D3B824204D62009CAE85 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0731D3B524204D62009CAE85 /* Expo.plist */; };
  10. 074F4BDC2432833400BDB9FE /* app.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 07C2E6E4243282B30028AF0A /* app.bundle */; };
  11. 074F4BDD2432833400BDB9FE /* app.manifest in Resources */ = {isa = PBXBuildFile; fileRef = 07C2E6E3243282B30028AF0A /* app.manifest */; };
  12. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  13. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  14. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  15. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  16. 3DE4DAD41476765101945408 /* libPods-Campus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D43FF9D506E70904424FA7E9 /* libPods-Campus.a */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
  20. 0731D3B524204D62009CAE85 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Expo.plist; path = Campus/Supporting/Expo.plist; sourceTree = "<group>"; };
  21. 07C2E6E3243282B30028AF0A /* app.manifest */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = app.manifest; path = "Campus/Supporting/app.manifest"; sourceTree = "<group>"; };
  22. 07C2E6E4243282B30028AF0A /* app.bundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = app.bundle; path = "Campus/Supporting/app.bundle"; sourceTree = "<group>"; };
  23. 13B07F961A680F5B00A75B9A /* Campus.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Campus.app; sourceTree = BUILT_PRODUCTS_DIR; };
  24. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Campus/AppDelegate.h; sourceTree = "<group>"; };
  25. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Campus/AppDelegate.m; sourceTree = "<group>"; };
  26. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  27. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Campus/Images.xcassets; sourceTree = "<group>"; };
  28. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Campus/Info.plist; sourceTree = "<group>"; };
  29. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Campus/main.m; sourceTree = "<group>"; };
  30. 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
  31. 3B47C5AFCB8BDE514B7D1AC6 /* Pods-Campus.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Campus.debug.xcconfig"; path = "Target Support Files/Pods-Campus/Pods-Campus.debug.xcconfig"; sourceTree = "<group>"; };
  32. 8AC623DBF3A3E2CB072F81F2 /* Pods-Campus.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Campus.release.xcconfig"; path = "Target Support Files/Pods-Campus/Pods-Campus.release.xcconfig"; sourceTree = "<group>"; };
  33. D43FF9D506E70904424FA7E9 /* libPods-Campus.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Campus.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  34. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  35. ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
  36. /* End PBXFileReference section */
  37. /* Begin PBXFrameworksBuildPhase section */
  38. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  39. isa = PBXFrameworksBuildPhase;
  40. buildActionMask = 2147483647;
  41. files = (
  42. 3DE4DAD41476765101945408 /* libPods-Campus.a in Frameworks */,
  43. );
  44. runOnlyForDeploymentPostprocessing = 0;
  45. };
  46. /* End PBXFrameworksBuildPhase section */
  47. /* Begin PBXGroup section */
  48. 13B07FAE1A68108700A75B9A /* Campus */ = {
  49. isa = PBXGroup;
  50. children = (
  51. 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
  52. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  53. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  54. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  55. 13B07FB61A68108700A75B9A /* Info.plist */,
  56. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  57. 13B07FB71A68108700A75B9A /* main.m */,
  58. 0731D3B524204D62009CAE85 /* Expo.plist */,
  59. 07C2E6E4243282B30028AF0A /* app.bundle */,
  60. 07C2E6E3243282B30028AF0A /* app.manifest */,
  61. );
  62. name = Campus;
  63. sourceTree = "<group>";
  64. };
  65. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  66. isa = PBXGroup;
  67. children = (
  68. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  69. ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
  70. 2D16E6891FA4F8E400B85C8A /* libReact.a */,
  71. D43FF9D506E70904424FA7E9 /* libPods-Campus.a */,
  72. );
  73. name = Frameworks;
  74. sourceTree = "<group>";
  75. };
  76. 72E5486571395D51695C2A02 /* Pods */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 3B47C5AFCB8BDE514B7D1AC6 /* Pods-Campus.debug.xcconfig */,
  80. 8AC623DBF3A3E2CB072F81F2 /* Pods-Campus.release.xcconfig */,
  81. );
  82. path = Pods;
  83. sourceTree = "<group>";
  84. };
  85. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  86. isa = PBXGroup;
  87. children = (
  88. );
  89. name = Libraries;
  90. sourceTree = "<group>";
  91. };
  92. 83CBB9F61A601CBA00E9B192 = {
  93. isa = PBXGroup;
  94. children = (
  95. 13B07FAE1A68108700A75B9A /* Campus */,
  96. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  97. 83CBBA001A601CBA00E9B192 /* Products */,
  98. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  99. 72E5486571395D51695C2A02 /* Pods */,
  100. );
  101. indentWidth = 2;
  102. sourceTree = "<group>";
  103. tabWidth = 2;
  104. usesTabs = 0;
  105. };
  106. 83CBBA001A601CBA00E9B192 /* Products */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 13B07F961A680F5B00A75B9A /* Campus.app */,
  110. );
  111. name = Products;
  112. sourceTree = "<group>";
  113. };
  114. /* End PBXGroup section */
  115. /* Begin PBXNativeTarget section */
  116. 13B07F861A680F5B00A75B9A /* Campus */ = {
  117. isa = PBXNativeTarget;
  118. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Campus" */;
  119. buildPhases = (
  120. F8BC737F2AD7A05944D9E2A1 /* [CP] Check Pods Manifest.lock */,
  121. FD4C38642228810C00325AF5 /* Start Packager */,
  122. 13B07F871A680F5B00A75B9A /* Sources */,
  123. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  124. 13B07F8E1A680F5B00A75B9A /* Resources */,
  125. 00DD1BFF1BD5951E006B06BC /* Bundle Expo Assets */,
  126. );
  127. buildRules = (
  128. );
  129. dependencies = (
  130. );
  131. name = Campus;
  132. productName = "Hello World";
  133. productReference = 13B07F961A680F5B00A75B9A /* Campus.app */;
  134. productType = "com.apple.product-type.application";
  135. };
  136. /* End PBXNativeTarget section */
  137. /* Begin PBXProject section */
  138. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  139. isa = PBXProject;
  140. attributes = {
  141. LastUpgradeCheck = 940;
  142. ORGANIZATIONNAME = Facebook;
  143. };
  144. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Campus" */;
  145. compatibilityVersion = "Xcode 3.2";
  146. developmentRegion = English;
  147. hasScannedForEncodings = 0;
  148. knownRegions = (
  149. English,
  150. en,
  151. Base,
  152. );
  153. mainGroup = 83CBB9F61A601CBA00E9B192;
  154. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  155. projectDirPath = "";
  156. projectRoot = "";
  157. targets = (
  158. 13B07F861A680F5B00A75B9A /* Campus */,
  159. );
  160. };
  161. /* End PBXProject section */
  162. /* Begin PBXResourcesBuildPhase section */
  163. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  164. isa = PBXResourcesBuildPhase;
  165. buildActionMask = 2147483647;
  166. files = (
  167. 074F4BDC2432833400BDB9FE /* app.bundle in Resources */,
  168. 074F4BDD2432833400BDB9FE /* app.manifest in Resources */,
  169. 0731D3B824204D62009CAE85 /* Expo.plist in Resources */,
  170. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  171. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. };
  175. /* End PBXResourcesBuildPhase section */
  176. /* Begin PBXShellScriptBuildPhase section */
  177. 00DD1BFF1BD5951E006B06BC /* Bundle Expo Assets */ = {
  178. isa = PBXShellScriptBuildPhase;
  179. buildActionMask = 2147483647;
  180. files = (
  181. );
  182. inputPaths = (
  183. );
  184. name = "Bundle Expo Assets";
  185. outputPaths = (
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. shellPath = /bin/sh;
  189. shellScript = "../node_modules/expo-updates/bundle-expo-assets.sh\n";
  190. };
  191. F8BC737F2AD7A05944D9E2A1 /* [CP] Check Pods Manifest.lock */ = {
  192. isa = PBXShellScriptBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. );
  196. inputFileListPaths = (
  197. );
  198. inputPaths = (
  199. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  200. "${PODS_ROOT}/Manifest.lock",
  201. );
  202. name = "[CP] Check Pods Manifest.lock";
  203. outputFileListPaths = (
  204. );
  205. outputPaths = (
  206. "$(DERIVED_FILE_DIR)/Pods-Campus-checkManifestLockResult.txt",
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. shellPath = /bin/sh;
  210. 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";
  211. showEnvVarsInLog = 0;
  212. };
  213. FD4C38642228810C00325AF5 /* Start Packager */ = {
  214. isa = PBXShellScriptBuildPhase;
  215. buildActionMask = 2147483647;
  216. files = (
  217. );
  218. inputFileListPaths = (
  219. );
  220. inputPaths = (
  221. );
  222. name = "Start Packager";
  223. outputFileListPaths = (
  224. );
  225. outputPaths = (
  226. );
  227. runOnlyForDeploymentPostprocessing = 0;
  228. shellPath = /bin/sh;
  229. shellScript = "if [ \"$CONFIGURATION\" == \"Release\" ]; then\n exit 0;\nfi\nexport RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
  230. showEnvVarsInLog = 0;
  231. };
  232. /* End PBXShellScriptBuildPhase section */
  233. /* Begin PBXSourcesBuildPhase section */
  234. 13B07F871A680F5B00A75B9A /* Sources */ = {
  235. isa = PBXSourcesBuildPhase;
  236. buildActionMask = 2147483647;
  237. files = (
  238. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  239. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  240. );
  241. runOnlyForDeploymentPostprocessing = 0;
  242. };
  243. /* End PBXSourcesBuildPhase section */
  244. /* Begin PBXVariantGroup section */
  245. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  246. isa = PBXVariantGroup;
  247. children = (
  248. 13B07FB21A68108700A75B9A /* Base */,
  249. );
  250. name = LaunchScreen.xib;
  251. path = Campus;
  252. sourceTree = "<group>";
  253. };
  254. /* End PBXVariantGroup section */
  255. /* Begin XCBuildConfiguration section */
  256. 13B07F941A680F5B00A75B9A /* Debug */ = {
  257. isa = XCBuildConfiguration;
  258. baseConfigurationReference = 3B47C5AFCB8BDE514B7D1AC6 /* Pods-Campus.debug.xcconfig */;
  259. buildSettings = {
  260. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  261. CURRENT_PROJECT_VERSION = 1;
  262. DEAD_CODE_STRIPPING = NO;
  263. INFOPLIST_FILE = Campus/Info.plist;
  264. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  265. OTHER_LDFLAGS = (
  266. "$(inherited)",
  267. "-ObjC",
  268. "-lc++",
  269. );
  270. PRODUCT_BUNDLE_IDENTIFIER = "fr.amicaleinsat.application";
  271. PRODUCT_NAME = application;
  272. VERSIONING_SYSTEM = "apple-generic";
  273. CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
  274. };
  275. name = Debug;
  276. };
  277. 13B07F951A680F5B00A75B9A /* Release */ = {
  278. isa = XCBuildConfiguration;
  279. baseConfigurationReference = 8AC623DBF3A3E2CB072F81F2 /* Pods-Campus.release.xcconfig */;
  280. buildSettings = {
  281. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  282. CURRENT_PROJECT_VERSION = 1;
  283. INFOPLIST_FILE = Campus/Info.plist;
  284. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  285. OTHER_LDFLAGS = (
  286. "$(inherited)",
  287. "-ObjC",
  288. "-lc++",
  289. );
  290. PRODUCT_BUNDLE_IDENTIFIER = "fr.amicaleinsat.application";
  291. PRODUCT_NAME = application;
  292. VERSIONING_SYSTEM = "apple-generic";
  293. CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
  294. };
  295. name = Release;
  296. };
  297. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  298. isa = XCBuildConfiguration;
  299. buildSettings = {
  300. ALWAYS_SEARCH_USER_PATHS = NO;
  301. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  302. CLANG_CXX_LIBRARY = "libc++";
  303. CLANG_ENABLE_MODULES = YES;
  304. CLANG_ENABLE_OBJC_ARC = YES;
  305. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  306. CLANG_WARN_BOOL_CONVERSION = YES;
  307. CLANG_WARN_COMMA = YES;
  308. CLANG_WARN_CONSTANT_CONVERSION = YES;
  309. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  310. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  311. CLANG_WARN_EMPTY_BODY = YES;
  312. CLANG_WARN_ENUM_CONVERSION = YES;
  313. CLANG_WARN_INFINITE_RECURSION = YES;
  314. CLANG_WARN_INT_CONVERSION = YES;
  315. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  316. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  317. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  318. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  319. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  320. CLANG_WARN_STRICT_PROTOTYPES = YES;
  321. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  322. CLANG_WARN_UNREACHABLE_CODE = YES;
  323. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  324. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  325. COPY_PHASE_STRIP = NO;
  326. ENABLE_STRICT_OBJC_MSGSEND = YES;
  327. ENABLE_TESTABILITY = YES;
  328. GCC_C_LANGUAGE_STANDARD = gnu99;
  329. GCC_DYNAMIC_NO_PIC = NO;
  330. GCC_NO_COMMON_BLOCKS = YES;
  331. GCC_OPTIMIZATION_LEVEL = 0;
  332. GCC_PREPROCESSOR_DEFINITIONS = (
  333. "DEBUG=1",
  334. "$(inherited)",
  335. );
  336. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  337. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  338. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  339. GCC_WARN_UNDECLARED_SELECTOR = YES;
  340. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  341. GCC_WARN_UNUSED_FUNCTION = YES;
  342. GCC_WARN_UNUSED_VARIABLE = YES;
  343. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  344. MTL_ENABLE_DEBUG_INFO = YES;
  345. ONLY_ACTIVE_ARCH = YES;
  346. SDKROOT = iphoneos;
  347. PRODUCT_BUNDLE_IDENTIFIER = "fr.amicaleinsat.application";
  348. PRODUCT_NAME = application;
  349. CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
  350. };
  351. name = Debug;
  352. };
  353. 83CBBA211A601CBA00E9B192 /* Release */ = {
  354. isa = XCBuildConfiguration;
  355. buildSettings = {
  356. ALWAYS_SEARCH_USER_PATHS = NO;
  357. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  358. CLANG_CXX_LIBRARY = "libc++";
  359. CLANG_ENABLE_MODULES = YES;
  360. CLANG_ENABLE_OBJC_ARC = YES;
  361. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  362. CLANG_WARN_BOOL_CONVERSION = YES;
  363. CLANG_WARN_COMMA = YES;
  364. CLANG_WARN_CONSTANT_CONVERSION = YES;
  365. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  366. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  367. CLANG_WARN_EMPTY_BODY = YES;
  368. CLANG_WARN_ENUM_CONVERSION = YES;
  369. CLANG_WARN_INFINITE_RECURSION = YES;
  370. CLANG_WARN_INT_CONVERSION = YES;
  371. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  372. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  373. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  374. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  375. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  376. CLANG_WARN_STRICT_PROTOTYPES = YES;
  377. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  378. CLANG_WARN_UNREACHABLE_CODE = YES;
  379. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  380. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  381. COPY_PHASE_STRIP = YES;
  382. ENABLE_NS_ASSERTIONS = NO;
  383. ENABLE_STRICT_OBJC_MSGSEND = YES;
  384. GCC_C_LANGUAGE_STANDARD = gnu99;
  385. GCC_NO_COMMON_BLOCKS = YES;
  386. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  387. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  388. GCC_WARN_UNDECLARED_SELECTOR = YES;
  389. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  390. GCC_WARN_UNUSED_FUNCTION = YES;
  391. GCC_WARN_UNUSED_VARIABLE = YES;
  392. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  393. MTL_ENABLE_DEBUG_INFO = NO;
  394. SDKROOT = iphoneos;
  395. VALIDATE_PRODUCT = YES;
  396. PRODUCT_BUNDLE_IDENTIFIER = "fr.amicaleinsat.application";
  397. PRODUCT_NAME = application;
  398. CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
  399. };
  400. name = Release;
  401. };
  402. /* End XCBuildConfiguration section */
  403. /* Begin XCConfigurationList section */
  404. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Campus" */ = {
  405. isa = XCConfigurationList;
  406. buildConfigurations = (
  407. 13B07F941A680F5B00A75B9A /* Debug */,
  408. 13B07F951A680F5B00A75B9A /* Release */,
  409. );
  410. defaultConfigurationIsVisible = 0;
  411. defaultConfigurationName = Release;
  412. };
  413. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Campus" */ = {
  414. isa = XCConfigurationList;
  415. buildConfigurations = (
  416. 83CBBA201A601CBA00E9B192 /* Debug */,
  417. 83CBBA211A601CBA00E9B192 /* Release */,
  418. );
  419. defaultConfigurationIsVisible = 0;
  420. defaultConfigurationName = Release;
  421. };
  422. /* End XCConfigurationList section */
  423. };
  424. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  425. }