|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 09F9C3ED268B05A800EAB920 /* ACRCloudSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09F9C3EC268B05A800EAB920 /* ACRCloudSDK.xcframework */; }; |
11 | 11 | A24E360E1D5B74F600C98C28 /* LICENSE.MD in Sources */ = {isa = PBXBuildFile; fileRef = A24E360D1D5B74F600C98C28 /* LICENSE.MD */; }; |
12 | | - A2B3CEA81ED8543100A5791E /* acrcloud_local_db in Resources */ = {isa = PBXBuildFile; fileRef = A2B3CEA71ED8543100A5791E /* acrcloud_local_db */; }; |
13 | 12 | A2D968871CA512B0009618E1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2D968861CA512B0009618E1 /* AppDelegate.swift */; }; |
14 | 13 | A2D968891CA512B0009618E1 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2D968881CA512B0009618E1 /* ViewController.swift */; }; |
15 | 14 | A2D9688C1CA512B0009618E1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A2D9688A1CA512B0009618E1 /* Main.storyboard */; }; |
|
41 | 40 | /* Begin PBXFileReference section */ |
42 | 41 | 09F9C3EC268B05A800EAB920 /* ACRCloudSDK.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ACRCloudSDK.xcframework; path = ../ACRCloudSDK.xcframework; sourceTree = "<group>"; }; |
43 | 42 | A24E360D1D5B74F600C98C28 /* LICENSE.MD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.MD; sourceTree = "<group>"; }; |
44 | | - A2B3CEA71ED8543100A5791E /* acrcloud_local_db */ = {isa = PBXFileReference; lastKnownFileType = folder; path = acrcloud_local_db; sourceTree = "<group>"; }; |
45 | 43 | A2D968831CA512AF009618E1 /* ACRCloudDemo_Swift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ACRCloudDemo_Swift.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
46 | 44 | A2D968861CA512B0009618E1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
47 | 45 | A2D968881CA512B0009618E1 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
119 | 117 | A2D968881CA512B0009618E1 /* ViewController.swift */, |
120 | 118 | A2D9688A1CA512B0009618E1 /* Main.storyboard */, |
121 | 119 | A24E360D1D5B74F600C98C28 /* LICENSE.MD */, |
122 | | - A2B3CEA71ED8543100A5791E /* acrcloud_local_db */, |
123 | 120 | A2D9688D1CA512B0009618E1 /* Assets.xcassets */, |
124 | 121 | A2D9688F1CA512B0009618E1 /* LaunchScreen.storyboard */, |
125 | 122 | A2D968921CA512B0009618E1 /* Info.plist */, |
|
195 | 192 | TargetAttributes = { |
196 | 193 | A2D968821CA512AF009618E1 = { |
197 | 194 | CreatedOnToolsVersion = 7.2.1; |
198 | | - DevelopmentTeam = 73VE83GXNB; |
199 | 195 | LastSwiftMigration = 0810; |
200 | 196 | }; |
201 | 197 | A2D968961CA512B0009618E1 = { |
|
237 | 233 | buildActionMask = 2147483647; |
238 | 234 | files = ( |
239 | 235 | A2D968911CA512B0009618E1 /* LaunchScreen.storyboard in Resources */, |
240 | | - A2B3CEA81ED8543100A5791E /* acrcloud_local_db in Resources */, |
241 | 236 | A2D9688E1CA512B0009618E1 /* Assets.xcassets in Resources */, |
242 | 237 | A2D9688C1CA512B0009618E1 /* Main.storyboard in Resources */, |
243 | 238 | ); |
|
406 | 401 | isa = XCBuildConfiguration; |
407 | 402 | buildSettings = { |
408 | 403 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 404 | + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; |
409 | 405 | CLANG_ENABLE_MODULES = YES; |
410 | 406 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
411 | 407 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 408 | + DEVELOPMENT_TEAM = 73VE83GXNB; |
412 | 409 | INFOPLIST_FILE = ACRCloudDemo_Swift/Info.plist; |
413 | 410 | LD_RUNPATH_SEARCH_PATHS = ( |
414 | 411 | "$(inherited)", |
|
419 | 416 | "$(PROJECT_DIR)", |
420 | 417 | "$(PROJECT_DIR)/ACRCloudDemo_Swift", |
421 | 418 | ); |
422 | | - PRODUCT_BUNDLE_IDENTIFIER = "ACRCloud.ACRCloudDemo2-Swift"; |
| 419 | + PRODUCT_BUNDLE_IDENTIFIER = "ACRCloud.ACRCloudDemo-Swift"; |
423 | 420 | PRODUCT_NAME = "$(TARGET_NAME)"; |
424 | 421 | PROVISIONING_PROFILE = ""; |
| 422 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 423 | + SUPPORTS_MACCATALYST = NO; |
| 424 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
425 | 425 | SWIFT_OBJC_BRIDGING_HEADER = "ACRCloudDemo_Swift-Bridging-Header.h"; |
426 | 426 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
427 | 427 | SWIFT_VERSION = 5.0; |
| 428 | + TARGETED_DEVICE_FAMILY = 1; |
428 | 429 | }; |
429 | 430 | name = Debug; |
430 | 431 | }; |
431 | 432 | A2D968AD1CA512B0009618E1 /* Release */ = { |
432 | 433 | isa = XCBuildConfiguration; |
433 | 434 | buildSettings = { |
434 | 435 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 436 | + ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; |
435 | 437 | CLANG_ENABLE_MODULES = YES; |
436 | 438 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
437 | 439 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 440 | + DEVELOPMENT_TEAM = 73VE83GXNB; |
438 | 441 | INFOPLIST_FILE = ACRCloudDemo_Swift/Info.plist; |
439 | 442 | LD_RUNPATH_SEARCH_PATHS = ( |
440 | 443 | "$(inherited)", |
|
445 | 448 | "$(PROJECT_DIR)", |
446 | 449 | "$(PROJECT_DIR)/ACRCloudDemo_Swift", |
447 | 450 | ); |
448 | | - PRODUCT_BUNDLE_IDENTIFIER = "ACRCloud.ACRCloudDemo2-Swift"; |
| 451 | + PRODUCT_BUNDLE_IDENTIFIER = ACRCloud.ACRCloudDemo; |
449 | 452 | PRODUCT_NAME = "$(TARGET_NAME)"; |
450 | 453 | PROVISIONING_PROFILE = ""; |
| 454 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 455 | + SUPPORTS_MACCATALYST = NO; |
| 456 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
451 | 457 | SWIFT_OBJC_BRIDGING_HEADER = "ACRCloudDemo_Swift-Bridging-Header.h"; |
452 | 458 | SWIFT_VERSION = 5.0; |
| 459 | + TARGETED_DEVICE_FAMILY = 1; |
453 | 460 | }; |
454 | 461 | name = Release; |
455 | 462 | }; |
|
0 commit comments