Skip to content

Commit e8acefa

Browse files
committed
🚀 Migrate example iOS
1 parent 161e222 commit e8acefa

File tree

9 files changed

+68
-77
lines changed

9 files changed

+68
-77
lines changed

example/.metadata

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,27 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: 8af6b2f038c1172e61d418869363a28dffec3cb4
8-
channel: stable
7+
revision: "54e66469a933b60ddf175f858f82eaeb97e48c8d"
8+
channel: "stable"
99

1010
project_type: app
11+
12+
# Tracks metadata for the flutter migrate command
13+
migration:
14+
platforms:
15+
- platform: root
16+
create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
17+
base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
18+
- platform: ios
19+
create_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
20+
base_revision: 54e66469a933b60ddf175f858f82eaeb97e48c8d
21+
22+
# User provided section
23+
24+
# List of Local paths (relative to this file) that should be
25+
# ignored by the migrate tool.
26+
#
27+
# Files that are not part of the templates will be ignored by default.
28+
unmanaged_files:
29+
- 'lib/main.dart'
30+
- 'ios/Runner.xcodeproj/project.pbxproj'

example/ios/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**/dgph
12
*.mode1v3
23
*.mode2v3
34
*.moved-aside
@@ -18,6 +19,7 @@ Flutter/App.framework
1819
Flutter/Flutter.framework
1920
Flutter/Flutter.podspec
2021
Flutter/Generated.xcconfig
22+
Flutter/ephemeral/
2123
Flutter/app.flx
2224
Flutter/app.zip
2325
Flutter/flutter_assets/

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
6-
<string>$(DEVELOPMENT_LANGUAGE)</string>
6+
<string>en</string>
77
<key>CFBundleExecutable</key>
88
<string>App</string>
99
<key>CFBundleIdentifier</key>

example/ios/Flutter/Debug.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
1+
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
22
#include "Generated.xcconfig"

example/ios/Flutter/Release.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
1+
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
22
#include "Generated.xcconfig"

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 37 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
0A0E89E1223357E5C8DF60A9 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D89E84167F0EF469C20425C /* Pods_Runner.framework */; };
1110
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1211
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1312
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1413
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1514
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1615
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
16+
DE0083F8287AACE5E372BC08 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28EF12B86832223EF984DA78 /* Pods_Runner.framework */; };
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXCopyFilesBuildPhase section */
@@ -32,35 +32,53 @@
3232
/* Begin PBXFileReference section */
3333
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
3434
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
35-
180763EBD166204634D65430 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
35+
28EF12B86832223EF984DA78 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
36+
2D98E0330079ED446B07CDD0 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
37+
2DF77FA1A055B71B2003BAB4 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
3638
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
37-
3D89E84167F0EF469C20425C /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3839
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
3940
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4041
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
41-
86785547D2CA1390AA68C185 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
42+
85B9EB071C87E3071B5E5EA9 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
4243
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
4344
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
4445
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
4546
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4647
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4748
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4849
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
49-
FF4130927988AA89C13011AF /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
5050
/* End PBXFileReference section */
5151

5252
/* Begin PBXFrameworksBuildPhase section */
5353
97C146EB1CF9000F007C117D /* Frameworks */ = {
5454
isa = PBXFrameworksBuildPhase;
5555
buildActionMask = 2147483647;
5656
files = (
57-
0A0E89E1223357E5C8DF60A9 /* Pods_Runner.framework in Frameworks */,
57+
DE0083F8287AACE5E372BC08 /* Pods_Runner.framework in Frameworks */,
5858
);
5959
runOnlyForDeploymentPostprocessing = 0;
6060
};
6161
/* End PBXFrameworksBuildPhase section */
6262

6363
/* Begin PBXGroup section */
64+
063E9DFF1D157100700C18F3 /* Frameworks */ = {
65+
isa = PBXGroup;
66+
children = (
67+
28EF12B86832223EF984DA78 /* Pods_Runner.framework */,
68+
);
69+
name = Frameworks;
70+
sourceTree = "<group>";
71+
};
72+
4440CA71AB73CD77CD394B64 /* Pods */ = {
73+
isa = PBXGroup;
74+
children = (
75+
2D98E0330079ED446B07CDD0 /* Pods-Runner.debug.xcconfig */,
76+
85B9EB071C87E3071B5E5EA9 /* Pods-Runner.release.xcconfig */,
77+
2DF77FA1A055B71B2003BAB4 /* Pods-Runner.profile.xcconfig */,
78+
);
79+
path = Pods;
80+
sourceTree = "<group>";
81+
};
6482
9740EEB11CF90186004384FC /* Flutter */ = {
6583
isa = PBXGroup;
6684
children = (
@@ -78,8 +96,8 @@
7896
9740EEB11CF90186004384FC /* Flutter */,
7997
97C146F01CF9000F007C117D /* Runner */,
8098
97C146EF1CF9000F007C117D /* Products */,
81-
AD82BCD6598FE589D9EE5885 /* Pods */,
82-
C500A9C842C2026CDD7B2B42 /* Frameworks */,
99+
4440CA71AB73CD77CD394B64 /* Pods */,
100+
063E9DFF1D157100700C18F3 /* Frameworks */,
83101
);
84102
sourceTree = "<group>";
85103
};
@@ -98,7 +116,6 @@
98116
97C146FD1CF9000F007C117D /* Assets.xcassets */,
99117
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
100118
97C147021CF9000F007C117D /* Info.plist */,
101-
97C146F11CF9000F007C117D /* Supporting Files */,
102119
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
103120
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
104121
74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
@@ -107,46 +124,21 @@
107124
path = Runner;
108125
sourceTree = "<group>";
109126
};
110-
97C146F11CF9000F007C117D /* Supporting Files */ = {
111-
isa = PBXGroup;
112-
children = (
113-
);
114-
name = "Supporting Files";
115-
sourceTree = "<group>";
116-
};
117-
AD82BCD6598FE589D9EE5885 /* Pods */ = {
118-
isa = PBXGroup;
119-
children = (
120-
86785547D2CA1390AA68C185 /* Pods-Runner.debug.xcconfig */,
121-
FF4130927988AA89C13011AF /* Pods-Runner.release.xcconfig */,
122-
180763EBD166204634D65430 /* Pods-Runner.profile.xcconfig */,
123-
);
124-
path = Pods;
125-
sourceTree = "<group>";
126-
};
127-
C500A9C842C2026CDD7B2B42 /* Frameworks */ = {
128-
isa = PBXGroup;
129-
children = (
130-
3D89E84167F0EF469C20425C /* Pods_Runner.framework */,
131-
);
132-
name = Frameworks;
133-
sourceTree = "<group>";
134-
};
135127
/* End PBXGroup section */
136128

137129
/* Begin PBXNativeTarget section */
138130
97C146ED1CF9000F007C117D /* Runner */ = {
139131
isa = PBXNativeTarget;
140132
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
141133
buildPhases = (
142-
C187617FADA857B8B546364C /* [CP] Check Pods Manifest.lock */,
134+
E2B36657A316D9B98DF5E525 /* [CP] Check Pods Manifest.lock */,
143135
9740EEB61CF901F6004384FC /* Run Script */,
144136
97C146EA1CF9000F007C117D /* Sources */,
145137
97C146EB1CF9000F007C117D /* Frameworks */,
146138
97C146EC1CF9000F007C117D /* Resources */,
147139
9705A1C41CF9048500538489 /* Embed Frameworks */,
148140
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
149-
187C2E5DFF21C7CEB3EB430D /* [CP] Embed Pods Frameworks */,
141+
021C4D94871CB106E79045E3 /* [CP] Embed Pods Frameworks */,
150142
);
151143
buildRules = (
152144
);
@@ -163,6 +155,7 @@
163155
97C146E61CF9000F007C117D /* Project object */ = {
164156
isa = PBXProject;
165157
attributes = {
158+
BuildIndependentTargetsInParallel = YES;
166159
LastUpgradeCheck = 1510;
167160
ORGANIZATIONNAME = "";
168161
TargetAttributes = {
@@ -205,7 +198,7 @@
205198
/* End PBXResourcesBuildPhase section */
206199

207200
/* Begin PBXShellScriptBuildPhase section */
208-
187C2E5DFF21C7CEB3EB430D /* [CP] Embed Pods Frameworks */ = {
201+
021C4D94871CB106E79045E3 /* [CP] Embed Pods Frameworks */ = {
209202
isa = PBXShellScriptBuildPhase;
210203
buildActionMask = 2147483647;
211204
files = (
@@ -253,7 +246,7 @@
253246
shellPath = /bin/sh;
254247
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
255248
};
256-
C187617FADA857B8B546364C /* [CP] Check Pods Manifest.lock */ = {
249+
E2B36657A316D9B98DF5E525 /* [CP] Check Pods Manifest.lock */ = {
257250
isa = PBXShellScriptBuildPhase;
258251
buildActionMask = 2147483647;
259252
files = (
@@ -313,6 +306,7 @@
313306
isa = XCBuildConfiguration;
314307
buildSettings = {
315308
ALWAYS_SEARCH_USER_PATHS = NO;
309+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
316310
CLANG_ANALYZER_NONNULL = YES;
317311
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
318312
CLANG_CXX_LIBRARY = "libc++";
@@ -342,6 +336,7 @@
342336
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
343337
ENABLE_NS_ASSERTIONS = NO;
344338
ENABLE_STRICT_OBJC_MSGSEND = YES;
339+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
345340
GCC_C_LANGUAGE_STANDARD = gnu99;
346341
GCC_NO_COMMON_BLOCKS = YES;
347342
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -368,19 +363,11 @@
368363
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
369364
DEVELOPMENT_TEAM = 64MAFNBS88;
370365
ENABLE_BITCODE = NO;
371-
FRAMEWORK_SEARCH_PATHS = (
372-
"$(inherited)",
373-
"$(PROJECT_DIR)/Flutter",
374-
);
375366
INFOPLIST_FILE = Runner/Info.plist;
376367
LD_RUNPATH_SEARCH_PATHS = (
377368
"$(inherited)",
378369
"@executable_path/Frameworks",
379370
);
380-
LIBRARY_SEARCH_PATHS = (
381-
"$(inherited)",
382-
"$(PROJECT_DIR)/Flutter",
383-
);
384371
PRODUCT_BUNDLE_IDENTIFIER = com.fluttercandies.wechatCameraPickerDemo;
385372
PRODUCT_NAME = "$(TARGET_NAME)";
386373
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -393,6 +380,7 @@
393380
isa = XCBuildConfiguration;
394381
buildSettings = {
395382
ALWAYS_SEARCH_USER_PATHS = NO;
383+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
396384
CLANG_ANALYZER_NONNULL = YES;
397385
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
398386
CLANG_CXX_LIBRARY = "libc++";
@@ -422,6 +410,7 @@
422410
DEBUG_INFORMATION_FORMAT = dwarf;
423411
ENABLE_STRICT_OBJC_MSGSEND = YES;
424412
ENABLE_TESTABILITY = YES;
413+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
425414
GCC_C_LANGUAGE_STANDARD = gnu99;
426415
GCC_DYNAMIC_NO_PIC = NO;
427416
GCC_NO_COMMON_BLOCKS = YES;
@@ -448,6 +437,7 @@
448437
isa = XCBuildConfiguration;
449438
buildSettings = {
450439
ALWAYS_SEARCH_USER_PATHS = NO;
440+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
451441
CLANG_ANALYZER_NONNULL = YES;
452442
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
453443
CLANG_CXX_LIBRARY = "libc++";
@@ -477,6 +467,7 @@
477467
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
478468
ENABLE_NS_ASSERTIONS = NO;
479469
ENABLE_STRICT_OBJC_MSGSEND = YES;
470+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
480471
GCC_C_LANGUAGE_STANDARD = gnu99;
481472
GCC_NO_COMMON_BLOCKS = YES;
482473
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -505,19 +496,11 @@
505496
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
506497
DEVELOPMENT_TEAM = 64MAFNBS88;
507498
ENABLE_BITCODE = NO;
508-
FRAMEWORK_SEARCH_PATHS = (
509-
"$(inherited)",
510-
"$(PROJECT_DIR)/Flutter",
511-
);
512499
INFOPLIST_FILE = Runner/Info.plist;
513500
LD_RUNPATH_SEARCH_PATHS = (
514501
"$(inherited)",
515502
"@executable_path/Frameworks",
516503
);
517-
LIBRARY_SEARCH_PATHS = (
518-
"$(inherited)",
519-
"$(PROJECT_DIR)/Flutter",
520-
);
521504
PRODUCT_BUNDLE_IDENTIFIER = com.fluttercandies.wechatCameraPickerDemo;
522505
PRODUCT_NAME = "$(TARGET_NAME)";
523506
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -536,19 +519,11 @@
536519
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
537520
DEVELOPMENT_TEAM = 64MAFNBS88;
538521
ENABLE_BITCODE = NO;
539-
FRAMEWORK_SEARCH_PATHS = (
540-
"$(inherited)",
541-
"$(PROJECT_DIR)/Flutter",
542-
);
543522
INFOPLIST_FILE = Runner/Info.plist;
544523
LD_RUNPATH_SEARCH_PATHS = (
545524
"$(inherited)",
546525
"@executable_path/Frameworks",
547526
);
548-
LIBRARY_SEARCH_PATHS = (
549-
"$(inherited)",
550-
"$(PROJECT_DIR)/Flutter",
551-
);
552527
PRODUCT_BUNDLE_IDENTIFIER = com.fluttercandies.wechatCameraPickerDemo;
553528
PRODUCT_NAME = "$(TARGET_NAME)";
554529
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
ReferencedContainer = "container:Runner.xcodeproj">
3939
</BuildableReference>
4040
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:Runner.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Profile"

example/ios/Runner/Info.plist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleDisplayName</key>
1414
<string>Wechat Camera Picker Example</string>
1515
<key>CFBundleName</key>
16-
<string>wechat_camera_picker_demo</string>
16+
<string>com.fluttercandies.wechatCameraPickerExample</string>
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
@@ -47,8 +47,6 @@
4747
<string>UIInterfaceOrientationLandscapeLeft</string>
4848
<string>UIInterfaceOrientationLandscapeRight</string>
4949
</array>
50-
<key>UIViewControllerBasedStatusBarAppearance</key>
51-
<false/>
5250
<key>CADisableMinimumFrameDurationOnPhone</key>
5351
<true/>
5452
<key>UIApplicationSupportsIndirectInputEvents</key>

example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 4.2.2+34
44
publish_to: none
55

66
environment:
7-
sdk: ^3.2.0
8-
flutter: '>=3.16.0'
7+
sdk: ^3.3.0
8+
flutter: '>=3.19.0'
99

1010
dependencies:
1111
flutter:
@@ -17,7 +17,7 @@ dependencies:
1717
wechat_camera_picker:
1818
path: ../
1919

20-
package_info_plus: ^5.0.0
20+
package_info_plus: ^8.0.0
2121
video_player: ^2.7.0
2222

2323
dev_dependencies:

0 commit comments

Comments
 (0)