Showing
5 changed files
with
103 additions
and
23 deletions
1 | # Uncomment this line to define a global platform for your project | 1 | # Uncomment this line to define a global platform for your project |
2 | # platform :ios, '9.0' | 2 | # platform :ios, '9.0' |
3 | - | 3 | +platform :ios, '10.0' |
4 | # CocoaPods analytics sends network stats synchronously affecting flutter build latency. | 4 | # CocoaPods analytics sends network stats synchronously affecting flutter build latency. |
5 | ENV['COCOAPODS_DISABLE_STATS'] = 'true' | 5 | ENV['COCOAPODS_DISABLE_STATS'] = 'true' |
6 | 6 | ... | ... |
1 | PODS: | 1 | PODS: |
2 | + - AMap2DMap (5.6.1): | ||
3 | + - AMapFoundation (~> 1.4) | ||
4 | + - AMapFoundation (1.6.9) | ||
5 | + - AMapLocation (2.8.0): | ||
6 | + - AMapFoundation (~> 1.6.9) | ||
7 | + - AMapSearch (8.1.0): | ||
8 | + - AMapFoundation (~> 1.6.9) | ||
9 | + - BIJKPlayer (0.7.16) | ||
10 | + - camera (0.0.1): | ||
11 | + - Flutter | ||
2 | - device_info_plus (0.0.1): | 12 | - device_info_plus (0.0.1): |
3 | - Flutter | 13 | - Flutter |
14 | + - fijkplayer (0.10.1): | ||
15 | + - BIJKPlayer (~> 0.7.16) | ||
16 | + - Flutter | ||
4 | - Flutter (1.0.0) | 17 | - Flutter (1.0.0) |
18 | + - flutter_2d_amap (0.0.1): | ||
19 | + - AMap2DMap | ||
20 | + - AMapLocation | ||
21 | + - AMapSearch | ||
22 | + - Flutter | ||
23 | + - flutter_native_splash (0.0.1): | ||
24 | + - Flutter | ||
25 | + - flutter_sound (9.1.9): | ||
26 | + - Flutter | ||
27 | + - flutter_sound_core (= 9.1.9) | ||
28 | + - flutter_sound_core (9.1.9) | ||
5 | - FMDB (2.7.5): | 29 | - FMDB (2.7.5): |
6 | - FMDB/standard (= 2.7.5) | 30 | - FMDB/standard (= 2.7.5) |
7 | - FMDB/standard (2.7.5) | 31 | - FMDB/standard (2.7.5) |
... | @@ -12,10 +36,12 @@ PODS: | ... | @@ -12,10 +36,12 @@ PODS: |
12 | - MTBBarcodeScanner (5.0.11) | 36 | - MTBBarcodeScanner (5.0.11) |
13 | - path_provider_ios (0.0.1): | 37 | - path_provider_ios (0.0.1): |
14 | - Flutter | 38 | - Flutter |
39 | + - permission_handler_apple (9.0.2): | ||
40 | + - Flutter | ||
15 | - qr_code_scanner (0.2.0): | 41 | - qr_code_scanner (0.2.0): |
16 | - Flutter | 42 | - Flutter |
17 | - MTBBarcodeScanner | 43 | - MTBBarcodeScanner |
18 | - - quick_actions (0.0.1): | 44 | + - quick_actions_ios (0.0.1): |
19 | - Flutter | 45 | - Flutter |
20 | - shared_preferences_ios (0.0.1): | 46 | - shared_preferences_ios (0.0.1): |
21 | - Flutter | 47 | - Flutter |
... | @@ -26,46 +52,70 @@ PODS: | ... | @@ -26,46 +52,70 @@ PODS: |
26 | - Flutter | 52 | - Flutter |
27 | - vibration (1.7.4-nullsafety.0): | 53 | - vibration (1.7.4-nullsafety.0): |
28 | - Flutter | 54 | - Flutter |
29 | - - video_player (0.0.1): | 55 | + - video_player_avfoundation (0.0.1): |
30 | - Flutter | 56 | - Flutter |
31 | - webview_flutter_wkwebview (0.0.1): | 57 | - webview_flutter_wkwebview (0.0.1): |
32 | - Flutter | 58 | - Flutter |
33 | 59 | ||
34 | DEPENDENCIES: | 60 | DEPENDENCIES: |
61 | + - camera (from `.symlinks/plugins/camera/ios`) | ||
35 | - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) | 62 | - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) |
63 | + - fijkplayer (from `.symlinks/plugins/fijkplayer/ios`) | ||
36 | - Flutter (from `Flutter`) | 64 | - Flutter (from `Flutter`) |
65 | + - flutter_2d_amap (from `.symlinks/plugins/flutter_2d_amap/ios`) | ||
66 | + - flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`) | ||
67 | + - flutter_sound (from `.symlinks/plugins/flutter_sound/ios`) | ||
37 | - image_picker (from `.symlinks/plugins/image_picker/ios`) | 68 | - image_picker (from `.symlinks/plugins/image_picker/ios`) |
38 | - integration_test (from `.symlinks/plugins/integration_test/ios`) | 69 | - integration_test (from `.symlinks/plugins/integration_test/ios`) |
39 | - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) | 70 | - path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) |
71 | + - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) | ||
40 | - qr_code_scanner (from `.symlinks/plugins/qr_code_scanner/ios`) | 72 | - qr_code_scanner (from `.symlinks/plugins/qr_code_scanner/ios`) |
41 | - - quick_actions (from `.symlinks/plugins/quick_actions/ios`) | 73 | + - quick_actions_ios (from `.symlinks/plugins/quick_actions_ios/ios`) |
42 | - shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`) | 74 | - shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`) |
43 | - sqflite (from `.symlinks/plugins/sqflite/ios`) | 75 | - sqflite (from `.symlinks/plugins/sqflite/ios`) |
44 | - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) | 76 | - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) |
45 | - vibration (from `.symlinks/plugins/vibration/ios`) | 77 | - vibration (from `.symlinks/plugins/vibration/ios`) |
46 | - - video_player (from `.symlinks/plugins/video_player/ios`) | 78 | + - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/ios`) |
47 | - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`) | 79 | - webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`) |
48 | 80 | ||
49 | SPEC REPOS: | 81 | SPEC REPOS: |
50 | trunk: | 82 | trunk: |
83 | + - AMap2DMap | ||
84 | + - AMapFoundation | ||
85 | + - AMapLocation | ||
86 | + - AMapSearch | ||
87 | + - BIJKPlayer | ||
88 | + - flutter_sound_core | ||
51 | - FMDB | 89 | - FMDB |
52 | - MTBBarcodeScanner | 90 | - MTBBarcodeScanner |
53 | 91 | ||
54 | EXTERNAL SOURCES: | 92 | EXTERNAL SOURCES: |
93 | + camera: | ||
94 | + :path: ".symlinks/plugins/camera/ios" | ||
55 | device_info_plus: | 95 | device_info_plus: |
56 | :path: ".symlinks/plugins/device_info_plus/ios" | 96 | :path: ".symlinks/plugins/device_info_plus/ios" |
97 | + fijkplayer: | ||
98 | + :path: ".symlinks/plugins/fijkplayer/ios" | ||
57 | Flutter: | 99 | Flutter: |
58 | :path: Flutter | 100 | :path: Flutter |
101 | + flutter_2d_amap: | ||
102 | + :path: ".symlinks/plugins/flutter_2d_amap/ios" | ||
103 | + flutter_native_splash: | ||
104 | + :path: ".symlinks/plugins/flutter_native_splash/ios" | ||
105 | + flutter_sound: | ||
106 | + :path: ".symlinks/plugins/flutter_sound/ios" | ||
59 | image_picker: | 107 | image_picker: |
60 | :path: ".symlinks/plugins/image_picker/ios" | 108 | :path: ".symlinks/plugins/image_picker/ios" |
61 | integration_test: | 109 | integration_test: |
62 | :path: ".symlinks/plugins/integration_test/ios" | 110 | :path: ".symlinks/plugins/integration_test/ios" |
63 | path_provider_ios: | 111 | path_provider_ios: |
64 | :path: ".symlinks/plugins/path_provider_ios/ios" | 112 | :path: ".symlinks/plugins/path_provider_ios/ios" |
113 | + permission_handler_apple: | ||
114 | + :path: ".symlinks/plugins/permission_handler_apple/ios" | ||
65 | qr_code_scanner: | 115 | qr_code_scanner: |
66 | :path: ".symlinks/plugins/qr_code_scanner/ios" | 116 | :path: ".symlinks/plugins/qr_code_scanner/ios" |
67 | - quick_actions: | 117 | + quick_actions_ios: |
68 | - :path: ".symlinks/plugins/quick_actions/ios" | 118 | + :path: ".symlinks/plugins/quick_actions_ios/ios" |
69 | shared_preferences_ios: | 119 | shared_preferences_ios: |
70 | :path: ".symlinks/plugins/shared_preferences_ios/ios" | 120 | :path: ".symlinks/plugins/shared_preferences_ios/ios" |
71 | sqflite: | 121 | sqflite: |
... | @@ -74,28 +124,40 @@ EXTERNAL SOURCES: | ... | @@ -74,28 +124,40 @@ EXTERNAL SOURCES: |
74 | :path: ".symlinks/plugins/url_launcher_ios/ios" | 124 | :path: ".symlinks/plugins/url_launcher_ios/ios" |
75 | vibration: | 125 | vibration: |
76 | :path: ".symlinks/plugins/vibration/ios" | 126 | :path: ".symlinks/plugins/vibration/ios" |
77 | - video_player: | 127 | + video_player_avfoundation: |
78 | - :path: ".symlinks/plugins/video_player/ios" | 128 | + :path: ".symlinks/plugins/video_player_avfoundation/ios" |
79 | webview_flutter_wkwebview: | 129 | webview_flutter_wkwebview: |
80 | :path: ".symlinks/plugins/webview_flutter_wkwebview/ios" | 130 | :path: ".symlinks/plugins/webview_flutter_wkwebview/ios" |
81 | 131 | ||
82 | SPEC CHECKSUMS: | 132 | SPEC CHECKSUMS: |
133 | + AMap2DMap: cac76bc057de18a1641f34df6b50bf5bc6b23571 | ||
134 | + AMapFoundation: 8d8ecbb0b2e9ce5487995360d26c885d94642bfd | ||
135 | + AMapLocation: 5ef44a1117be7dc541cb7a7d43d03c5ee91e4387 | ||
136 | + AMapSearch: 5c1cc07429f04b9cc76438fcb2411c66fdbbb178 | ||
137 | + BIJKPlayer: 4c5d66e5cb99ae5bade6f22a4fcc031722a81c64 | ||
138 | + camera: 9993f92f2c793e87b65e35f3a23c70582afb05b1 | ||
83 | device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed | 139 | device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed |
140 | + fijkplayer: 5ecf78e80cb97eed64cc170b094a4f691d9b9691 | ||
84 | Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a | 141 | Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a |
142 | + flutter_2d_amap: f8ad6a1b4cf35cf9fb051a20e869e0ab1de1d250 | ||
143 | + flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef | ||
144 | + flutter_sound: 6881de605c6302cfffd8fc531f37dce0d3eab238 | ||
145 | + flutter_sound_core: 34596cd952a1a6056c52fb07d2102487d2723d51 | ||
85 | FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a | 146 | FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a |
86 | - image_picker: 9aa50e1d8cdacdbed739e925b7eea16d014367e6 | 147 | + image_picker: 541dcbb3b9cf32d87eacbd957845d8651d6c62c3 |
87 | integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5 | 148 | integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5 |
88 | MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb | 149 | MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb |
89 | - path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5 | 150 | + path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 |
151 | + permission_handler_apple: d21b38e1a4b2e041c63af9568f9165e114e507a6 | ||
90 | qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e | 152 | qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e |
91 | - quick_actions: cd83314083fa994182e6cd9e7516167a215a4f83 | 153 | + quick_actions_ios: 622e9076602c57f1f937f1c13e5c59c3379347e9 |
92 | - shared_preferences_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32 | 154 | + shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad |
93 | sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 | 155 | sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904 |
94 | - url_launcher_ios: 02f1989d4e14e998335b02b67a7590fa34f971af | 156 | + url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de |
95 | vibration: 1ec279c4a1a7a646627b54039d812334b3f1114a | 157 | vibration: 1ec279c4a1a7a646627b54039d812334b3f1114a |
96 | - video_player: ecd305f42e9044793efd34846e1ce64c31ea6fcb | 158 | + video_player_avfoundation: e489aac24ef5cf7af82702979ed16f2a5ef84cff |
97 | webview_flutter_wkwebview: 005fbd90c888a42c5690919a1527ecc6649e1162 | 159 | webview_flutter_wkwebview: 005fbd90c888a42c5690919a1527ecc6649e1162 |
98 | 160 | ||
99 | -PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c | 161 | +PODFILE CHECKSUM: 3ed452d0a19c518c00c368fa2b2bb74430f6d271 |
100 | 162 | ||
101 | COCOAPODS: 1.11.2 | 163 | COCOAPODS: 1.11.2 | ... | ... |
... | @@ -141,6 +141,7 @@ | ... | @@ -141,6 +141,7 @@ |
141 | 9705A1C41CF9048500538489 /* Embed Frameworks */, | 141 | 9705A1C41CF9048500538489 /* Embed Frameworks */, |
142 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, | 142 | 3B06AD1E1E4923F5004D2608 /* Thin Binary */, |
143 | 9D6BA3C893364097B9DAF86C /* [CP] Embed Pods Frameworks */, | 143 | 9D6BA3C893364097B9DAF86C /* [CP] Embed Pods Frameworks */, |
144 | + CBF8C0EF30D11FE28A7C49DF /* [CP] Copy Pods Resources */, | ||
144 | ); | 145 | ); |
145 | buildRules = ( | 146 | buildRules = ( |
146 | ); | 147 | ); |
... | @@ -244,6 +245,23 @@ | ... | @@ -244,6 +245,23 @@ |
244 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; | 245 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; |
245 | showEnvVarsInLog = 0; | 246 | showEnvVarsInLog = 0; |
246 | }; | 247 | }; |
248 | + CBF8C0EF30D11FE28A7C49DF /* [CP] Copy Pods Resources */ = { | ||
249 | + isa = PBXShellScriptBuildPhase; | ||
250 | + buildActionMask = 2147483647; | ||
251 | + files = ( | ||
252 | + ); | ||
253 | + inputFileListPaths = ( | ||
254 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", | ||
255 | + ); | ||
256 | + name = "[CP] Copy Pods Resources"; | ||
257 | + outputFileListPaths = ( | ||
258 | + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", | ||
259 | + ); | ||
260 | + runOnlyForDeploymentPostprocessing = 0; | ||
261 | + shellPath = /bin/sh; | ||
262 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; | ||
263 | + showEnvVarsInLog = 0; | ||
264 | + }; | ||
247 | CC909DE866AFE56534E9B880 /* [CP] Check Pods Manifest.lock */ = { | 265 | CC909DE866AFE56534E9B880 /* [CP] Check Pods Manifest.lock */ = { |
248 | isa = PBXShellScriptBuildPhase; | 266 | isa = PBXShellScriptBuildPhase; |
249 | buildActionMask = 2147483647; | 267 | buildActionMask = 2147483647; |
... | @@ -364,7 +382,7 @@ | ... | @@ -364,7 +382,7 @@ |
364 | "$(inherited)", | 382 | "$(inherited)", |
365 | "@executable_path/Frameworks", | 383 | "@executable_path/Frameworks", |
366 | ); | 384 | ); |
367 | - PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.onePoem; | 385 | + PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.Parlando; |
368 | PRODUCT_NAME = "$(TARGET_NAME)"; | 386 | PRODUCT_NAME = "$(TARGET_NAME)"; |
369 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 387 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
370 | SWIFT_VERSION = 5.0; | 388 | SWIFT_VERSION = 5.0; |
... | @@ -492,7 +510,7 @@ | ... | @@ -492,7 +510,7 @@ |
492 | "$(inherited)", | 510 | "$(inherited)", |
493 | "@executable_path/Frameworks", | 511 | "@executable_path/Frameworks", |
494 | ); | 512 | ); |
495 | - PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.onePoem; | 513 | + PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.Parlando; |
496 | PRODUCT_NAME = "$(TARGET_NAME)"; | 514 | PRODUCT_NAME = "$(TARGET_NAME)"; |
497 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 515 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
498 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | 516 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
... | @@ -515,7 +533,7 @@ | ... | @@ -515,7 +533,7 @@ |
515 | "$(inherited)", | 533 | "$(inherited)", |
516 | "@executable_path/Frameworks", | 534 | "@executable_path/Frameworks", |
517 | ); | 535 | ); |
518 | - PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.onePoem; | 536 | + PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.Parlando; |
519 | PRODUCT_NAME = "$(TARGET_NAME)"; | 537 | PRODUCT_NAME = "$(TARGET_NAME)"; |
520 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 538 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
521 | SWIFT_VERSION = 5.0; | 539 | SWIFT_VERSION = 5.0; | ... | ... |
... | @@ -437,21 +437,21 @@ packages: | ... | @@ -437,21 +437,21 @@ packages: |
437 | name: flutter_sound | 437 | name: flutter_sound |
438 | url: "https://pub.flutter-io.cn" | 438 | url: "https://pub.flutter-io.cn" |
439 | source: hosted | 439 | source: hosted |
440 | - version: "9.1.7" | 440 | + version: "9.1.9" |
441 | flutter_sound_platform_interface: | 441 | flutter_sound_platform_interface: |
442 | dependency: transitive | 442 | dependency: transitive |
443 | description: | 443 | description: |
444 | name: flutter_sound_platform_interface | 444 | name: flutter_sound_platform_interface |
445 | url: "https://pub.flutter-io.cn" | 445 | url: "https://pub.flutter-io.cn" |
446 | source: hosted | 446 | source: hosted |
447 | - version: "9.1.7" | 447 | + version: "9.1.9" |
448 | flutter_sound_web: | 448 | flutter_sound_web: |
449 | dependency: transitive | 449 | dependency: transitive |
450 | description: | 450 | description: |
451 | name: flutter_sound_web | 451 | name: flutter_sound_web |
452 | url: "https://pub.flutter-io.cn" | 452 | url: "https://pub.flutter-io.cn" |
453 | source: hosted | 453 | source: hosted |
454 | - version: "9.1.7" | 454 | + version: "9.1.9" |
455 | flutter_spinkit: | 455 | flutter_spinkit: |
456 | dependency: "direct main" | 456 | dependency: "direct main" |
457 | description: | 457 | description: | ... | ... |
... | @@ -96,7 +96,7 @@ dependencies: | ... | @@ -96,7 +96,7 @@ dependencies: |
96 | flutter_spinkit: ^5.0.0 | 96 | flutter_spinkit: ^5.0.0 |
97 | 97 | ||
98 | json_annotation: ^4.4.0 | 98 | json_annotation: ^4.4.0 |
99 | - flutter_sound: ^9.1.7 | 99 | + flutter_sound: ^9.1.9 |
100 | 100 | ||
101 | # fijkplayer (Video player plugin for Flutter) Flutter 媒体播放器 | 101 | # fijkplayer (Video player plugin for Flutter) Flutter 媒体播放器 |
102 | fijkplayer: ^0.10.1 | 102 | fijkplayer: ^0.10.1 | ... | ... |
-
Please register or login to post a comment