project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 290A8F28298AB09600039128 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 290A8F27298AB09600039128 /* AppDelegate.m */; };
  10. 290A8F2E298AB09600039128 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 290A8F2D298AB09600039128 /* ViewController.m */; };
  11. 290A8F31298AB09600039128 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 290A8F2F298AB09600039128 /* Main.storyboard */; };
  12. 290A8F33298AB09900039128 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 290A8F32298AB09900039128 /* Assets.xcassets */; };
  13. 290A8F36298AB09900039128 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 290A8F34298AB09900039128 /* LaunchScreen.storyboard */; };
  14. 290A8F39298AB09900039128 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 290A8F38298AB09900039128 /* main.m */; };
  15. 290A8F46298B7BC500039128 /* moire_mobilenetv2_79.tflite in Resources */ = {isa = PBXBuildFile; fileRef = 290A8F45298B7BC500039128 /* moire_mobilenetv2_79.tflite */; };
  16. D3507652BC5C5B5C5A39D581 /* libPods-Demo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8FA4D7DEC24C8B8E0D92A04A /* libPods-Demo.a */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. 05AB81DCF19D9953C75B9A61 /* Pods-Demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.release.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.release.xcconfig"; sourceTree = "<group>"; };
  20. 290A8F23298AB09600039128 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  21. 290A8F26298AB09600039128 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  22. 290A8F27298AB09600039128 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  23. 290A8F2C298AB09600039128 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  24. 290A8F2D298AB09600039128 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  25. 290A8F30298AB09600039128 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  26. 290A8F32298AB09900039128 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  27. 290A8F35298AB09900039128 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  28. 290A8F37298AB09900039128 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  29. 290A8F38298AB09900039128 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  30. 290A8F45298B7BC500039128 /* moire_mobilenetv2_79.tflite */ = {isa = PBXFileReference; lastKnownFileType = file; path = moire_mobilenetv2_79.tflite; sourceTree = "<group>"; };
  31. 8FA4D7DEC24C8B8E0D92A04A /* libPods-Demo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Demo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  32. F4B7D81DF978310C5FE08F73 /* Pods-Demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Demo.debug.xcconfig"; path = "Target Support Files/Pods-Demo/Pods-Demo.debug.xcconfig"; sourceTree = "<group>"; };
  33. /* End PBXFileReference section */
  34. /* Begin PBXFrameworksBuildPhase section */
  35. 290A8F20298AB09600039128 /* Frameworks */ = {
  36. isa = PBXFrameworksBuildPhase;
  37. buildActionMask = 2147483647;
  38. files = (
  39. D3507652BC5C5B5C5A39D581 /* libPods-Demo.a in Frameworks */,
  40. );
  41. runOnlyForDeploymentPostprocessing = 0;
  42. };
  43. /* End PBXFrameworksBuildPhase section */
  44. /* Begin PBXGroup section */
  45. 290A8F1A298AB09600039128 = {
  46. isa = PBXGroup;
  47. children = (
  48. 290A8F25298AB09600039128 /* Demo */,
  49. 290A8F24298AB09600039128 /* Products */,
  50. 44A8D029C918E570EDCE1412 /* Pods */,
  51. F22BAE07CB7436B9104B08F8 /* Frameworks */,
  52. );
  53. sourceTree = "<group>";
  54. };
  55. 290A8F24298AB09600039128 /* Products */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 290A8F23298AB09600039128 /* Demo.app */,
  59. );
  60. name = Products;
  61. sourceTree = "<group>";
  62. };
  63. 290A8F25298AB09600039128 /* Demo */ = {
  64. isa = PBXGroup;
  65. children = (
  66. 290A8F26298AB09600039128 /* AppDelegate.h */,
  67. 290A8F27298AB09600039128 /* AppDelegate.m */,
  68. 290A8F2C298AB09600039128 /* ViewController.h */,
  69. 290A8F2D298AB09600039128 /* ViewController.m */,
  70. 290A8F45298B7BC500039128 /* moire_mobilenetv2_79.tflite */,
  71. 290A8F2F298AB09600039128 /* Main.storyboard */,
  72. 290A8F32298AB09900039128 /* Assets.xcassets */,
  73. 290A8F34298AB09900039128 /* LaunchScreen.storyboard */,
  74. 290A8F37298AB09900039128 /* Info.plist */,
  75. 290A8F38298AB09900039128 /* main.m */,
  76. );
  77. path = Demo;
  78. sourceTree = "<group>";
  79. };
  80. 44A8D029C918E570EDCE1412 /* Pods */ = {
  81. isa = PBXGroup;
  82. children = (
  83. F4B7D81DF978310C5FE08F73 /* Pods-Demo.debug.xcconfig */,
  84. 05AB81DCF19D9953C75B9A61 /* Pods-Demo.release.xcconfig */,
  85. );
  86. path = Pods;
  87. sourceTree = "<group>";
  88. };
  89. F22BAE07CB7436B9104B08F8 /* Frameworks */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 8FA4D7DEC24C8B8E0D92A04A /* libPods-Demo.a */,
  93. );
  94. name = Frameworks;
  95. sourceTree = "<group>";
  96. };
  97. /* End PBXGroup section */
  98. /* Begin PBXNativeTarget section */
  99. 290A8F22298AB09600039128 /* Demo */ = {
  100. isa = PBXNativeTarget;
  101. buildConfigurationList = 290A8F3C298AB09900039128 /* Build configuration list for PBXNativeTarget "Demo" */;
  102. buildPhases = (
  103. 5579B6D2903CEA42A7E883CD /* [CP] Check Pods Manifest.lock */,
  104. 290A8F1F298AB09600039128 /* Sources */,
  105. 290A8F20298AB09600039128 /* Frameworks */,
  106. 290A8F21298AB09600039128 /* Resources */,
  107. 079C10D0EAD851C19F1F5117 /* [CP] Copy Pods Resources */,
  108. );
  109. buildRules = (
  110. );
  111. dependencies = (
  112. );
  113. name = Demo;
  114. productName = Demo;
  115. productReference = 290A8F23298AB09600039128 /* Demo.app */;
  116. productType = "com.apple.product-type.application";
  117. };
  118. /* End PBXNativeTarget section */
  119. /* Begin PBXProject section */
  120. 290A8F1B298AB09600039128 /* Project object */ = {
  121. isa = PBXProject;
  122. attributes = {
  123. BuildIndependentTargetsInParallel = 1;
  124. LastUpgradeCheck = 1300;
  125. TargetAttributes = {
  126. 290A8F22298AB09600039128 = {
  127. CreatedOnToolsVersion = 13.0;
  128. };
  129. };
  130. };
  131. buildConfigurationList = 290A8F1E298AB09600039128 /* Build configuration list for PBXProject "Demo" */;
  132. compatibilityVersion = "Xcode 13.0";
  133. developmentRegion = en;
  134. hasScannedForEncodings = 0;
  135. knownRegions = (
  136. en,
  137. Base,
  138. );
  139. mainGroup = 290A8F1A298AB09600039128;
  140. productRefGroup = 290A8F24298AB09600039128 /* Products */;
  141. projectDirPath = "";
  142. projectRoot = "";
  143. targets = (
  144. 290A8F22298AB09600039128 /* Demo */,
  145. );
  146. };
  147. /* End PBXProject section */
  148. /* Begin PBXResourcesBuildPhase section */
  149. 290A8F21298AB09600039128 /* Resources */ = {
  150. isa = PBXResourcesBuildPhase;
  151. buildActionMask = 2147483647;
  152. files = (
  153. 290A8F36298AB09900039128 /* LaunchScreen.storyboard in Resources */,
  154. 290A8F33298AB09900039128 /* Assets.xcassets in Resources */,
  155. 290A8F46298B7BC500039128 /* moire_mobilenetv2_79.tflite in Resources */,
  156. 290A8F31298AB09600039128 /* Main.storyboard in Resources */,
  157. );
  158. runOnlyForDeploymentPostprocessing = 0;
  159. };
  160. /* End PBXResourcesBuildPhase section */
  161. /* Begin PBXShellScriptBuildPhase section */
  162. 079C10D0EAD851C19F1F5117 /* [CP] Copy Pods Resources */ = {
  163. isa = PBXShellScriptBuildPhase;
  164. buildActionMask = 2147483647;
  165. files = (
  166. );
  167. inputFileListPaths = (
  168. "${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-resources-${CONFIGURATION}-input-files.xcfilelist",
  169. );
  170. name = "[CP] Copy Pods Resources";
  171. outputFileListPaths = (
  172. "${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-resources-${CONFIGURATION}-output-files.xcfilelist",
  173. );
  174. runOnlyForDeploymentPostprocessing = 0;
  175. shellPath = /bin/sh;
  176. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-resources.sh\"\n";
  177. showEnvVarsInLog = 0;
  178. };
  179. 5579B6D2903CEA42A7E883CD /* [CP] Check Pods Manifest.lock */ = {
  180. isa = PBXShellScriptBuildPhase;
  181. buildActionMask = 2147483647;
  182. files = (
  183. );
  184. inputFileListPaths = (
  185. );
  186. inputPaths = (
  187. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  188. "${PODS_ROOT}/Manifest.lock",
  189. );
  190. name = "[CP] Check Pods Manifest.lock";
  191. outputFileListPaths = (
  192. );
  193. outputPaths = (
  194. "$(DERIVED_FILE_DIR)/Pods-Demo-checkManifestLockResult.txt",
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. shellPath = /bin/sh;
  198. 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";
  199. showEnvVarsInLog = 0;
  200. };
  201. /* End PBXShellScriptBuildPhase section */
  202. /* Begin PBXSourcesBuildPhase section */
  203. 290A8F1F298AB09600039128 /* Sources */ = {
  204. isa = PBXSourcesBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. 290A8F2E298AB09600039128 /* ViewController.m in Sources */,
  208. 290A8F28298AB09600039128 /* AppDelegate.m in Sources */,
  209. 290A8F39298AB09900039128 /* main.m in Sources */,
  210. );
  211. runOnlyForDeploymentPostprocessing = 0;
  212. };
  213. /* End PBXSourcesBuildPhase section */
  214. /* Begin PBXVariantGroup section */
  215. 290A8F2F298AB09600039128 /* Main.storyboard */ = {
  216. isa = PBXVariantGroup;
  217. children = (
  218. 290A8F30298AB09600039128 /* Base */,
  219. );
  220. name = Main.storyboard;
  221. sourceTree = "<group>";
  222. };
  223. 290A8F34298AB09900039128 /* LaunchScreen.storyboard */ = {
  224. isa = PBXVariantGroup;
  225. children = (
  226. 290A8F35298AB09900039128 /* Base */,
  227. );
  228. name = LaunchScreen.storyboard;
  229. sourceTree = "<group>";
  230. };
  231. /* End PBXVariantGroup section */
  232. /* Begin XCBuildConfiguration section */
  233. 290A8F3A298AB09900039128 /* Debug */ = {
  234. isa = XCBuildConfiguration;
  235. buildSettings = {
  236. ALWAYS_SEARCH_USER_PATHS = NO;
  237. CLANG_ANALYZER_NONNULL = YES;
  238. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  239. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  240. CLANG_CXX_LIBRARY = "libc++";
  241. CLANG_ENABLE_MODULES = YES;
  242. CLANG_ENABLE_OBJC_ARC = YES;
  243. CLANG_ENABLE_OBJC_WEAK = YES;
  244. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  245. CLANG_WARN_BOOL_CONVERSION = YES;
  246. CLANG_WARN_COMMA = YES;
  247. CLANG_WARN_CONSTANT_CONVERSION = YES;
  248. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  249. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  250. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  251. CLANG_WARN_EMPTY_BODY = YES;
  252. CLANG_WARN_ENUM_CONVERSION = YES;
  253. CLANG_WARN_INFINITE_RECURSION = YES;
  254. CLANG_WARN_INT_CONVERSION = YES;
  255. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  256. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  257. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  258. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  259. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  260. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  261. CLANG_WARN_STRICT_PROTOTYPES = YES;
  262. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  263. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  264. CLANG_WARN_UNREACHABLE_CODE = YES;
  265. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  266. COPY_PHASE_STRIP = NO;
  267. DEBUG_INFORMATION_FORMAT = dwarf;
  268. ENABLE_STRICT_OBJC_MSGSEND = YES;
  269. ENABLE_TESTABILITY = YES;
  270. GCC_C_LANGUAGE_STANDARD = gnu11;
  271. GCC_DYNAMIC_NO_PIC = NO;
  272. GCC_NO_COMMON_BLOCKS = YES;
  273. GCC_OPTIMIZATION_LEVEL = 0;
  274. GCC_PREPROCESSOR_DEFINITIONS = (
  275. "DEBUG=1",
  276. "$(inherited)",
  277. );
  278. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  279. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  280. GCC_WARN_UNDECLARED_SELECTOR = YES;
  281. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  282. GCC_WARN_UNUSED_FUNCTION = YES;
  283. GCC_WARN_UNUSED_VARIABLE = YES;
  284. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  285. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  286. MTL_FAST_MATH = YES;
  287. ONLY_ACTIVE_ARCH = YES;
  288. SDKROOT = iphoneos;
  289. };
  290. name = Debug;
  291. };
  292. 290A8F3B298AB09900039128 /* Release */ = {
  293. isa = XCBuildConfiguration;
  294. buildSettings = {
  295. ALWAYS_SEARCH_USER_PATHS = NO;
  296. CLANG_ANALYZER_NONNULL = YES;
  297. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  298. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  299. CLANG_CXX_LIBRARY = "libc++";
  300. CLANG_ENABLE_MODULES = YES;
  301. CLANG_ENABLE_OBJC_ARC = YES;
  302. CLANG_ENABLE_OBJC_WEAK = YES;
  303. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  304. CLANG_WARN_BOOL_CONVERSION = YES;
  305. CLANG_WARN_COMMA = YES;
  306. CLANG_WARN_CONSTANT_CONVERSION = YES;
  307. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  308. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  309. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  310. CLANG_WARN_EMPTY_BODY = YES;
  311. CLANG_WARN_ENUM_CONVERSION = YES;
  312. CLANG_WARN_INFINITE_RECURSION = YES;
  313. CLANG_WARN_INT_CONVERSION = YES;
  314. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  315. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  316. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  317. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  318. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  319. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  320. CLANG_WARN_STRICT_PROTOTYPES = YES;
  321. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  322. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  323. CLANG_WARN_UNREACHABLE_CODE = YES;
  324. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  325. COPY_PHASE_STRIP = NO;
  326. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  327. ENABLE_NS_ASSERTIONS = NO;
  328. ENABLE_STRICT_OBJC_MSGSEND = YES;
  329. GCC_C_LANGUAGE_STANDARD = gnu11;
  330. GCC_NO_COMMON_BLOCKS = YES;
  331. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  332. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  333. GCC_WARN_UNDECLARED_SELECTOR = YES;
  334. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  335. GCC_WARN_UNUSED_FUNCTION = YES;
  336. GCC_WARN_UNUSED_VARIABLE = YES;
  337. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  338. MTL_ENABLE_DEBUG_INFO = NO;
  339. MTL_FAST_MATH = YES;
  340. SDKROOT = iphoneos;
  341. VALIDATE_PRODUCT = YES;
  342. };
  343. name = Release;
  344. };
  345. 290A8F3D298AB09900039128 /* Debug */ = {
  346. isa = XCBuildConfiguration;
  347. baseConfigurationReference = F4B7D81DF978310C5FE08F73 /* Pods-Demo.debug.xcconfig */;
  348. buildSettings = {
  349. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  350. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  351. CODE_SIGN_STYLE = Automatic;
  352. CURRENT_PROJECT_VERSION = 1;
  353. DEVELOPMENT_TEAM = 3S9S4PU792;
  354. FRAMEWORK_SEARCH_PATHS = (
  355. "$(inherited)",
  356. "$(PROJECT_DIR)/Demo/SDK/Frameworks",
  357. );
  358. GENERATE_INFOPLIST_FILE = YES;
  359. INFOPLIST_FILE = Demo/Info.plist;
  360. INFOPLIST_KEY_NSCameraUsageDescription = "相机";
  361. INFOPLIST_KEY_NSMicrophoneUsageDescription = "相机";
  362. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "相机";
  363. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "开启相册权限";
  364. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  365. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  366. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  367. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  368. LD_RUNPATH_SEARCH_PATHS = (
  369. "$(inherited)",
  370. "@executable_path/Frameworks",
  371. );
  372. LIBRARY_SEARCH_PATHS = (
  373. "$(inherited)",
  374. "$(PROJECT_DIR)",
  375. "$(PROJECT_DIR)/Demo/LenzTensorFlow",
  376. );
  377. MARKETING_VERSION = 1.0;
  378. PRODUCT_BUNDLE_IDENTIFIER = com.test222.Demo;
  379. PRODUCT_NAME = "$(TARGET_NAME)";
  380. SWIFT_EMIT_LOC_STRINGS = YES;
  381. TARGETED_DEVICE_FAMILY = "1,2";
  382. };
  383. name = Debug;
  384. };
  385. 290A8F3E298AB09900039128 /* Release */ = {
  386. isa = XCBuildConfiguration;
  387. baseConfigurationReference = 05AB81DCF19D9953C75B9A61 /* Pods-Demo.release.xcconfig */;
  388. buildSettings = {
  389. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  390. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  391. CODE_SIGN_STYLE = Automatic;
  392. CURRENT_PROJECT_VERSION = 1;
  393. DEVELOPMENT_TEAM = 3S9S4PU792;
  394. FRAMEWORK_SEARCH_PATHS = (
  395. "$(inherited)",
  396. "$(PROJECT_DIR)/Demo/SDK/Frameworks",
  397. );
  398. GENERATE_INFOPLIST_FILE = YES;
  399. INFOPLIST_FILE = Demo/Info.plist;
  400. INFOPLIST_KEY_NSCameraUsageDescription = "相机";
  401. INFOPLIST_KEY_NSMicrophoneUsageDescription = "相机";
  402. INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "相机";
  403. INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "开启相册权限";
  404. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  405. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  406. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  407. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  408. LD_RUNPATH_SEARCH_PATHS = (
  409. "$(inherited)",
  410. "@executable_path/Frameworks",
  411. );
  412. LIBRARY_SEARCH_PATHS = (
  413. "$(inherited)",
  414. "$(PROJECT_DIR)",
  415. "$(PROJECT_DIR)/Demo/LenzTensorFlow",
  416. );
  417. MARKETING_VERSION = 1.0;
  418. PRODUCT_BUNDLE_IDENTIFIER = com.test222.Demo;
  419. PRODUCT_NAME = "$(TARGET_NAME)";
  420. SWIFT_EMIT_LOC_STRINGS = YES;
  421. TARGETED_DEVICE_FAMILY = "1,2";
  422. };
  423. name = Release;
  424. };
  425. /* End XCBuildConfiguration section */
  426. /* Begin XCConfigurationList section */
  427. 290A8F1E298AB09600039128 /* Build configuration list for PBXProject "Demo" */ = {
  428. isa = XCConfigurationList;
  429. buildConfigurations = (
  430. 290A8F3A298AB09900039128 /* Debug */,
  431. 290A8F3B298AB09900039128 /* Release */,
  432. );
  433. defaultConfigurationIsVisible = 0;
  434. defaultConfigurationName = Release;
  435. };
  436. 290A8F3C298AB09900039128 /* Build configuration list for PBXNativeTarget "Demo" */ = {
  437. isa = XCConfigurationList;
  438. buildConfigurations = (
  439. 290A8F3D298AB09900039128 /* Debug */,
  440. 290A8F3E298AB09900039128 /* Release */,
  441. );
  442. defaultConfigurationIsVisible = 0;
  443. defaultConfigurationName = Release;
  444. };
  445. /* End XCConfigurationList section */
  446. };
  447. rootObject = 290A8F1B298AB09600039128 /* Project object */;
  448. }