Skip to content

Commit c1cd6e1

Browse files
committed
🙈 :art Update env ignore and plist.
1 parent bbff9ec commit c1cd6e1

File tree

2 files changed

+45
-44
lines changed

2 files changed

+45
-44
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ build/
7373
!**/ios/**/default.pbxuser
7474
!**/ios/**/default.perspectivev3
7575
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
76-
*.lock
76+
*.lock
77+
.env

example/ios/Runner/Info.plist

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,53 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleDevelopmentRegion</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>com.fluttercandies.wechatAssetsPickerExample</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/>
25-
<key>NSAppTransportSecurity</key>
5+
<key>CFBundleDevelopmentRegion</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>com.fluttercandies.wechatAssetsPickerExample</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/>
25+
<key>NSAppTransportSecurity</key>
2626
<dict>
27-
<key>NSAllowsArbitraryLoads</key>
28-
<true/>
27+
<key>NSAllowsArbitraryLoads</key>
28+
<true/>
2929
</dict>
30-
<key>NSPhotoLibraryUsageDescription</key>
30+
<key>NSPhotoLibraryUsageDescription</key>
3131
<string>Read your photos for display</string>
3232
<key>NSCameraUsageDescription</key>
3333
<string>Take a photo for display</string>
34-
<key>UILaunchStoryboardName</key>
35-
<string>LaunchScreen</string>
36-
<key>UIMainStoryboardFile</key>
37-
<string>Main</string>
38-
<key>UISupportedInterfaceOrientations</key>
39-
<array>
40-
<string>UIInterfaceOrientationPortrait</string>
41-
<string>UIInterfaceOrientationLandscapeLeft</string>
42-
<string>UIInterfaceOrientationLandscapeRight</string>
43-
</array>
44-
<key>UISupportedInterfaceOrientations~ipad</key>
45-
<array>
46-
<string>UIInterfaceOrientationPortrait</string>
47-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
48-
<string>UIInterfaceOrientationLandscapeLeft</string>
49-
<string>UIInterfaceOrientationLandscapeRight</string>
50-
</array>
51-
<key>UIViewControllerBasedStatusBarAppearance</key>
52-
<false/>
34+
<key>UILaunchStoryboardName</key>
35+
<string>LaunchScreen</string>
36+
<key>UIMainStoryboardFile</key>
37+
<string>Main</string>
38+
<key>UISupportedInterfaceOrientations</key>
39+
<array>
40+
<string>UIInterfaceOrientationPortrait</string>
41+
<string>UIInterfaceOrientationLandscapeLeft</string>
42+
<string>UIInterfaceOrientationLandscapeRight</string>
43+
</array>
44+
<key>UISupportedInterfaceOrientations~ipad</key>
45+
<array>
46+
<string>UIInterfaceOrientationPortrait</string>
47+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
48+
<string>UIInterfaceOrientationLandscapeLeft</string>
49+
<string>UIInterfaceOrientationLandscapeRight</string>
50+
</array>
51+
<key>UIViewControllerBasedStatusBarAppearance</key>
52+
<false/>
5353
</dict>
5454
</plist>

0 commit comments

Comments
 (0)