project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3592D2D01F1E13A400980923 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3592D2CF1F1E13A400980923 /* main.m */; };
  10. 3592D2D31F1E13A400980923 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3592D2D21F1E13A400980923 /* AppDelegate.m */; };
  11. 3592D2D61F1E13A400980923 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3592D2D51F1E13A400980923 /* ViewController.m */; };
  12. 3592D2D91F1E13A400980923 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3592D2D71F1E13A400980923 /* Main.storyboard */; };
  13. 3592D2DB1F1E13A400980923 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3592D2DA1F1E13A400980923 /* Assets.xcassets */; };
  14. 3592D2DE1F1E13A400980923 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3592D2DC1F1E13A400980923 /* LaunchScreen.storyboard */; };
  15. 3B765DA2F0EF4E25067CB3B2 /* libPods-gifImageDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AFB4706C7A679F4575089A03 /* libPods-gifImageDemo.a */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 3592D2CB1F1E13A400980923 /* gifImageDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = gifImageDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  19. 3592D2CF1F1E13A400980923 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  20. 3592D2D11F1E13A400980923 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  21. 3592D2D21F1E13A400980923 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  22. 3592D2D41F1E13A400980923 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  23. 3592D2D51F1E13A400980923 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  24. 3592D2D81F1E13A400980923 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  25. 3592D2DA1F1E13A400980923 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. 3592D2DD1F1E13A400980923 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  27. 3592D2DF1F1E13A400980923 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. AFB4706C7A679F4575089A03 /* libPods-gifImageDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-gifImageDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  29. DA597823A962D808787977A7 /* Pods-gifImageDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-gifImageDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-gifImageDemo/Pods-gifImageDemo.debug.xcconfig"; sourceTree = "<group>"; };
  30. E4F3E3B09890529D801DA2A7 /* Pods-gifImageDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-gifImageDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-gifImageDemo/Pods-gifImageDemo.release.xcconfig"; sourceTree = "<group>"; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. 3592D2C81F1E13A400980923 /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. 3B765DA2F0EF4E25067CB3B2 /* libPods-gifImageDemo.a in Frameworks */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. 1166A0D0AE1737E48C44F8D8 /* Frameworks */ = {
  44. isa = PBXGroup;
  45. children = (
  46. AFB4706C7A679F4575089A03 /* libPods-gifImageDemo.a */,
  47. );
  48. name = Frameworks;
  49. sourceTree = "<group>";
  50. };
  51. 3592D2C21F1E13A400980923 = {
  52. isa = PBXGroup;
  53. children = (
  54. 3592D2CD1F1E13A400980923 /* gifImageDemo */,
  55. 3592D2CC1F1E13A400980923 /* Products */,
  56. 4E2DBCB729A8717F76CC0295 /* Pods */,
  57. 1166A0D0AE1737E48C44F8D8 /* Frameworks */,
  58. );
  59. sourceTree = "<group>";
  60. };
  61. 3592D2CC1F1E13A400980923 /* Products */ = {
  62. isa = PBXGroup;
  63. children = (
  64. 3592D2CB1F1E13A400980923 /* gifImageDemo.app */,
  65. );
  66. name = Products;
  67. sourceTree = "<group>";
  68. };
  69. 3592D2CD1F1E13A400980923 /* gifImageDemo */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 3592D2D11F1E13A400980923 /* AppDelegate.h */,
  73. 3592D2D21F1E13A400980923 /* AppDelegate.m */,
  74. 3592D2D41F1E13A400980923 /* ViewController.h */,
  75. 3592D2D51F1E13A400980923 /* ViewController.m */,
  76. 3592D2D71F1E13A400980923 /* Main.storyboard */,
  77. 3592D2DA1F1E13A400980923 /* Assets.xcassets */,
  78. 3592D2DC1F1E13A400980923 /* LaunchScreen.storyboard */,
  79. 3592D2DF1F1E13A400980923 /* Info.plist */,
  80. 3592D2CE1F1E13A400980923 /* Supporting Files */,
  81. );
  82. path = gifImageDemo;
  83. sourceTree = "<group>";
  84. };
  85. 3592D2CE1F1E13A400980923 /* Supporting Files */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 3592D2CF1F1E13A400980923 /* main.m */,
  89. );
  90. name = "Supporting Files";
  91. sourceTree = "<group>";
  92. };
  93. 4E2DBCB729A8717F76CC0295 /* Pods */ = {
  94. isa = PBXGroup;
  95. children = (
  96. DA597823A962D808787977A7 /* Pods-gifImageDemo.debug.xcconfig */,
  97. E4F3E3B09890529D801DA2A7 /* Pods-gifImageDemo.release.xcconfig */,
  98. );
  99. name = Pods;
  100. sourceTree = "<group>";
  101. };
  102. /* End PBXGroup section */
  103. /* Begin PBXNativeTarget section */
  104. 3592D2CA1F1E13A400980923 /* gifImageDemo */ = {
  105. isa = PBXNativeTarget;
  106. buildConfigurationList = 3592D2E21F1E13A400980923 /* Build configuration list for PBXNativeTarget "gifImageDemo" */;
  107. buildPhases = (
  108. 7DD0637636B1108728D9A4DD /* [CP] Check Pods Manifest.lock */,
  109. 3592D2C71F1E13A400980923 /* Sources */,
  110. 3592D2C81F1E13A400980923 /* Frameworks */,
  111. 3592D2C91F1E13A400980923 /* Resources */,
  112. D045E9362B82679065E12CA2 /* [CP] Embed Pods Frameworks */,
  113. A803DBF16B671522FC01DBA2 /* [CP] Copy Pods Resources */,
  114. );
  115. buildRules = (
  116. );
  117. dependencies = (
  118. );
  119. name = gifImageDemo;
  120. productName = gifImageDemo;
  121. productReference = 3592D2CB1F1E13A400980923 /* gifImageDemo.app */;
  122. productType = "com.apple.product-type.application";
  123. };
  124. /* End PBXNativeTarget section */
  125. /* Begin PBXProject section */
  126. 3592D2C31F1E13A400980923 /* Project object */ = {
  127. isa = PBXProject;
  128. attributes = {
  129. LastUpgradeCheck = 0830;
  130. ORGANIZATIONNAME = LTX;
  131. TargetAttributes = {
  132. 3592D2CA1F1E13A400980923 = {
  133. CreatedOnToolsVersion = 8.3.3;
  134. DevelopmentTeam = V36AU6RMWL;
  135. ProvisioningStyle = Automatic;
  136. };
  137. };
  138. };
  139. buildConfigurationList = 3592D2C61F1E13A400980923 /* Build configuration list for PBXProject "gifImageDemo" */;
  140. compatibilityVersion = "Xcode 3.2";
  141. developmentRegion = English;
  142. hasScannedForEncodings = 0;
  143. knownRegions = (
  144. en,
  145. Base,
  146. );
  147. mainGroup = 3592D2C21F1E13A400980923;
  148. productRefGroup = 3592D2CC1F1E13A400980923 /* Products */;
  149. projectDirPath = "";
  150. projectRoot = "";
  151. targets = (
  152. 3592D2CA1F1E13A400980923 /* gifImageDemo */,
  153. );
  154. };
  155. /* End PBXProject section */
  156. /* Begin PBXResourcesBuildPhase section */
  157. 3592D2C91F1E13A400980923 /* Resources */ = {
  158. isa = PBXResourcesBuildPhase;
  159. buildActionMask = 2147483647;
  160. files = (
  161. 3592D2DE1F1E13A400980923 /* LaunchScreen.storyboard in Resources */,
  162. 3592D2DB1F1E13A400980923 /* Assets.xcassets in Resources */,
  163. 3592D2D91F1E13A400980923 /* Main.storyboard in Resources */,
  164. );
  165. runOnlyForDeploymentPostprocessing = 0;
  166. };
  167. /* End PBXResourcesBuildPhase section */
  168. /* Begin PBXShellScriptBuildPhase section */
  169. 7DD0637636B1108728D9A4DD /* [CP] Check Pods Manifest.lock */ = {
  170. isa = PBXShellScriptBuildPhase;
  171. buildActionMask = 2147483647;
  172. files = (
  173. );
  174. inputPaths = (
  175. );
  176. name = "[CP] Check Pods Manifest.lock";
  177. outputPaths = (
  178. );
  179. runOnlyForDeploymentPostprocessing = 0;
  180. shellPath = /bin/sh;
  181. shellScript = "diff \"${PODS_ROOT}/../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";
  182. showEnvVarsInLog = 0;
  183. };
  184. A803DBF16B671522FC01DBA2 /* [CP] Copy Pods Resources */ = {
  185. isa = PBXShellScriptBuildPhase;
  186. buildActionMask = 2147483647;
  187. files = (
  188. );
  189. inputPaths = (
  190. );
  191. name = "[CP] Copy Pods Resources";
  192. outputPaths = (
  193. );
  194. runOnlyForDeploymentPostprocessing = 0;
  195. shellPath = /bin/sh;
  196. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-gifImageDemo/Pods-gifImageDemo-resources.sh\"\n";
  197. showEnvVarsInLog = 0;
  198. };
  199. D045E9362B82679065E12CA2 /* [CP] Embed Pods Frameworks */ = {
  200. isa = PBXShellScriptBuildPhase;
  201. buildActionMask = 2147483647;
  202. files = (
  203. );
  204. inputPaths = (
  205. );
  206. name = "[CP] Embed Pods Frameworks";
  207. outputPaths = (
  208. );
  209. runOnlyForDeploymentPostprocessing = 0;
  210. shellPath = /bin/sh;
  211. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-gifImageDemo/Pods-gifImageDemo-frameworks.sh\"\n";
  212. showEnvVarsInLog = 0;
  213. };
  214. /* End PBXShellScriptBuildPhase section */
  215. /* Begin PBXSourcesBuildPhase section */
  216. 3592D2C71F1E13A400980923 /* Sources */ = {
  217. isa = PBXSourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. 3592D2D61F1E13A400980923 /* ViewController.m in Sources */,
  221. 3592D2D31F1E13A400980923 /* AppDelegate.m in Sources */,
  222. 3592D2D01F1E13A400980923 /* main.m in Sources */,
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. };
  226. /* End PBXSourcesBuildPhase section */
  227. /* Begin PBXVariantGroup section */
  228. 3592D2D71F1E13A400980923 /* Main.storyboard */ = {
  229. isa = PBXVariantGroup;
  230. children = (
  231. 3592D2D81F1E13A400980923 /* Base */,
  232. );
  233. name = Main.storyboard;
  234. sourceTree = "<group>";
  235. };
  236. 3592D2DC1F1E13A400980923 /* LaunchScreen.storyboard */ = {
  237. isa = PBXVariantGroup;
  238. children = (
  239. 3592D2DD1F1E13A400980923 /* Base */,
  240. );
  241. name = LaunchScreen.storyboard;
  242. sourceTree = "<group>";
  243. };
  244. /* End PBXVariantGroup section */
  245. /* Begin XCBuildConfiguration section */
  246. 3592D2E01F1E13A400980923 /* Debug */ = {
  247. isa = XCBuildConfiguration;
  248. buildSettings = {
  249. ALWAYS_SEARCH_USER_PATHS = NO;
  250. CLANG_ANALYZER_NONNULL = YES;
  251. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  252. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  253. CLANG_CXX_LIBRARY = "libc++";
  254. CLANG_ENABLE_MODULES = YES;
  255. CLANG_ENABLE_OBJC_ARC = YES;
  256. CLANG_WARN_BOOL_CONVERSION = YES;
  257. CLANG_WARN_CONSTANT_CONVERSION = YES;
  258. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  259. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  260. CLANG_WARN_EMPTY_BODY = YES;
  261. CLANG_WARN_ENUM_CONVERSION = YES;
  262. CLANG_WARN_INFINITE_RECURSION = YES;
  263. CLANG_WARN_INT_CONVERSION = YES;
  264. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  265. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  266. CLANG_WARN_UNREACHABLE_CODE = YES;
  267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  268. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  269. COPY_PHASE_STRIP = NO;
  270. DEBUG_INFORMATION_FORMAT = dwarf;
  271. ENABLE_STRICT_OBJC_MSGSEND = YES;
  272. ENABLE_TESTABILITY = YES;
  273. GCC_C_LANGUAGE_STANDARD = gnu99;
  274. GCC_DYNAMIC_NO_PIC = NO;
  275. GCC_NO_COMMON_BLOCKS = YES;
  276. GCC_OPTIMIZATION_LEVEL = 0;
  277. GCC_PREPROCESSOR_DEFINITIONS = (
  278. "DEBUG=1",
  279. "$(inherited)",
  280. );
  281. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  282. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  283. GCC_WARN_UNDECLARED_SELECTOR = YES;
  284. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  285. GCC_WARN_UNUSED_FUNCTION = YES;
  286. GCC_WARN_UNUSED_VARIABLE = YES;
  287. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  288. MTL_ENABLE_DEBUG_INFO = YES;
  289. ONLY_ACTIVE_ARCH = YES;
  290. SDKROOT = iphoneos;
  291. };
  292. name = Debug;
  293. };
  294. 3592D2E11F1E13A400980923 /* Release */ = {
  295. isa = XCBuildConfiguration;
  296. buildSettings = {
  297. ALWAYS_SEARCH_USER_PATHS = NO;
  298. CLANG_ANALYZER_NONNULL = YES;
  299. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  300. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  301. CLANG_CXX_LIBRARY = "libc++";
  302. CLANG_ENABLE_MODULES = YES;
  303. CLANG_ENABLE_OBJC_ARC = YES;
  304. CLANG_WARN_BOOL_CONVERSION = YES;
  305. CLANG_WARN_CONSTANT_CONVERSION = YES;
  306. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  307. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  308. CLANG_WARN_EMPTY_BODY = YES;
  309. CLANG_WARN_ENUM_CONVERSION = YES;
  310. CLANG_WARN_INFINITE_RECURSION = YES;
  311. CLANG_WARN_INT_CONVERSION = YES;
  312. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  313. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  314. CLANG_WARN_UNREACHABLE_CODE = YES;
  315. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  316. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  317. COPY_PHASE_STRIP = NO;
  318. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  319. ENABLE_NS_ASSERTIONS = NO;
  320. ENABLE_STRICT_OBJC_MSGSEND = YES;
  321. GCC_C_LANGUAGE_STANDARD = gnu99;
  322. GCC_NO_COMMON_BLOCKS = YES;
  323. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  324. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  325. GCC_WARN_UNDECLARED_SELECTOR = YES;
  326. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  327. GCC_WARN_UNUSED_FUNCTION = YES;
  328. GCC_WARN_UNUSED_VARIABLE = YES;
  329. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  330. MTL_ENABLE_DEBUG_INFO = NO;
  331. SDKROOT = iphoneos;
  332. VALIDATE_PRODUCT = YES;
  333. };
  334. name = Release;
  335. };
  336. 3592D2E31F1E13A400980923 /* Debug */ = {
  337. isa = XCBuildConfiguration;
  338. baseConfigurationReference = DA597823A962D808787977A7 /* Pods-gifImageDemo.debug.xcconfig */;
  339. buildSettings = {
  340. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  341. DEVELOPMENT_TEAM = V36AU6RMWL;
  342. INFOPLIST_FILE = gifImageDemo/Info.plist;
  343. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  344. PRODUCT_BUNDLE_IDENTIFIER = com.tiasn.gifImageDemo;
  345. PRODUCT_NAME = "$(TARGET_NAME)";
  346. };
  347. name = Debug;
  348. };
  349. 3592D2E41F1E13A400980923 /* Release */ = {
  350. isa = XCBuildConfiguration;
  351. baseConfigurationReference = E4F3E3B09890529D801DA2A7 /* Pods-gifImageDemo.release.xcconfig */;
  352. buildSettings = {
  353. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  354. DEVELOPMENT_TEAM = V36AU6RMWL;
  355. INFOPLIST_FILE = gifImageDemo/Info.plist;
  356. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  357. PRODUCT_BUNDLE_IDENTIFIER = com.tiasn.gifImageDemo;
  358. PRODUCT_NAME = "$(TARGET_NAME)";
  359. };
  360. name = Release;
  361. };
  362. /* End XCBuildConfiguration section */
  363. /* Begin XCConfigurationList section */
  364. 3592D2C61F1E13A400980923 /* Build configuration list for PBXProject "gifImageDemo" */ = {
  365. isa = XCConfigurationList;
  366. buildConfigurations = (
  367. 3592D2E01F1E13A400980923 /* Debug */,
  368. 3592D2E11F1E13A400980923 /* Release */,
  369. );
  370. defaultConfigurationIsVisible = 0;
  371. defaultConfigurationName = Release;
  372. };
  373. 3592D2E21F1E13A400980923 /* Build configuration list for PBXNativeTarget "gifImageDemo" */ = {
  374. isa = XCConfigurationList;
  375. buildConfigurations = (
  376. 3592D2E31F1E13A400980923 /* Debug */,
  377. 3592D2E41F1E13A400980923 /* Release */,
  378. );
  379. defaultConfigurationIsVisible = 0;
  380. };
  381. /* End XCConfigurationList section */
  382. };
  383. rootObject = 3592D2C31F1E13A400980923 /* Project object */;
  384. }