project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
  10. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; };
  11. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; };
  12. 504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; };
  13. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; };
  14. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; };
  15. 50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; };
  16. CD8D3FF72A527BDB00479A33 /* NativeCap.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8D3FF52A527BDB00479A33 /* NativeCap.swift */; };
  17. CD8D3FF82A527BDB00479A33 /* NativeCap.m in Sources */ = {isa = PBXBuildFile; fileRef = CD8D3FF62A527BDB00479A33 /* NativeCap.m */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXFileReference section */
  20. 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
  21. 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
  22. 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
  23. 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  24. 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  25. 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  27. 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
  29. CD41049A2A4B00140045FCBD /* App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "App-Bridging-Header.h"; sourceTree = "<group>"; };
  30. CD8D3FF52A527BDB00479A33 /* NativeCap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NativeCap.swift; sourceTree = "<group>"; };
  31. CD8D3FF62A527BDB00479A33 /* NativeCap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NativeCap.m; sourceTree = "<group>"; };
  32. /* End PBXFileReference section */
  33. /* Begin PBXFrameworksBuildPhase section */
  34. 504EC3011FED79650016851F /* Frameworks */ = {
  35. isa = PBXFrameworksBuildPhase;
  36. buildActionMask = 2147483647;
  37. files = (
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. 504EC2FB1FED79650016851F = {
  44. isa = PBXGroup;
  45. children = (
  46. 504EC3061FED79650016851F /* App */,
  47. 504EC3051FED79650016851F /* Products */,
  48. E0A8E19A8EE6AC3BB6BF7B85 /* Pods */,
  49. );
  50. sourceTree = "<group>";
  51. };
  52. 504EC3051FED79650016851F /* Products */ = {
  53. isa = PBXGroup;
  54. children = (
  55. 504EC3041FED79650016851F /* App.app */,
  56. );
  57. name = Products;
  58. sourceTree = "<group>";
  59. };
  60. 504EC3061FED79650016851F /* App */ = {
  61. isa = PBXGroup;
  62. children = (
  63. CD41049A2A4B00140045FCBD /* App-Bridging-Header.h */,
  64. 504EC3071FED79650016851F /* AppDelegate.swift */,
  65. 504EC30E1FED79650016851F /* Assets.xcassets */,
  66. 50379B222058CBB4000EE86E /* capacitor.config.json */,
  67. 2FAD9762203C412B000D30F8 /* config.xml */,
  68. 504EC3131FED79650016851F /* Info.plist */,
  69. 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
  70. 504EC30B1FED79650016851F /* Main.storyboard */,
  71. CD8D3FF62A527BDB00479A33 /* NativeCap.m */,
  72. CD8D3FF52A527BDB00479A33 /* NativeCap.swift */,
  73. 50B271D01FEDC1A000F3C39B /* public */,
  74. );
  75. path = App;
  76. sourceTree = "<group>";
  77. };
  78. E0A8E19A8EE6AC3BB6BF7B85 /* Pods */ = {
  79. isa = PBXGroup;
  80. children = (
  81. );
  82. path = Pods;
  83. sourceTree = "<group>";
  84. };
  85. /* End PBXGroup section */
  86. /* Begin PBXNativeTarget section */
  87. 504EC3031FED79650016851F /* App */ = {
  88. isa = PBXNativeTarget;
  89. buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
  90. buildPhases = (
  91. 504EC3001FED79650016851F /* Sources */,
  92. 504EC3011FED79650016851F /* Frameworks */,
  93. 504EC3021FED79650016851F /* Resources */,
  94. );
  95. buildRules = (
  96. );
  97. dependencies = (
  98. );
  99. name = App;
  100. productName = App;
  101. productReference = 504EC3041FED79650016851F /* App.app */;
  102. productType = "com.apple.product-type.application";
  103. };
  104. /* End PBXNativeTarget section */
  105. /* Begin PBXProject section */
  106. 504EC2FC1FED79650016851F /* Project object */ = {
  107. isa = PBXProject;
  108. attributes = {
  109. LastSwiftUpdateCheck = 0920;
  110. LastUpgradeCheck = 0920;
  111. TargetAttributes = {
  112. 504EC3031FED79650016851F = {
  113. CreatedOnToolsVersion = 9.2;
  114. LastSwiftMigration = 1430;
  115. ProvisioningStyle = Automatic;
  116. };
  117. };
  118. };
  119. buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
  120. compatibilityVersion = "Xcode 8.0";
  121. developmentRegion = en;
  122. hasScannedForEncodings = 0;
  123. knownRegions = (
  124. en,
  125. Base,
  126. );
  127. mainGroup = 504EC2FB1FED79650016851F;
  128. productRefGroup = 504EC3051FED79650016851F /* Products */;
  129. projectDirPath = "";
  130. projectRoot = "";
  131. targets = (
  132. 504EC3031FED79650016851F /* App */,
  133. );
  134. };
  135. /* End PBXProject section */
  136. /* Begin PBXResourcesBuildPhase section */
  137. 504EC3021FED79650016851F /* Resources */ = {
  138. isa = PBXResourcesBuildPhase;
  139. buildActionMask = 2147483647;
  140. files = (
  141. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
  142. 50B271D11FEDC1A000F3C39B /* public in Resources */,
  143. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
  144. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
  145. 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
  146. 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXResourcesBuildPhase section */
  151. /* Begin PBXSourcesBuildPhase section */
  152. 504EC3001FED79650016851F /* Sources */ = {
  153. isa = PBXSourcesBuildPhase;
  154. buildActionMask = 2147483647;
  155. files = (
  156. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
  157. CD8D3FF72A527BDB00479A33 /* NativeCap.swift in Sources */,
  158. CD8D3FF82A527BDB00479A33 /* NativeCap.m in Sources */,
  159. );
  160. runOnlyForDeploymentPostprocessing = 0;
  161. };
  162. /* End PBXSourcesBuildPhase section */
  163. /* Begin PBXVariantGroup section */
  164. 504EC30B1FED79650016851F /* Main.storyboard */ = {
  165. isa = PBXVariantGroup;
  166. children = (
  167. 504EC30C1FED79650016851F /* Base */,
  168. );
  169. name = Main.storyboard;
  170. sourceTree = "<group>";
  171. };
  172. 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
  173. isa = PBXVariantGroup;
  174. children = (
  175. 504EC3111FED79650016851F /* Base */,
  176. );
  177. name = LaunchScreen.storyboard;
  178. sourceTree = "<group>";
  179. };
  180. /* End PBXVariantGroup section */
  181. /* Begin XCBuildConfiguration section */
  182. 504EC3141FED79650016851F /* Debug */ = {
  183. isa = XCBuildConfiguration;
  184. buildSettings = {
  185. ALWAYS_SEARCH_USER_PATHS = NO;
  186. CLANG_ANALYZER_NONNULL = YES;
  187. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  188. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  189. CLANG_CXX_LIBRARY = "libc++";
  190. CLANG_ENABLE_MODULES = YES;
  191. CLANG_ENABLE_OBJC_ARC = YES;
  192. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  193. CLANG_WARN_BOOL_CONVERSION = YES;
  194. CLANG_WARN_COMMA = YES;
  195. CLANG_WARN_CONSTANT_CONVERSION = YES;
  196. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  197. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  198. CLANG_WARN_EMPTY_BODY = YES;
  199. CLANG_WARN_ENUM_CONVERSION = YES;
  200. CLANG_WARN_INFINITE_RECURSION = YES;
  201. CLANG_WARN_INT_CONVERSION = YES;
  202. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  203. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  204. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  205. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  206. CLANG_WARN_STRICT_PROTOTYPES = YES;
  207. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  208. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  209. CLANG_WARN_UNREACHABLE_CODE = YES;
  210. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  211. CODE_SIGN_IDENTITY = "iPhone Developer";
  212. COPY_PHASE_STRIP = NO;
  213. DEBUG_INFORMATION_FORMAT = dwarf;
  214. ENABLE_STRICT_OBJC_MSGSEND = YES;
  215. ENABLE_TESTABILITY = YES;
  216. GCC_C_LANGUAGE_STANDARD = gnu11;
  217. GCC_DYNAMIC_NO_PIC = NO;
  218. GCC_NO_COMMON_BLOCKS = YES;
  219. GCC_OPTIMIZATION_LEVEL = 0;
  220. GCC_PREPROCESSOR_DEFINITIONS = (
  221. "DEBUG=1",
  222. "$(inherited)",
  223. );
  224. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  225. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  226. GCC_WARN_UNDECLARED_SELECTOR = YES;
  227. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  228. GCC_WARN_UNUSED_FUNCTION = YES;
  229. GCC_WARN_UNUSED_VARIABLE = YES;
  230. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  231. MTL_ENABLE_DEBUG_INFO = YES;
  232. ONLY_ACTIVE_ARCH = YES;
  233. SDKROOT = iphoneos;
  234. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  235. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  236. };
  237. name = Debug;
  238. };
  239. 504EC3151FED79650016851F /* Release */ = {
  240. isa = XCBuildConfiguration;
  241. buildSettings = {
  242. ALWAYS_SEARCH_USER_PATHS = NO;
  243. CLANG_ANALYZER_NONNULL = YES;
  244. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  245. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  246. CLANG_CXX_LIBRARY = "libc++";
  247. CLANG_ENABLE_MODULES = YES;
  248. CLANG_ENABLE_OBJC_ARC = YES;
  249. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  250. CLANG_WARN_BOOL_CONVERSION = YES;
  251. CLANG_WARN_COMMA = YES;
  252. CLANG_WARN_CONSTANT_CONVERSION = YES;
  253. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  254. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  255. CLANG_WARN_EMPTY_BODY = YES;
  256. CLANG_WARN_ENUM_CONVERSION = YES;
  257. CLANG_WARN_INFINITE_RECURSION = YES;
  258. CLANG_WARN_INT_CONVERSION = YES;
  259. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  260. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  261. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  262. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  263. CLANG_WARN_STRICT_PROTOTYPES = YES;
  264. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  265. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  266. CLANG_WARN_UNREACHABLE_CODE = YES;
  267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  268. CODE_SIGN_IDENTITY = "iPhone Developer";
  269. COPY_PHASE_STRIP = NO;
  270. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  271. ENABLE_NS_ASSERTIONS = NO;
  272. ENABLE_STRICT_OBJC_MSGSEND = YES;
  273. GCC_C_LANGUAGE_STANDARD = gnu11;
  274. GCC_NO_COMMON_BLOCKS = YES;
  275. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  276. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  277. GCC_WARN_UNDECLARED_SELECTOR = YES;
  278. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  279. GCC_WARN_UNUSED_FUNCTION = YES;
  280. GCC_WARN_UNUSED_VARIABLE = YES;
  281. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  282. MTL_ENABLE_DEBUG_INFO = NO;
  283. SDKROOT = iphoneos;
  284. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  285. VALIDATE_PRODUCT = YES;
  286. };
  287. name = Release;
  288. };
  289. 504EC3171FED79650016851F /* Debug */ = {
  290. isa = XCBuildConfiguration;
  291. buildSettings = {
  292. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  293. CLANG_ENABLE_MODULES = YES;
  294. CODE_SIGN_STYLE = Automatic;
  295. CURRENT_PROJECT_VERSION = 1;
  296. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  297. INFOPLIST_FILE = App/Info.plist;
  298. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  299. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  300. MARKETING_VERSION = 1.0;
  301. OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
  302. PRODUCT_BUNDLE_IDENTIFIER = io.ionic.examplecode;
  303. PRODUCT_NAME = "$(TARGET_NAME)";
  304. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  305. SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
  306. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  307. SWIFT_VERSION = 5.0;
  308. TARGETED_DEVICE_FAMILY = "1,2";
  309. };
  310. name = Debug;
  311. };
  312. 504EC3181FED79650016851F /* Release */ = {
  313. isa = XCBuildConfiguration;
  314. buildSettings = {
  315. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  316. CLANG_ENABLE_MODULES = YES;
  317. CODE_SIGN_STYLE = Automatic;
  318. CURRENT_PROJECT_VERSION = 1;
  319. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  320. INFOPLIST_FILE = App/Info.plist;
  321. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  322. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  323. MARKETING_VERSION = 1.0;
  324. PRODUCT_BUNDLE_IDENTIFIER = io.ionic.examplecode;
  325. PRODUCT_NAME = "$(TARGET_NAME)";
  326. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
  327. SWIFT_OBJC_BRIDGING_HEADER = "App/App-Bridging-Header.h";
  328. SWIFT_VERSION = 5.0;
  329. TARGETED_DEVICE_FAMILY = "1,2";
  330. };
  331. name = Release;
  332. };
  333. /* End XCBuildConfiguration section */
  334. /* Begin XCConfigurationList section */
  335. 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
  336. isa = XCConfigurationList;
  337. buildConfigurations = (
  338. 504EC3141FED79650016851F /* Debug */,
  339. 504EC3151FED79650016851F /* Release */,
  340. );
  341. defaultConfigurationIsVisible = 0;
  342. defaultConfigurationName = Release;
  343. };
  344. 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
  345. isa = XCConfigurationList;
  346. buildConfigurations = (
  347. 504EC3171FED79650016851F /* Debug */,
  348. 504EC3181FED79650016851F /* Release */,
  349. );
  350. defaultConfigurationIsVisible = 0;
  351. defaultConfigurationName = Release;
  352. };
  353. /* End XCConfigurationList section */
  354. };
  355. rootObject = 504EC2FC1FED79650016851F /* Project object */;
  356. }