No Description

project.pbxproj 8.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6FB6F0DD1D8CE22100D9AE37 /* RNIdle.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6FB6F0DC1D8CE22100D9AE37 /* RNIdle.h */; };
  10. 6FB6F0DF1D8CE22100D9AE37 /* RNIdle.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FB6F0DE1D8CE22100D9AE37 /* RNIdle.m */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXCopyFilesBuildPhase section */
  13. 6FB6F0D71D8CE22100D9AE37 /* CopyFiles */ = {
  14. isa = PBXCopyFilesBuildPhase;
  15. buildActionMask = 2147483647;
  16. dstPath = "include/$(PRODUCT_NAME)";
  17. dstSubfolderSpec = 16;
  18. files = (
  19. 6FB6F0DD1D8CE22100D9AE37 /* RNIdle.h in CopyFiles */,
  20. );
  21. runOnlyForDeploymentPostprocessing = 0;
  22. };
  23. /* End PBXCopyFilesBuildPhase section */
  24. /* Begin PBXFileReference section */
  25. 6FB6F0D91D8CE22100D9AE37 /* libRNIdle.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNIdle.a; sourceTree = BUILT_PRODUCTS_DIR; };
  26. 6FB6F0DC1D8CE22100D9AE37 /* RNIdle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNIdle.h; sourceTree = "<group>"; };
  27. 6FB6F0DE1D8CE22100D9AE37 /* RNIdle.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNIdle.m; sourceTree = "<group>"; };
  28. /* End PBXFileReference section */
  29. /* Begin PBXFrameworksBuildPhase section */
  30. 6FB6F0D61D8CE22100D9AE37 /* Frameworks */ = {
  31. isa = PBXFrameworksBuildPhase;
  32. buildActionMask = 2147483647;
  33. files = (
  34. );
  35. runOnlyForDeploymentPostprocessing = 0;
  36. };
  37. /* End PBXFrameworksBuildPhase section */
  38. /* Begin PBXGroup section */
  39. 6FB6F0D01D8CE22100D9AE37 = {
  40. isa = PBXGroup;
  41. children = (
  42. 6FB6F0DB1D8CE22100D9AE37 /* RNIdle */,
  43. 6FB6F0DA1D8CE22100D9AE37 /* Products */,
  44. );
  45. sourceTree = "<group>";
  46. };
  47. 6FB6F0DA1D8CE22100D9AE37 /* Products */ = {
  48. isa = PBXGroup;
  49. children = (
  50. 6FB6F0D91D8CE22100D9AE37 /* libRNIdle.a */,
  51. );
  52. name = Products;
  53. sourceTree = "<group>";
  54. };
  55. 6FB6F0DB1D8CE22100D9AE37 /* RNIdle */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 6FB6F0DC1D8CE22100D9AE37 /* RNIdle.h */,
  59. 6FB6F0DE1D8CE22100D9AE37 /* RNIdle.m */,
  60. );
  61. path = RNIdle;
  62. sourceTree = "<group>";
  63. };
  64. /* End PBXGroup section */
  65. /* Begin PBXNativeTarget section */
  66. 6FB6F0D81D8CE22100D9AE37 /* RNIdle */ = {
  67. isa = PBXNativeTarget;
  68. buildConfigurationList = 6FB6F0E21D8CE22100D9AE37 /* Build configuration list for PBXNativeTarget "RNIdle" */;
  69. buildPhases = (
  70. 6FB6F0D51D8CE22100D9AE37 /* Sources */,
  71. 6FB6F0D61D8CE22100D9AE37 /* Frameworks */,
  72. 6FB6F0D71D8CE22100D9AE37 /* CopyFiles */,
  73. );
  74. buildRules = (
  75. );
  76. dependencies = (
  77. );
  78. name = RNIdle;
  79. productName = RNIdle;
  80. productReference = 6FB6F0D91D8CE22100D9AE37 /* libRNIdle.a */;
  81. productType = "com.apple.product-type.library.static";
  82. };
  83. /* End PBXNativeTarget section */
  84. /* Begin PBXProject section */
  85. 6FB6F0D11D8CE22100D9AE37 /* Project object */ = {
  86. isa = PBXProject;
  87. attributes = {
  88. LastUpgradeCheck = 0730;
  89. ORGANIZATIONNAME = lcj;
  90. TargetAttributes = {
  91. 6FB6F0D81D8CE22100D9AE37 = {
  92. CreatedOnToolsVersion = 7.3;
  93. };
  94. };
  95. };
  96. buildConfigurationList = 6FB6F0D41D8CE22100D9AE37 /* Build configuration list for PBXProject "RNIdle" */;
  97. compatibilityVersion = "Xcode 3.2";
  98. developmentRegion = English;
  99. hasScannedForEncodings = 0;
  100. knownRegions = (
  101. en,
  102. );
  103. mainGroup = 6FB6F0D01D8CE22100D9AE37;
  104. productRefGroup = 6FB6F0DA1D8CE22100D9AE37 /* Products */;
  105. projectDirPath = "";
  106. projectRoot = "";
  107. targets = (
  108. 6FB6F0D81D8CE22100D9AE37 /* RNIdle */,
  109. );
  110. };
  111. /* End PBXProject section */
  112. /* Begin PBXSourcesBuildPhase section */
  113. 6FB6F0D51D8CE22100D9AE37 /* Sources */ = {
  114. isa = PBXSourcesBuildPhase;
  115. buildActionMask = 2147483647;
  116. files = (
  117. 6FB6F0DF1D8CE22100D9AE37 /* RNIdle.m in Sources */,
  118. );
  119. runOnlyForDeploymentPostprocessing = 0;
  120. };
  121. /* End PBXSourcesBuildPhase section */
  122. /* Begin XCBuildConfiguration section */
  123. 6FB6F0E01D8CE22100D9AE37 /* Debug */ = {
  124. isa = XCBuildConfiguration;
  125. buildSettings = {
  126. ALWAYS_SEARCH_USER_PATHS = NO;
  127. CLANG_ANALYZER_NONNULL = YES;
  128. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  129. CLANG_CXX_LIBRARY = "libc++";
  130. CLANG_ENABLE_MODULES = YES;
  131. CLANG_ENABLE_OBJC_ARC = YES;
  132. CLANG_WARN_BOOL_CONVERSION = YES;
  133. CLANG_WARN_CONSTANT_CONVERSION = YES;
  134. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  135. CLANG_WARN_EMPTY_BODY = YES;
  136. CLANG_WARN_ENUM_CONVERSION = YES;
  137. CLANG_WARN_INT_CONVERSION = YES;
  138. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  139. CLANG_WARN_UNREACHABLE_CODE = YES;
  140. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  141. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  142. COPY_PHASE_STRIP = NO;
  143. DEBUG_INFORMATION_FORMAT = dwarf;
  144. ENABLE_STRICT_OBJC_MSGSEND = YES;
  145. ENABLE_TESTABILITY = YES;
  146. GCC_C_LANGUAGE_STANDARD = gnu99;
  147. GCC_DYNAMIC_NO_PIC = NO;
  148. GCC_NO_COMMON_BLOCKS = YES;
  149. GCC_OPTIMIZATION_LEVEL = 0;
  150. GCC_PREPROCESSOR_DEFINITIONS = (
  151. "DEBUG=1",
  152. "$(inherited)",
  153. );
  154. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  155. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  156. GCC_WARN_UNDECLARED_SELECTOR = YES;
  157. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  158. GCC_WARN_UNUSED_FUNCTION = YES;
  159. GCC_WARN_UNUSED_VARIABLE = YES;
  160. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  161. MTL_ENABLE_DEBUG_INFO = YES;
  162. ONLY_ACTIVE_ARCH = YES;
  163. SDKROOT = iphoneos;
  164. };
  165. name = Debug;
  166. };
  167. 6FB6F0E11D8CE22100D9AE37 /* Release */ = {
  168. isa = XCBuildConfiguration;
  169. buildSettings = {
  170. ALWAYS_SEARCH_USER_PATHS = NO;
  171. CLANG_ANALYZER_NONNULL = YES;
  172. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  173. CLANG_CXX_LIBRARY = "libc++";
  174. CLANG_ENABLE_MODULES = YES;
  175. CLANG_ENABLE_OBJC_ARC = YES;
  176. CLANG_WARN_BOOL_CONVERSION = YES;
  177. CLANG_WARN_CONSTANT_CONVERSION = YES;
  178. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  179. CLANG_WARN_EMPTY_BODY = YES;
  180. CLANG_WARN_ENUM_CONVERSION = YES;
  181. CLANG_WARN_INT_CONVERSION = YES;
  182. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  183. CLANG_WARN_UNREACHABLE_CODE = YES;
  184. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  185. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  186. COPY_PHASE_STRIP = NO;
  187. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  188. ENABLE_NS_ASSERTIONS = NO;
  189. ENABLE_STRICT_OBJC_MSGSEND = YES;
  190. GCC_C_LANGUAGE_STANDARD = gnu99;
  191. GCC_NO_COMMON_BLOCKS = YES;
  192. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  193. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  194. GCC_WARN_UNDECLARED_SELECTOR = YES;
  195. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  196. GCC_WARN_UNUSED_FUNCTION = YES;
  197. GCC_WARN_UNUSED_VARIABLE = YES;
  198. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  199. MTL_ENABLE_DEBUG_INFO = NO;
  200. SDKROOT = iphoneos;
  201. VALIDATE_PRODUCT = YES;
  202. };
  203. name = Release;
  204. };
  205. 6FB6F0E31D8CE22100D9AE37 /* Debug */ = {
  206. isa = XCBuildConfiguration;
  207. buildSettings = {
  208. HEADER_SEARCH_PATHS = (
  209. "$(SRCROOT)/../../../node_modules/react-native/React",
  210. "$(SRCROOT)/../react-native/React",
  211. "$(SRCROOT)/node_modules/react-native/React",
  212. "$(inherited)",
  213. "$(SRCROOT)/../../React/**",
  214. );
  215. OTHER_LDFLAGS = "-ObjC";
  216. PRODUCT_NAME = "$(TARGET_NAME)";
  217. SKIP_INSTALL = YES;
  218. };
  219. name = Debug;
  220. };
  221. 6FB6F0E41D8CE22100D9AE37 /* Release */ = {
  222. isa = XCBuildConfiguration;
  223. buildSettings = {
  224. HEADER_SEARCH_PATHS = (
  225. "$(SRCROOT)/../../../node_modules/react-native/React",
  226. "$(SRCROOT)/../react-native/React",
  227. "$(SRCROOT)/node_modules/react-native/React",
  228. "$(inherited)",
  229. "$(SRCROOT)/../../React/**",
  230. );
  231. OTHER_LDFLAGS = "-ObjC";
  232. PRODUCT_NAME = "$(TARGET_NAME)";
  233. SKIP_INSTALL = YES;
  234. };
  235. name = Release;
  236. };
  237. /* End XCBuildConfiguration section */
  238. /* Begin XCConfigurationList section */
  239. 6FB6F0D41D8CE22100D9AE37 /* Build configuration list for PBXProject "RNIdle" */ = {
  240. isa = XCConfigurationList;
  241. buildConfigurations = (
  242. 6FB6F0E01D8CE22100D9AE37 /* Debug */,
  243. 6FB6F0E11D8CE22100D9AE37 /* Release */,
  244. );
  245. defaultConfigurationIsVisible = 0;
  246. defaultConfigurationName = Release;
  247. };
  248. 6FB6F0E21D8CE22100D9AE37 /* Build configuration list for PBXNativeTarget "RNIdle" */ = {
  249. isa = XCConfigurationList;
  250. buildConfigurations = (
  251. 6FB6F0E31D8CE22100D9AE37 /* Debug */,
  252. 6FB6F0E41D8CE22100D9AE37 /* Release */,
  253. );
  254. defaultConfigurationIsVisible = 0;
  255. };
  256. /* End XCConfigurationList section */
  257. };
  258. rootObject = 6FB6F0D11D8CE22100D9AE37 /* Project object */;
  259. }