Showing
4 changed files
with
31 additions
and
15 deletions
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | archiveVersion = 1; | 3 | archiveVersion = 1; |
| 4 | classes = { | 4 | classes = { |
| 5 | }; | 5 | }; |
| 6 | - objectVersion = 50; | 6 | + objectVersion = 51; |
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
| ... | @@ -38,6 +38,7 @@ | ... | @@ -38,6 +38,7 @@ |
| 38 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; | 38 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
| 39 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; | 39 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 40 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; | 40 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
| 41 | + 8E9BB04327B3EA6000D0FC04 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; }; | ||
| 41 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; | 42 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; |
| 42 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; | 43 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; |
| 43 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 44 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| ... | @@ -102,6 +103,7 @@ | ... | @@ -102,6 +103,7 @@ |
| 102 | 97C146F01CF9000F007C117D /* Runner */ = { | 103 | 97C146F01CF9000F007C117D /* Runner */ = { |
| 103 | isa = PBXGroup; | 104 | isa = PBXGroup; |
| 104 | children = ( | 105 | children = ( |
| 106 | + 8E9BB04327B3EA6000D0FC04 /* Runner.entitlements */, | ||
| 105 | 97C146FA1CF9000F007C117D /* Main.storyboard */, | 107 | 97C146FA1CF9000F007C117D /* Main.storyboard */, |
| 106 | 97C146FD1CF9000F007C117D /* Assets.xcassets */, | 108 | 97C146FD1CF9000F007C117D /* Assets.xcassets */, |
| 107 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, | 109 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, |
| ... | @@ -121,7 +123,6 @@ | ... | @@ -121,7 +123,6 @@ |
| 121 | 6B03F91FBF8D647AA076326F /* Pods-Runner.release.xcconfig */, | 123 | 6B03F91FBF8D647AA076326F /* Pods-Runner.release.xcconfig */, |
| 122 | FCD877DEB507D10FED6494DE /* Pods-Runner.profile.xcconfig */, | 124 | FCD877DEB507D10FED6494DE /* Pods-Runner.profile.xcconfig */, |
| 123 | ); | 125 | ); |
| 124 | - name = Pods; | ||
| 125 | path = Pods; | 126 | path = Pods; |
| 126 | sourceTree = "<group>"; | 127 | sourceTree = "<group>"; |
| 127 | }; | 128 | }; |
| ... | @@ -355,6 +356,7 @@ | ... | @@ -355,6 +356,7 @@ |
| 355 | buildSettings = { | 356 | buildSettings = { |
| 356 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 357 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 357 | CLANG_ENABLE_MODULES = YES; | 358 | CLANG_ENABLE_MODULES = YES; |
| 359 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; | ||
| 358 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; | 360 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 359 | ENABLE_BITCODE = NO; | 361 | ENABLE_BITCODE = NO; |
| 360 | INFOPLIST_FILE = Runner/Info.plist; | 362 | INFOPLIST_FILE = Runner/Info.plist; |
| ... | @@ -482,6 +484,7 @@ | ... | @@ -482,6 +484,7 @@ |
| 482 | buildSettings = { | 484 | buildSettings = { |
| 483 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 485 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 484 | CLANG_ENABLE_MODULES = YES; | 486 | CLANG_ENABLE_MODULES = YES; |
| 487 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; | ||
| 485 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; | 488 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 486 | ENABLE_BITCODE = NO; | 489 | ENABLE_BITCODE = NO; |
| 487 | INFOPLIST_FILE = Runner/Info.plist; | 490 | INFOPLIST_FILE = Runner/Info.plist; |
| ... | @@ -504,6 +507,7 @@ | ... | @@ -504,6 +507,7 @@ |
| 504 | buildSettings = { | 507 | buildSettings = { |
| 505 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 508 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 506 | CLANG_ENABLE_MODULES = YES; | 509 | CLANG_ENABLE_MODULES = YES; |
| 510 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; | ||
| 507 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; | 511 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 508 | ENABLE_BITCODE = NO; | 512 | ENABLE_BITCODE = NO; |
| 509 | INFOPLIST_FILE = Runner/Info.plist; | 513 | INFOPLIST_FILE = Runner/Info.plist; | ... | ... |
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | <plist version="1.0"> | 3 | <plist version="1.0"> |
| 4 | - <dict> | 4 | +<dict> |
| 5 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
| 6 | <string>$(DEVELOPMENT_LANGUAGE)</string> | 6 | <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 7 | + <key>CFBundleDisplayName</key> | ||
| 8 | + <string>一言临境</string> | ||
| 7 | <key>CFBundleExecutable</key> | 9 | <key>CFBundleExecutable</key> |
| 8 | <string>$(EXECUTABLE_NAME)</string> | 10 | <string>$(EXECUTABLE_NAME)</string> |
| 9 | <key>CFBundleIdentifier</key> | 11 | <key>CFBundleIdentifier</key> |
| ... | @@ -22,10 +24,19 @@ | ... | @@ -22,10 +24,19 @@ |
| 22 | <string>$(FLUTTER_BUILD_NUMBER)</string> | 24 | <string>$(FLUTTER_BUILD_NUMBER)</string> |
| 23 | <key>LSRequiresIPhoneOS</key> | 25 | <key>LSRequiresIPhoneOS</key> |
| 24 | <true/> | 26 | <true/> |
| 27 | + <key>NSAppTransportSecurity</key> | ||
| 28 | + <dict> | ||
| 29 | + <key>NSAllowsArbitraryLoads</key> | ||
| 30 | + <true/> | ||
| 31 | + </dict> | ||
| 32 | + <key>NSMicrophoneUsageDescription</key> | ||
| 33 | + <string>打开话筒</string> | ||
| 25 | <key>UILaunchStoryboardName</key> | 34 | <key>UILaunchStoryboardName</key> |
| 26 | <string>LaunchScreen</string> | 35 | <string>LaunchScreen</string> |
| 27 | <key>UIMainStoryboardFile</key> | 36 | <key>UIMainStoryboardFile</key> |
| 28 | <string>Main</string> | 37 | <string>Main</string> |
| 38 | + <key>UIStatusBarHidden</key> | ||
| 39 | + <false/> | ||
| 29 | <key>UISupportedInterfaceOrientations</key> | 40 | <key>UISupportedInterfaceOrientations</key> |
| 30 | <array> | 41 | <array> |
| 31 | <string>UIInterfaceOrientationPortrait</string> | 42 | <string>UIInterfaceOrientationPortrait</string> |
| ... | @@ -41,14 +52,5 @@ | ... | @@ -41,14 +52,5 @@ |
| 41 | </array> | 52 | </array> |
| 42 | <key>UIViewControllerBasedStatusBarAppearance</key> | 53 | <key>UIViewControllerBasedStatusBarAppearance</key> |
| 43 | <false/> | 54 | <false/> |
| 44 | - <key>NSMicrophoneUsageDescription</key> | 55 | +</dict> |
| 45 | - <string>打开话筒</string> | ||
| 46 | - <key>NSAppTransportSecurity</key> | ||
| 47 | - <dict> | ||
| 48 | - <key>NSAllowsArbitraryLoads</key> | ||
| 49 | - <true/> | ||
| 50 | - </dict> | ||
| 51 | - <key>UIStatusBarHidden</key> | ||
| 52 | - <false/> | ||
| 53 | - </dict> | ||
| 54 | </plist> | 56 | </plist> | ... | ... |
ios/Runner/Runner.entitlements
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
| 3 | +<plist version="1.0"> | ||
| 4 | +<dict> | ||
| 5 | + <key>com.apple.developer.associated-domains</key> | ||
| 6 | + <array> | ||
| 7 | + <string>webcredentials:yiyan.pub</string> | ||
| 8 | + </array> | ||
| 9 | +</dict> | ||
| 10 | +</plist> |
| ... | @@ -409,7 +409,7 @@ packages: | ... | @@ -409,7 +409,7 @@ packages: |
| 409 | name: flutter_native_splash | 409 | name: flutter_native_splash |
| 410 | url: "https://pub.dartlang.org" | 410 | url: "https://pub.dartlang.org" |
| 411 | source: hosted | 411 | source: hosted |
| 412 | - version: "1.3.3" | 412 | + version: "1.3.2" |
| 413 | flutter_plugin_android_lifecycle: | 413 | flutter_plugin_android_lifecycle: |
| 414 | dependency: transitive | 414 | dependency: transitive |
| 415 | description: | 415 | description: |
| ... | @@ -1332,5 +1332,5 @@ packages: | ... | @@ -1332,5 +1332,5 @@ packages: |
| 1332 | source: hosted | 1332 | source: hosted |
| 1333 | version: "3.1.0" | 1333 | version: "3.1.0" |
| 1334 | sdks: | 1334 | sdks: |
| 1335 | - dart: ">=2.15.1 <3.0.0" | 1335 | + dart: ">=2.15.0 <3.0.0" |
| 1336 | flutter: ">=2.5.0" | 1336 | flutter: ">=2.5.0" | ... | ... |
-
Please register or login to post a comment