project.pbxproj 14 KB

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