project.pbxproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. 05A46BD71CC9B2BE007BDB33 /* FrameworkMaker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FrameworkMaker.app; sourceTree = BUILT_PRODUCTS_DIR; };
  10. 784BA73523D9E621003FCA76 /* FrameworkMaker.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FrameworkMaker.entitlements; sourceTree = "<group>"; };
  11. /* End PBXFileReference section */
  12. /* Begin PBXFrameworksBuildPhase section */
  13. 05A46BD41CC9B2BE007BDB33 /* Frameworks */ = {
  14. isa = PBXFrameworksBuildPhase;
  15. buildActionMask = 2147483647;
  16. files = (
  17. );
  18. runOnlyForDeploymentPostprocessing = 0;
  19. };
  20. /* End PBXFrameworksBuildPhase section */
  21. /* Begin PBXGroup section */
  22. 05A46BCE1CC9B2BE007BDB33 = {
  23. isa = PBXGroup;
  24. children = (
  25. 784BA73523D9E621003FCA76 /* FrameworkMaker.entitlements */,
  26. 05A46BD81CC9B2BE007BDB33 /* Products */,
  27. );
  28. sourceTree = "<group>";
  29. };
  30. 05A46BD81CC9B2BE007BDB33 /* Products */ = {
  31. isa = PBXGroup;
  32. children = (
  33. 05A46BD71CC9B2BE007BDB33 /* FrameworkMaker.app */,
  34. );
  35. name = Products;
  36. sourceTree = "<group>";
  37. };
  38. /* End PBXGroup section */
  39. /* Begin PBXNativeTarget section */
  40. 05A46BD61CC9B2BE007BDB33 /* FrameworkMaker */ = {
  41. isa = PBXNativeTarget;
  42. buildConfigurationList = 05A46BEE1CC9B2BE007BDB33 /* Build configuration list for PBXNativeTarget "FrameworkMaker" */;
  43. buildPhases = (
  44. 05A46BD31CC9B2BE007BDB33 /* Sources */,
  45. 05A46BD41CC9B2BE007BDB33 /* Frameworks */,
  46. 05A46BD51CC9B2BE007BDB33 /* Resources */,
  47. );
  48. buildRules = (
  49. );
  50. dependencies = (
  51. );
  52. name = FrameworkMaker;
  53. productName = FrameworkMaker;
  54. productReference = 05A46BD71CC9B2BE007BDB33 /* FrameworkMaker.app */;
  55. productType = "com.apple.product-type.application";
  56. };
  57. /* End PBXNativeTarget section */
  58. /* Begin PBXProject section */
  59. 05A46BCF1CC9B2BE007BDB33 /* Project object */ = {
  60. isa = PBXProject;
  61. attributes = {
  62. LastUpgradeCheck = 0730;
  63. ORGANIZATIONNAME = "Google, Inc.";
  64. TargetAttributes = {
  65. 05A46BD61CC9B2BE007BDB33 = {
  66. CreatedOnToolsVersion = 7.3;
  67. };
  68. };
  69. };
  70. buildConfigurationList = 05A46BD21CC9B2BE007BDB33 /* Build configuration list for PBXProject "FrameworkMaker" */;
  71. compatibilityVersion = "Xcode 3.2";
  72. developmentRegion = English;
  73. hasScannedForEncodings = 0;
  74. knownRegions = (
  75. English,
  76. en,
  77. Base,
  78. );
  79. mainGroup = 05A46BCE1CC9B2BE007BDB33;
  80. productRefGroup = 05A46BD81CC9B2BE007BDB33 /* Products */;
  81. projectDirPath = "";
  82. projectRoot = "";
  83. targets = (
  84. 05A46BD61CC9B2BE007BDB33 /* FrameworkMaker */,
  85. );
  86. };
  87. /* End PBXProject section */
  88. /* Begin PBXResourcesBuildPhase section */
  89. 05A46BD51CC9B2BE007BDB33 /* Resources */ = {
  90. isa = PBXResourcesBuildPhase;
  91. buildActionMask = 2147483647;
  92. files = (
  93. );
  94. runOnlyForDeploymentPostprocessing = 0;
  95. };
  96. /* End PBXResourcesBuildPhase section */
  97. /* Begin PBXSourcesBuildPhase section */
  98. 05A46BD31CC9B2BE007BDB33 /* Sources */ = {
  99. isa = PBXSourcesBuildPhase;
  100. buildActionMask = 2147483647;
  101. files = (
  102. );
  103. runOnlyForDeploymentPostprocessing = 0;
  104. };
  105. /* End PBXSourcesBuildPhase section */
  106. /* Begin XCBuildConfiguration section */
  107. 05A46BEC1CC9B2BE007BDB33 /* Debug */ = {
  108. isa = XCBuildConfiguration;
  109. buildSettings = {
  110. ALWAYS_SEARCH_USER_PATHS = NO;
  111. CLANG_ANALYZER_NONNULL = YES;
  112. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  113. CLANG_CXX_LIBRARY = "libc++";
  114. CLANG_ENABLE_MODULES = YES;
  115. CLANG_ENABLE_OBJC_ARC = YES;
  116. CLANG_WARN_BOOL_CONVERSION = YES;
  117. CLANG_WARN_CONSTANT_CONVERSION = YES;
  118. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  119. CLANG_WARN_EMPTY_BODY = YES;
  120. CLANG_WARN_ENUM_CONVERSION = YES;
  121. CLANG_WARN_INT_CONVERSION = YES;
  122. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  123. CLANG_WARN_UNREACHABLE_CODE = YES;
  124. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  125. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  126. COPY_PHASE_STRIP = NO;
  127. DEBUG_INFORMATION_FORMAT = dwarf;
  128. ENABLE_STRICT_OBJC_MSGSEND = YES;
  129. ENABLE_TESTABILITY = YES;
  130. GCC_C_LANGUAGE_STANDARD = gnu99;
  131. GCC_DYNAMIC_NO_PIC = NO;
  132. GCC_NO_COMMON_BLOCKS = YES;
  133. GCC_OPTIMIZATION_LEVEL = 0;
  134. GCC_PREPROCESSOR_DEFINITIONS = (
  135. "DEBUG=1",
  136. "$(inherited)",
  137. );
  138. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  139. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  140. GCC_WARN_UNDECLARED_SELECTOR = YES;
  141. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  142. GCC_WARN_UNUSED_FUNCTION = YES;
  143. GCC_WARN_UNUSED_VARIABLE = YES;
  144. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  145. MTL_ENABLE_DEBUG_INFO = YES;
  146. ONLY_ACTIVE_ARCH = YES;
  147. SDKROOT = iphoneos;
  148. VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64 x86_64h i386";
  149. };
  150. name = Debug;
  151. };
  152. 05A46BED1CC9B2BE007BDB33 /* Release */ = {
  153. isa = XCBuildConfiguration;
  154. buildSettings = {
  155. ALWAYS_SEARCH_USER_PATHS = NO;
  156. CLANG_ANALYZER_NONNULL = YES;
  157. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  158. CLANG_CXX_LIBRARY = "libc++";
  159. CLANG_ENABLE_MODULES = YES;
  160. CLANG_ENABLE_OBJC_ARC = YES;
  161. CLANG_WARN_BOOL_CONVERSION = YES;
  162. CLANG_WARN_CONSTANT_CONVERSION = YES;
  163. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  164. CLANG_WARN_EMPTY_BODY = YES;
  165. CLANG_WARN_ENUM_CONVERSION = YES;
  166. CLANG_WARN_INT_CONVERSION = YES;
  167. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  168. CLANG_WARN_UNREACHABLE_CODE = YES;
  169. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  170. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  171. COPY_PHASE_STRIP = NO;
  172. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  173. ENABLE_NS_ASSERTIONS = NO;
  174. ENABLE_STRICT_OBJC_MSGSEND = YES;
  175. GCC_C_LANGUAGE_STANDARD = gnu99;
  176. GCC_NO_COMMON_BLOCKS = YES;
  177. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  178. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  179. GCC_WARN_UNDECLARED_SELECTOR = YES;
  180. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  181. GCC_WARN_UNUSED_FUNCTION = YES;
  182. GCC_WARN_UNUSED_VARIABLE = YES;
  183. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  184. MTL_ENABLE_DEBUG_INFO = NO;
  185. SDKROOT = iphoneos;
  186. VALIDATE_PRODUCT = YES;
  187. VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64 x86_64h i386";
  188. };
  189. name = Release;
  190. };
  191. 05A46BEF1CC9B2BE007BDB33 /* Debug */ = {
  192. isa = XCBuildConfiguration;
  193. buildSettings = {
  194. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  195. CODE_SIGN_ENTITLEMENTS = FrameworkMaker.entitlements;
  196. DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
  197. INFOPLIST_FILE = Info.plist;
  198. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  199. PRODUCT_BUNDLE_IDENTIFIER = google.FrameworkMaker;
  200. PRODUCT_NAME = "$(TARGET_NAME)";
  201. SUPPORTS_MACCATALYST = YES;
  202. TARGETED_DEVICE_FAMILY = "1,2";
  203. };
  204. name = Debug;
  205. };
  206. 05A46BF01CC9B2BE007BDB33 /* Release */ = {
  207. isa = XCBuildConfiguration;
  208. buildSettings = {
  209. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  210. CODE_SIGN_ENTITLEMENTS = FrameworkMaker.entitlements;
  211. DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
  212. INFOPLIST_FILE = Info.plist;
  213. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  214. PRODUCT_BUNDLE_IDENTIFIER = google.FrameworkMaker;
  215. PRODUCT_NAME = "$(TARGET_NAME)";
  216. SUPPORTS_MACCATALYST = YES;
  217. TARGETED_DEVICE_FAMILY = "1,2";
  218. };
  219. name = Release;
  220. };
  221. /* End XCBuildConfiguration section */
  222. /* Begin XCConfigurationList section */
  223. 05A46BD21CC9B2BE007BDB33 /* Build configuration list for PBXProject "FrameworkMaker" */ = {
  224. isa = XCConfigurationList;
  225. buildConfigurations = (
  226. 05A46BEC1CC9B2BE007BDB33 /* Debug */,
  227. 05A46BED1CC9B2BE007BDB33 /* Release */,
  228. );
  229. defaultConfigurationIsVisible = 0;
  230. defaultConfigurationName = Release;
  231. };
  232. 05A46BEE1CC9B2BE007BDB33 /* Build configuration list for PBXNativeTarget "FrameworkMaker" */ = {
  233. isa = XCConfigurationList;
  234. buildConfigurations = (
  235. 05A46BEF1CC9B2BE007BDB33 /* Debug */,
  236. 05A46BF01CC9B2BE007BDB33 /* Release */,
  237. );
  238. defaultConfigurationIsVisible = 0;
  239. defaultConfigurationName = Release;
  240. };
  241. /* End XCConfigurationList section */
  242. };
  243. rootObject = 05A46BCF1CC9B2BE007BDB33 /* Project object */;
  244. }