Showing
4 changed files
with
69 additions
and
53 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; |
... | @@ -545,4 +549,4 @@ | ... | @@ -545,4 +549,4 @@ |
545 | /* End XCConfigurationList section */ | 549 | /* End XCConfigurationList section */ |
546 | }; | 550 | }; |
547 | rootObject = 97C146E61CF9000F007C117D /* Project object */; | 551 | rootObject = 97C146E61CF9000F007C117D /* Project object */; |
548 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
552 | +} | ... | ... |
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> | ||
5 | + <key>CFBundleDevelopmentRegion</key> | ||
6 | + <string>$(DEVELOPMENT_LANGUAGE)</string> | ||
7 | + <key>CFBundleDisplayName</key> | ||
8 | + <string>一言临境</string> | ||
9 | + <key>CFBundleExecutable</key> | ||
10 | + <string>$(EXECUTABLE_NAME)</string> | ||
11 | + <key>CFBundleIdentifier</key> | ||
12 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
13 | + <key>CFBundleInfoDictionaryVersion</key> | ||
14 | + <string>6.0</string> | ||
15 | + <key>CFBundleName</key> | ||
16 | + <string>one_poem</string> | ||
17 | + <key>CFBundlePackageType</key> | ||
18 | + <string>APPL</string> | ||
19 | + <key>CFBundleShortVersionString</key> | ||
20 | + <string>$(FLUTTER_BUILD_NAME)</string> | ||
21 | + <key>CFBundleSignature</key> | ||
22 | + <string>????</string> | ||
23 | + <key>CFBundleVersion</key> | ||
24 | + <string>$(FLUTTER_BUILD_NUMBER)</string> | ||
25 | + <key>LSRequiresIPhoneOS</key> | ||
26 | + <true/> | ||
27 | + <key>NSAppTransportSecurity</key> | ||
4 | <dict> | 28 | <dict> |
5 | - <key>CFBundleDevelopmentRegion</key> | 29 | + <key>NSAllowsArbitraryLoads</key> |
6 | - <string>$(DEVELOPMENT_LANGUAGE)</string> | ||
7 | - <key>CFBundleExecutable</key> | ||
8 | - <string>$(EXECUTABLE_NAME)</string> | ||
9 | - <key>CFBundleIdentifier</key> | ||
10 | - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
11 | - <key>CFBundleInfoDictionaryVersion</key> | ||
12 | - <string>6.0</string> | ||
13 | - <key>CFBundleName</key> | ||
14 | - <string>one_poem</string> | ||
15 | - <key>CFBundlePackageType</key> | ||
16 | - <string>APPL</string> | ||
17 | - <key>CFBundleShortVersionString</key> | ||
18 | - <string>$(FLUTTER_BUILD_NAME)</string> | ||
19 | - <key>CFBundleSignature</key> | ||
20 | - <string>????</string> | ||
21 | - <key>CFBundleVersion</key> | ||
22 | - <string>$(FLUTTER_BUILD_NUMBER)</string> | ||
23 | - <key>LSRequiresIPhoneOS</key> | ||
24 | <true/> | 30 | <true/> |
25 | - <key>UILaunchStoryboardName</key> | ||
26 | - <string>LaunchScreen</string> | ||
27 | - <key>UIMainStoryboardFile</key> | ||
28 | - <string>Main</string> | ||
29 | - <key>UISupportedInterfaceOrientations</key> | ||
30 | - <array> | ||
31 | - <string>UIInterfaceOrientationPortrait</string> | ||
32 | - <string>UIInterfaceOrientationLandscapeLeft</string> | ||
33 | - <string>UIInterfaceOrientationLandscapeRight</string> | ||
34 | - </array> | ||
35 | - <key>UISupportedInterfaceOrientations~ipad</key> | ||
36 | - <array> | ||
37 | - <string>UIInterfaceOrientationPortrait</string> | ||
38 | - <string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
39 | - <string>UIInterfaceOrientationLandscapeLeft</string> | ||
40 | - <string>UIInterfaceOrientationLandscapeRight</string> | ||
41 | - </array> | ||
42 | - <key>UIViewControllerBasedStatusBarAppearance</key> | ||
43 | - <false/> | ||
44 | - <key>NSMicrophoneUsageDescription</key> | ||
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> | 31 | </dict> |
54 | -</plist> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
32 | + <key>NSMicrophoneUsageDescription</key> | ||
33 | + <string>打开话筒</string> | ||
34 | + <key>UILaunchStoryboardName</key> | ||
35 | + <string>LaunchScreen</string> | ||
36 | + <key>UIMainStoryboardFile</key> | ||
37 | + <string>Main</string> | ||
38 | + <key>UIStatusBarHidden</key> | ||
39 | + <false/> | ||
40 | + <key>UISupportedInterfaceOrientations</key> | ||
41 | + <array> | ||
42 | + <string>UIInterfaceOrientationPortrait</string> | ||
43 | + <string>UIInterfaceOrientationLandscapeLeft</string> | ||
44 | + <string>UIInterfaceOrientationLandscapeRight</string> | ||
45 | + </array> | ||
46 | + <key>UISupportedInterfaceOrientations~ipad</key> | ||
47 | + <array> | ||
48 | + <string>UIInterfaceOrientationPortrait</string> | ||
49 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
50 | + <string>UIInterfaceOrientationLandscapeLeft</string> | ||
51 | + <string>UIInterfaceOrientationLandscapeRight</string> | ||
52 | + </array> | ||
53 | + <key>UIViewControllerBasedStatusBarAppearance</key> | ||
54 | + <false/> | ||
55 | +</dict> | ||
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