Нет описания

project.pbxproj 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1EDEF1D527C21110006F183C /* HealthKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EDEF1D427C21110006F183C /* HealthKit.framework */; };
  10. 2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; };
  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. A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXFileReference section */
  20. 1EDEF1D327C21110006F183C /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
  21. 1EDEF1D427C21110006F183C /* HealthKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HealthKit.framework; path = System/Library/Frameworks/HealthKit.framework; sourceTree = SDKROOT; };
  22. 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
  23. 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
  24. 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
  25. 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  26. 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  27. 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  28. 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  29. 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  30. 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
  31. AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  32. AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
  33. FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 504EC3011FED79650016851F /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */,
  41. 1EDEF1D527C21110006F183C /* HealthKit.framework in Frameworks */,
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. /* End PBXFrameworksBuildPhase section */
  46. /* Begin PBXGroup section */
  47. 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
  48. isa = PBXGroup;
  49. children = (
  50. 1EDEF1D427C21110006F183C /* HealthKit.framework */,
  51. AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
  52. );
  53. name = Frameworks;
  54. sourceTree = "<group>";
  55. };
  56. 504EC2FB1FED79650016851F = {
  57. isa = PBXGroup;
  58. children = (
  59. 504EC3061FED79650016851F /* App */,
  60. 504EC3051FED79650016851F /* Products */,
  61. 7F8756D8B27F46E3366F6CEA /* Pods */,
  62. 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */,
  63. );
  64. sourceTree = "<group>";
  65. };
  66. 504EC3051FED79650016851F /* Products */ = {
  67. isa = PBXGroup;
  68. children = (
  69. 504EC3041FED79650016851F /* App.app */,
  70. );
  71. name = Products;
  72. sourceTree = "<group>";
  73. };
  74. 504EC3061FED79650016851F /* App */ = {
  75. isa = PBXGroup;
  76. children = (
  77. 1EDEF1D327C21110006F183C /* App.entitlements */,
  78. 50379B222058CBB4000EE86E /* capacitor.config.json */,
  79. 504EC3071FED79650016851F /* AppDelegate.swift */,
  80. 504EC30B1FED79650016851F /* Main.storyboard */,
  81. 504EC30E1FED79650016851F /* Assets.xcassets */,
  82. 504EC3101FED79650016851F /* LaunchScreen.storyboard */,
  83. 504EC3131FED79650016851F /* Info.plist */,
  84. 2FAD9762203C412B000D30F8 /* config.xml */,
  85. 50B271D01FEDC1A000F3C39B /* public */,
  86. );
  87. path = App;
  88. sourceTree = "<group>";
  89. };
  90. 7F8756D8B27F46E3366F6CEA /* Pods */ = {
  91. isa = PBXGroup;
  92. children = (
  93. FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */,
  94. AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */,
  95. );
  96. name = Pods;
  97. sourceTree = "<group>";
  98. };
  99. /* End PBXGroup section */
  100. /* Begin PBXNativeTarget section */
  101. 504EC3031FED79650016851F /* App */ = {
  102. isa = PBXNativeTarget;
  103. buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */;
  104. buildPhases = (
  105. 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */,
  106. 504EC3001FED79650016851F /* Sources */,
  107. 504EC3011FED79650016851F /* Frameworks */,
  108. 504EC3021FED79650016851F /* Resources */,
  109. 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */,
  110. );
  111. buildRules = (
  112. );
  113. dependencies = (
  114. );
  115. name = App;
  116. productName = App;
  117. productReference = 504EC3041FED79650016851F /* App.app */;
  118. productType = "com.apple.product-type.application";
  119. };
  120. /* End PBXNativeTarget section */
  121. /* Begin PBXProject section */
  122. 504EC2FC1FED79650016851F /* Project object */ = {
  123. isa = PBXProject;
  124. attributes = {
  125. LastSwiftUpdateCheck = 0920;
  126. LastUpgradeCheck = 0920;
  127. TargetAttributes = {
  128. 504EC3031FED79650016851F = {
  129. CreatedOnToolsVersion = 9.2;
  130. LastSwiftMigration = 1100;
  131. ProvisioningStyle = Automatic;
  132. };
  133. };
  134. };
  135. buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */;
  136. compatibilityVersion = "Xcode 8.0";
  137. developmentRegion = en;
  138. hasScannedForEncodings = 0;
  139. knownRegions = (
  140. en,
  141. Base,
  142. );
  143. mainGroup = 504EC2FB1FED79650016851F;
  144. productRefGroup = 504EC3051FED79650016851F /* Products */;
  145. projectDirPath = "";
  146. projectRoot = "";
  147. targets = (
  148. 504EC3031FED79650016851F /* App */,
  149. );
  150. };
  151. /* End PBXProject section */
  152. /* Begin PBXResourcesBuildPhase section */
  153. 504EC3021FED79650016851F /* Resources */ = {
  154. isa = PBXResourcesBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */,
  158. 50B271D11FEDC1A000F3C39B /* public in Resources */,
  159. 504EC30F1FED79650016851F /* Assets.xcassets in Resources */,
  160. 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */,
  161. 504EC30D1FED79650016851F /* Main.storyboard in Resources */,
  162. 2FAD9763203C412B000D30F8 /* config.xml in Resources */,
  163. );
  164. runOnlyForDeploymentPostprocessing = 0;
  165. };
  166. /* End PBXResourcesBuildPhase section */
  167. /* Begin PBXShellScriptBuildPhase section */
  168. 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = {
  169. isa = PBXShellScriptBuildPhase;
  170. buildActionMask = 2147483647;
  171. files = (
  172. );
  173. inputPaths = (
  174. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  175. "${PODS_ROOT}/Manifest.lock",
  176. );
  177. name = "[CP] Check Pods Manifest.lock";
  178. outputPaths = (
  179. "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt",
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. shellPath = /bin/sh;
  183. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  184. showEnvVarsInLog = 0;
  185. };
  186. 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = {
  187. isa = PBXShellScriptBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. );
  191. inputPaths = (
  192. );
  193. name = "[CP] Embed Pods Frameworks";
  194. outputPaths = (
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. shellPath = /bin/sh;
  198. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n";
  199. showEnvVarsInLog = 0;
  200. };
  201. /* End PBXShellScriptBuildPhase section */
  202. /* Begin PBXSourcesBuildPhase section */
  203. 504EC3001FED79650016851F /* Sources */ = {
  204. isa = PBXSourcesBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. 504EC3081FED79650016851F /* AppDelegate.swift in Sources */,
  208. );
  209. runOnlyForDeploymentPostprocessing = 0;
  210. };
  211. /* End PBXSourcesBuildPhase section */
  212. /* Begin PBXVariantGroup section */
  213. 504EC30B1FED79650016851F /* Main.storyboard */ = {
  214. isa = PBXVariantGroup;
  215. children = (
  216. 504EC30C1FED79650016851F /* Base */,
  217. );
  218. name = Main.storyboard;
  219. sourceTree = "<group>";
  220. };
  221. 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = {
  222. isa = PBXVariantGroup;
  223. children = (
  224. 504EC3111FED79650016851F /* Base */,
  225. );
  226. name = LaunchScreen.storyboard;
  227. sourceTree = "<group>";
  228. };
  229. /* End PBXVariantGroup section */
  230. /* Begin XCBuildConfiguration section */
  231. 504EC3141FED79650016851F /* Debug */ = {
  232. isa = XCBuildConfiguration;
  233. buildSettings = {
  234. ALWAYS_SEARCH_USER_PATHS = NO;
  235. CLANG_ANALYZER_NONNULL = YES;
  236. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  237. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  238. CLANG_CXX_LIBRARY = "libc++";
  239. CLANG_ENABLE_MODULES = YES;
  240. CLANG_ENABLE_OBJC_ARC = YES;
  241. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  242. CLANG_WARN_BOOL_CONVERSION = YES;
  243. CLANG_WARN_COMMA = YES;
  244. CLANG_WARN_CONSTANT_CONVERSION = YES;
  245. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  246. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  247. CLANG_WARN_EMPTY_BODY = YES;
  248. CLANG_WARN_ENUM_CONVERSION = YES;
  249. CLANG_WARN_INFINITE_RECURSION = YES;
  250. CLANG_WARN_INT_CONVERSION = YES;
  251. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  252. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  253. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  254. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  255. CLANG_WARN_STRICT_PROTOTYPES = YES;
  256. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  257. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  258. CLANG_WARN_UNREACHABLE_CODE = YES;
  259. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  260. CODE_SIGN_IDENTITY = "iPhone Developer";
  261. COPY_PHASE_STRIP = NO;
  262. DEBUG_INFORMATION_FORMAT = dwarf;
  263. ENABLE_STRICT_OBJC_MSGSEND = YES;
  264. ENABLE_TESTABILITY = YES;
  265. GCC_C_LANGUAGE_STANDARD = gnu11;
  266. GCC_DYNAMIC_NO_PIC = NO;
  267. GCC_NO_COMMON_BLOCKS = YES;
  268. GCC_OPTIMIZATION_LEVEL = 0;
  269. GCC_PREPROCESSOR_DEFINITIONS = (
  270. "DEBUG=1",
  271. "$(inherited)",
  272. );
  273. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  274. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  275. GCC_WARN_UNDECLARED_SELECTOR = YES;
  276. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  277. GCC_WARN_UNUSED_FUNCTION = YES;
  278. GCC_WARN_UNUSED_VARIABLE = YES;
  279. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  280. MTL_ENABLE_DEBUG_INFO = YES;
  281. ONLY_ACTIVE_ARCH = YES;
  282. SDKROOT = iphoneos;
  283. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  284. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  285. };
  286. name = Debug;
  287. };
  288. 504EC3151FED79650016851F /* Release */ = {
  289. isa = XCBuildConfiguration;
  290. buildSettings = {
  291. ALWAYS_SEARCH_USER_PATHS = NO;
  292. CLANG_ANALYZER_NONNULL = YES;
  293. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  294. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  295. CLANG_CXX_LIBRARY = "libc++";
  296. CLANG_ENABLE_MODULES = YES;
  297. CLANG_ENABLE_OBJC_ARC = YES;
  298. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  299. CLANG_WARN_BOOL_CONVERSION = YES;
  300. CLANG_WARN_COMMA = YES;
  301. CLANG_WARN_CONSTANT_CONVERSION = YES;
  302. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  303. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  304. CLANG_WARN_EMPTY_BODY = YES;
  305. CLANG_WARN_ENUM_CONVERSION = YES;
  306. CLANG_WARN_INFINITE_RECURSION = YES;
  307. CLANG_WARN_INT_CONVERSION = YES;
  308. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  309. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  310. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  311. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  312. CLANG_WARN_STRICT_PROTOTYPES = YES;
  313. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  314. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  315. CLANG_WARN_UNREACHABLE_CODE = YES;
  316. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  317. CODE_SIGN_IDENTITY = "iPhone Developer";
  318. COPY_PHASE_STRIP = NO;
  319. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  320. ENABLE_NS_ASSERTIONS = NO;
  321. ENABLE_STRICT_OBJC_MSGSEND = YES;
  322. GCC_C_LANGUAGE_STANDARD = gnu11;
  323. GCC_NO_COMMON_BLOCKS = YES;
  324. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  325. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  326. GCC_WARN_UNDECLARED_SELECTOR = YES;
  327. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  328. GCC_WARN_UNUSED_FUNCTION = YES;
  329. GCC_WARN_UNUSED_VARIABLE = YES;
  330. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  331. MTL_ENABLE_DEBUG_INFO = NO;
  332. SDKROOT = iphoneos;
  333. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  334. VALIDATE_PRODUCT = YES;
  335. };
  336. name = Release;
  337. };
  338. 504EC3171FED79650016851F /* Debug */ = {
  339. isa = XCBuildConfiguration;
  340. baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
  341. buildSettings = {
  342. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  343. CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
  344. CODE_SIGN_IDENTITY = "Apple Development";
  345. CODE_SIGN_STYLE = Automatic;
  346. DEVELOPMENT_TEAM = 5QTJEGL2H2;
  347. INFOPLIST_FILE = App/Info.plist;
  348. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  349. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  350. OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
  351. PRODUCT_BUNDLE_IDENTIFIER = net.simplico.tune2win;
  352. PRODUCT_NAME = "$(TARGET_NAME)";
  353. PROVISIONING_PROFILE_SPECIFIER = "";
  354. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  355. SWIFT_VERSION = 5.0;
  356. TARGETED_DEVICE_FAMILY = "1,2";
  357. };
  358. name = Debug;
  359. };
  360. 504EC3181FED79650016851F /* Release */ = {
  361. isa = XCBuildConfiguration;
  362. baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
  363. buildSettings = {
  364. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  365. CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
  366. CODE_SIGN_IDENTITY = "Apple Development";
  367. CODE_SIGN_STYLE = Automatic;
  368. DEVELOPMENT_TEAM = 5QTJEGL2H2;
  369. INFOPLIST_FILE = App/Info.plist;
  370. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  371. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  372. PRODUCT_BUNDLE_IDENTIFIER = net.simplico.tune2win;
  373. PRODUCT_NAME = "$(TARGET_NAME)";
  374. PROVISIONING_PROFILE_SPECIFIER = "";
  375. SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
  376. SWIFT_VERSION = 5.0;
  377. TARGETED_DEVICE_FAMILY = "1,2";
  378. };
  379. name = Release;
  380. };
  381. /* End XCBuildConfiguration section */
  382. /* Begin XCConfigurationList section */
  383. 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = {
  384. isa = XCConfigurationList;
  385. buildConfigurations = (
  386. 504EC3141FED79650016851F /* Debug */,
  387. 504EC3151FED79650016851F /* Release */,
  388. );
  389. defaultConfigurationIsVisible = 0;
  390. defaultConfigurationName = Release;
  391. };
  392. 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = {
  393. isa = XCConfigurationList;
  394. buildConfigurations = (
  395. 504EC3171FED79650016851F /* Debug */,
  396. 504EC3181FED79650016851F /* Release */,
  397. );
  398. defaultConfigurationIsVisible = 0;
  399. defaultConfigurationName = Release;
  400. };
  401. /* End XCConfigurationList section */
  402. };
  403. rootObject = 504EC2FC1FED79650016851F /* Project object */;
  404. }