project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 70D022BC64646F5370FC6DA7 /* Pods_PerUserLogLevels.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 91A3E0F20CD5BDE853D9130E /* Pods_PerUserLogLevels.framework */; };
  10. DC87A6F91525AEA3005A09B0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC87A6F81525AEA3005A09B0 /* Cocoa.framework */; };
  11. DC87A7031525AEA3005A09B0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DC87A7011525AEA3005A09B0 /* InfoPlist.strings */; };
  12. DC87A7051525AEA3005A09B0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC87A7041525AEA3005A09B0 /* main.m */; };
  13. DC87A7091525AEA3005A09B0 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DC87A7071525AEA3005A09B0 /* Credits.rtf */; };
  14. DC87A70C1525AEA3005A09B0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC87A70B1525AEA3005A09B0 /* AppDelegate.m */; };
  15. DC87A70F1525AEA3005A09B0 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC87A70D1525AEA3005A09B0 /* MainMenu.xib */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 0B4A25C155194CE786243D86 /* Pods-PerUserLogLevels.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PerUserLogLevels.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PerUserLogLevels/Pods-PerUserLogLevels.debug.xcconfig"; sourceTree = "<group>"; };
  19. 21E12BAE43E90BD8E31C353A /* Pods-PerUserLogLevels.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PerUserLogLevels.release.xcconfig"; path = "Pods/Target Support Files/Pods-PerUserLogLevels/Pods-PerUserLogLevels.release.xcconfig"; sourceTree = "<group>"; };
  20. 91A3E0F20CD5BDE853D9130E /* Pods_PerUserLogLevels.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PerUserLogLevels.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  21. DC28B92D15263ED00043126F /* LumberjackUser.bash */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = LumberjackUser.bash; path = Scripts/LumberjackUser.bash; sourceTree = SOURCE_ROOT; };
  22. DC87A6F41525AEA3005A09B0 /* PerUserLogLevels.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerUserLogLevels.app; sourceTree = BUILT_PRODUCTS_DIR; };
  23. DC87A6F81525AEA3005A09B0 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  24. DC87A6FB1525AEA3005A09B0 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  25. DC87A6FC1525AEA3005A09B0 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  26. DC87A6FD1525AEA3005A09B0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  27. DC87A7001525AEA3005A09B0 /* PerUserLogLevels-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PerUserLogLevels-Info.plist"; sourceTree = "<group>"; };
  28. DC87A7021525AEA3005A09B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  29. DC87A7041525AEA3005A09B0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  30. DC87A7061525AEA3005A09B0 /* PerUserLogLevels-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PerUserLogLevels-Prefix.pch"; sourceTree = "<group>"; };
  31. DC87A7081525AEA3005A09B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  32. DC87A70A1525AEA3005A09B0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  33. DC87A70B1525AEA3005A09B0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  34. DC87A70E1525AEA3005A09B0 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
  35. DC87A72E1525B051005A09B0 /* LumberjackUser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LumberjackUser.h; path = ../Xcode/PerUserLogLevels/PerUserLogLevels/LumberjackUser.h; sourceTree = "<group>"; };
  36. /* End PBXFileReference section */
  37. /* Begin PBXFrameworksBuildPhase section */
  38. DC87A6F11525AEA3005A09B0 /* Frameworks */ = {
  39. isa = PBXFrameworksBuildPhase;
  40. buildActionMask = 2147483647;
  41. files = (
  42. DC87A6F91525AEA3005A09B0 /* Cocoa.framework in Frameworks */,
  43. 70D022BC64646F5370FC6DA7 /* Pods_PerUserLogLevels.framework in Frameworks */,
  44. );
  45. runOnlyForDeploymentPostprocessing = 0;
  46. };
  47. /* End PBXFrameworksBuildPhase section */
  48. /* Begin PBXGroup section */
  49. 3CEFE886C93FBC963106267F /* Pods */ = {
  50. isa = PBXGroup;
  51. children = (
  52. 0B4A25C155194CE786243D86 /* Pods-PerUserLogLevels.debug.xcconfig */,
  53. 21E12BAE43E90BD8E31C353A /* Pods-PerUserLogLevels.release.xcconfig */,
  54. );
  55. name = Pods;
  56. sourceTree = "<group>";
  57. };
  58. DC87A6E91525AEA2005A09B0 = {
  59. isa = PBXGroup;
  60. children = (
  61. DC87A7301525B10C005A09B0 /* LumberjackUser */,
  62. DC87A6FE1525AEA3005A09B0 /* PerUserLogLevels */,
  63. DC87A6F71525AEA3005A09B0 /* Frameworks */,
  64. DC87A6F51525AEA3005A09B0 /* Products */,
  65. 3CEFE886C93FBC963106267F /* Pods */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. DC87A6F51525AEA3005A09B0 /* Products */ = {
  70. isa = PBXGroup;
  71. children = (
  72. DC87A6F41525AEA3005A09B0 /* PerUserLogLevels.app */,
  73. );
  74. name = Products;
  75. sourceTree = "<group>";
  76. };
  77. DC87A6F71525AEA3005A09B0 /* Frameworks */ = {
  78. isa = PBXGroup;
  79. children = (
  80. DC87A6F81525AEA3005A09B0 /* Cocoa.framework */,
  81. DC87A6FA1525AEA3005A09B0 /* Other Frameworks */,
  82. 91A3E0F20CD5BDE853D9130E /* Pods_PerUserLogLevels.framework */,
  83. );
  84. name = Frameworks;
  85. sourceTree = "<group>";
  86. };
  87. DC87A6FA1525AEA3005A09B0 /* Other Frameworks */ = {
  88. isa = PBXGroup;
  89. children = (
  90. DC87A6FB1525AEA3005A09B0 /* AppKit.framework */,
  91. DC87A6FC1525AEA3005A09B0 /* CoreData.framework */,
  92. DC87A6FD1525AEA3005A09B0 /* Foundation.framework */,
  93. );
  94. name = "Other Frameworks";
  95. sourceTree = "<group>";
  96. };
  97. DC87A6FE1525AEA3005A09B0 /* PerUserLogLevels */ = {
  98. isa = PBXGroup;
  99. children = (
  100. DC87A70A1525AEA3005A09B0 /* AppDelegate.h */,
  101. DC87A70B1525AEA3005A09B0 /* AppDelegate.m */,
  102. DC87A70D1525AEA3005A09B0 /* MainMenu.xib */,
  103. DC87A6FF1525AEA3005A09B0 /* Supporting Files */,
  104. );
  105. path = PerUserLogLevels;
  106. sourceTree = "<group>";
  107. };
  108. DC87A6FF1525AEA3005A09B0 /* Supporting Files */ = {
  109. isa = PBXGroup;
  110. children = (
  111. DC87A7001525AEA3005A09B0 /* PerUserLogLevels-Info.plist */,
  112. DC87A7011525AEA3005A09B0 /* InfoPlist.strings */,
  113. DC87A7041525AEA3005A09B0 /* main.m */,
  114. DC87A7061525AEA3005A09B0 /* PerUserLogLevels-Prefix.pch */,
  115. DC87A7071525AEA3005A09B0 /* Credits.rtf */,
  116. );
  117. name = "Supporting Files";
  118. sourceTree = "<group>";
  119. };
  120. DC87A7301525B10C005A09B0 /* LumberjackUser */ = {
  121. isa = PBXGroup;
  122. children = (
  123. DC28B92D15263ED00043126F /* LumberjackUser.bash */,
  124. DC87A72E1525B051005A09B0 /* LumberjackUser.h */,
  125. );
  126. name = LumberjackUser;
  127. path = ../../Lumberjack;
  128. sourceTree = "<group>";
  129. };
  130. /* End PBXGroup section */
  131. /* Begin PBXNativeTarget section */
  132. DC87A6F31525AEA3005A09B0 /* PerUserLogLevels */ = {
  133. isa = PBXNativeTarget;
  134. buildConfigurationList = DC87A7121525AEA3005A09B0 /* Build configuration list for PBXNativeTarget "PerUserLogLevels" */;
  135. buildPhases = (
  136. 76E60D6416AA4C2AB3DFE316 /* [CP] Check Pods Manifest.lock */,
  137. DC87A7341525B41D005A09B0 /* ShellScript */,
  138. DC87A6F01525AEA3005A09B0 /* Sources */,
  139. DC87A6F11525AEA3005A09B0 /* Frameworks */,
  140. DC87A6F21525AEA3005A09B0 /* Resources */,
  141. DB290A9ED1D14F6CA2ACE3FD /* [CP] Copy Pods Resources */,
  142. A1EC2902394DA1F09A2D79F5 /* [CP] Embed Pods Frameworks */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = PerUserLogLevels;
  149. productName = PerUserLogLevels;
  150. productReference = DC87A6F41525AEA3005A09B0 /* PerUserLogLevels.app */;
  151. productType = "com.apple.product-type.application";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. DC87A6EB1525AEA2005A09B0 /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. LastUpgradeCheck = 0900;
  159. };
  160. buildConfigurationList = DC87A6EE1525AEA2005A09B0 /* Build configuration list for PBXProject "PerUserLogLevels" */;
  161. compatibilityVersion = "Xcode 3.2";
  162. developmentRegion = English;
  163. hasScannedForEncodings = 0;
  164. knownRegions = (
  165. en,
  166. );
  167. mainGroup = DC87A6E91525AEA2005A09B0;
  168. productRefGroup = DC87A6F51525AEA3005A09B0 /* Products */;
  169. projectDirPath = "";
  170. projectRoot = "";
  171. targets = (
  172. DC87A6F31525AEA3005A09B0 /* PerUserLogLevels */,
  173. );
  174. };
  175. /* End PBXProject section */
  176. /* Begin PBXResourcesBuildPhase section */
  177. DC87A6F21525AEA3005A09B0 /* Resources */ = {
  178. isa = PBXResourcesBuildPhase;
  179. buildActionMask = 2147483647;
  180. files = (
  181. DC87A7031525AEA3005A09B0 /* InfoPlist.strings in Resources */,
  182. DC87A7091525AEA3005A09B0 /* Credits.rtf in Resources */,
  183. DC87A70F1525AEA3005A09B0 /* MainMenu.xib in Resources */,
  184. );
  185. runOnlyForDeploymentPostprocessing = 0;
  186. };
  187. /* End PBXResourcesBuildPhase section */
  188. /* Begin PBXShellScriptBuildPhase section */
  189. 76E60D6416AA4C2AB3DFE316 /* [CP] Check Pods Manifest.lock */ = {
  190. isa = PBXShellScriptBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. );
  194. inputPaths = (
  195. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  196. "${PODS_ROOT}/Manifest.lock",
  197. );
  198. name = "[CP] Check Pods Manifest.lock";
  199. outputPaths = (
  200. "$(DERIVED_FILE_DIR)/Pods-PerUserLogLevels-checkManifestLockResult.txt",
  201. );
  202. runOnlyForDeploymentPostprocessing = 0;
  203. shellPath = /bin/sh;
  204. 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";
  205. showEnvVarsInLog = 0;
  206. };
  207. A1EC2902394DA1F09A2D79F5 /* [CP] Embed Pods Frameworks */ = {
  208. isa = PBXShellScriptBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. );
  212. inputPaths = (
  213. "${SRCROOT}/Pods/Target Support Files/Pods-PerUserLogLevels/Pods-PerUserLogLevels-frameworks.sh",
  214. "${BUILT_PRODUCTS_DIR}/CocoaLumberjack/CocoaLumberjack.framework",
  215. );
  216. name = "[CP] Embed Pods Frameworks";
  217. outputPaths = (
  218. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CocoaLumberjack.framework",
  219. );
  220. runOnlyForDeploymentPostprocessing = 0;
  221. shellPath = /bin/sh;
  222. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PerUserLogLevels/Pods-PerUserLogLevels-frameworks.sh\"\n";
  223. showEnvVarsInLog = 0;
  224. };
  225. DB290A9ED1D14F6CA2ACE3FD /* [CP] Copy Pods Resources */ = {
  226. isa = PBXShellScriptBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. );
  230. inputPaths = (
  231. );
  232. name = "[CP] Copy Pods Resources";
  233. outputPaths = (
  234. );
  235. runOnlyForDeploymentPostprocessing = 0;
  236. shellPath = /bin/sh;
  237. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PerUserLogLevels/Pods-PerUserLogLevels-resources.sh\"\n";
  238. showEnvVarsInLog = 0;
  239. };
  240. DC87A7341525B41D005A09B0 /* ShellScript */ = {
  241. isa = PBXShellScriptBuildPhase;
  242. buildActionMask = 2147483647;
  243. files = (
  244. );
  245. inputPaths = (
  246. );
  247. outputPaths = (
  248. );
  249. runOnlyForDeploymentPostprocessing = 0;
  250. shellPath = /bin/bash;
  251. shellScript = "${PROJECT_DIR}/Scripts/LumberjackUser.bash";
  252. };
  253. /* End PBXShellScriptBuildPhase section */
  254. /* Begin PBXSourcesBuildPhase section */
  255. DC87A6F01525AEA3005A09B0 /* Sources */ = {
  256. isa = PBXSourcesBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. DC87A7051525AEA3005A09B0 /* main.m in Sources */,
  260. DC87A70C1525AEA3005A09B0 /* AppDelegate.m in Sources */,
  261. );
  262. runOnlyForDeploymentPostprocessing = 0;
  263. };
  264. /* End PBXSourcesBuildPhase section */
  265. /* Begin PBXVariantGroup section */
  266. DC87A7011525AEA3005A09B0 /* InfoPlist.strings */ = {
  267. isa = PBXVariantGroup;
  268. children = (
  269. DC87A7021525AEA3005A09B0 /* en */,
  270. );
  271. name = InfoPlist.strings;
  272. sourceTree = "<group>";
  273. };
  274. DC87A7071525AEA3005A09B0 /* Credits.rtf */ = {
  275. isa = PBXVariantGroup;
  276. children = (
  277. DC87A7081525AEA3005A09B0 /* en */,
  278. );
  279. name = Credits.rtf;
  280. sourceTree = "<group>";
  281. };
  282. DC87A70D1525AEA3005A09B0 /* MainMenu.xib */ = {
  283. isa = PBXVariantGroup;
  284. children = (
  285. DC87A70E1525AEA3005A09B0 /* en */,
  286. );
  287. name = MainMenu.xib;
  288. sourceTree = "<group>";
  289. };
  290. /* End PBXVariantGroup section */
  291. /* Begin XCBuildConfiguration section */
  292. DC87A7101525AEA3005A09B0 /* Debug */ = {
  293. isa = XCBuildConfiguration;
  294. buildSettings = {
  295. ALWAYS_SEARCH_USER_PATHS = NO;
  296. CLANG_ENABLE_OBJC_ARC = YES;
  297. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  298. CLANG_WARN_BOOL_CONVERSION = YES;
  299. CLANG_WARN_COMMA = YES;
  300. CLANG_WARN_CONSTANT_CONVERSION = YES;
  301. CLANG_WARN_EMPTY_BODY = YES;
  302. CLANG_WARN_ENUM_CONVERSION = YES;
  303. CLANG_WARN_INFINITE_RECURSION = YES;
  304. CLANG_WARN_INT_CONVERSION = YES;
  305. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  306. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  307. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  308. CLANG_WARN_STRICT_PROTOTYPES = YES;
  309. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  310. CLANG_WARN_UNREACHABLE_CODE = YES;
  311. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  312. COPY_PHASE_STRIP = NO;
  313. ENABLE_STRICT_OBJC_MSGSEND = YES;
  314. ENABLE_TESTABILITY = YES;
  315. GCC_C_LANGUAGE_STANDARD = gnu99;
  316. GCC_DYNAMIC_NO_PIC = NO;
  317. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  318. GCC_NO_COMMON_BLOCKS = YES;
  319. GCC_OPTIMIZATION_LEVEL = 0;
  320. GCC_PREPROCESSOR_DEFINITIONS = (
  321. "DEBUG=1",
  322. "$(inherited)",
  323. );
  324. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  325. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  326. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  327. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  328. GCC_WARN_UNDECLARED_SELECTOR = YES;
  329. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  330. GCC_WARN_UNUSED_FUNCTION = YES;
  331. GCC_WARN_UNUSED_VARIABLE = YES;
  332. MACOSX_DEPLOYMENT_TARGET = 10.8;
  333. ONLY_ACTIVE_ARCH = YES;
  334. SDKROOT = macosx;
  335. };
  336. name = Debug;
  337. };
  338. DC87A7111525AEA3005A09B0 /* Release */ = {
  339. isa = XCBuildConfiguration;
  340. buildSettings = {
  341. ALWAYS_SEARCH_USER_PATHS = NO;
  342. CLANG_ENABLE_OBJC_ARC = YES;
  343. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  344. CLANG_WARN_BOOL_CONVERSION = YES;
  345. CLANG_WARN_COMMA = YES;
  346. CLANG_WARN_CONSTANT_CONVERSION = YES;
  347. CLANG_WARN_EMPTY_BODY = YES;
  348. CLANG_WARN_ENUM_CONVERSION = YES;
  349. CLANG_WARN_INFINITE_RECURSION = YES;
  350. CLANG_WARN_INT_CONVERSION = YES;
  351. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  352. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  353. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  354. CLANG_WARN_STRICT_PROTOTYPES = YES;
  355. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  356. CLANG_WARN_UNREACHABLE_CODE = YES;
  357. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  358. COPY_PHASE_STRIP = YES;
  359. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  360. ENABLE_STRICT_OBJC_MSGSEND = YES;
  361. GCC_C_LANGUAGE_STANDARD = gnu99;
  362. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  363. GCC_NO_COMMON_BLOCKS = YES;
  364. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  365. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  366. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  367. GCC_WARN_UNDECLARED_SELECTOR = YES;
  368. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  369. GCC_WARN_UNUSED_FUNCTION = YES;
  370. GCC_WARN_UNUSED_VARIABLE = YES;
  371. MACOSX_DEPLOYMENT_TARGET = 10.8;
  372. SDKROOT = macosx;
  373. };
  374. name = Release;
  375. };
  376. DC87A7131525AEA3005A09B0 /* Debug */ = {
  377. isa = XCBuildConfiguration;
  378. baseConfigurationReference = 0B4A25C155194CE786243D86 /* Pods-PerUserLogLevels.debug.xcconfig */;
  379. buildSettings = {
  380. COMBINE_HIDPI_IMAGES = YES;
  381. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  382. GCC_PREFIX_HEADER = "PerUserLogLevels/PerUserLogLevels-Prefix.pch";
  383. INFOPLIST_FILE = "PerUserLogLevels/PerUserLogLevels-Info.plist";
  384. PRODUCT_BUNDLE_IDENTIFIER = "com.deusty.${PRODUCT_NAME:rfc1034identifier}";
  385. PRODUCT_NAME = "$(TARGET_NAME)";
  386. WRAPPER_EXTENSION = app;
  387. };
  388. name = Debug;
  389. };
  390. DC87A7141525AEA3005A09B0 /* Release */ = {
  391. isa = XCBuildConfiguration;
  392. baseConfigurationReference = 21E12BAE43E90BD8E31C353A /* Pods-PerUserLogLevels.release.xcconfig */;
  393. buildSettings = {
  394. COMBINE_HIDPI_IMAGES = YES;
  395. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  396. GCC_PREFIX_HEADER = "PerUserLogLevels/PerUserLogLevels-Prefix.pch";
  397. INFOPLIST_FILE = "PerUserLogLevels/PerUserLogLevels-Info.plist";
  398. PRODUCT_BUNDLE_IDENTIFIER = "com.deusty.${PRODUCT_NAME:rfc1034identifier}";
  399. PRODUCT_NAME = "$(TARGET_NAME)";
  400. WRAPPER_EXTENSION = app;
  401. };
  402. name = Release;
  403. };
  404. /* End XCBuildConfiguration section */
  405. /* Begin XCConfigurationList section */
  406. DC87A6EE1525AEA2005A09B0 /* Build configuration list for PBXProject "PerUserLogLevels" */ = {
  407. isa = XCConfigurationList;
  408. buildConfigurations = (
  409. DC87A7101525AEA3005A09B0 /* Debug */,
  410. DC87A7111525AEA3005A09B0 /* Release */,
  411. );
  412. defaultConfigurationIsVisible = 0;
  413. defaultConfigurationName = Release;
  414. };
  415. DC87A7121525AEA3005A09B0 /* Build configuration list for PBXNativeTarget "PerUserLogLevels" */ = {
  416. isa = XCConfigurationList;
  417. buildConfigurations = (
  418. DC87A7131525AEA3005A09B0 /* Debug */,
  419. DC87A7141525AEA3005A09B0 /* Release */,
  420. );
  421. defaultConfigurationIsVisible = 0;
  422. defaultConfigurationName = Release;
  423. };
  424. /* End XCConfigurationList section */
  425. };
  426. rootObject = DC87A6EB1525AEA2005A09B0 /* Project object */;
  427. }