Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 61af328

Browse files
committed
fix: ios version
1 parent 8731bc3 commit 61af328

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
CODE_SIGN_IDENTITY = "Apple Development";
489489
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
490490
CODE_SIGN_STYLE = Manual;
491-
CURRENT_PROJECT_VERSION = 5;
491+
CURRENT_PROJECT_VERSION = 6;
492492
DEVELOPMENT_TEAM = "";
493493
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8U6VTU2DJ;
494494
GOOGLE_CLIENT_ID = "$(GOOGLE_CLIENT_ID)";
@@ -524,7 +524,7 @@
524524
CODE_SIGN_IDENTITY = "Apple Development";
525525
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
526526
CODE_SIGN_STYLE = Manual;
527-
CURRENT_PROJECT_VERSION = 5;
527+
CURRENT_PROJECT_VERSION = 6;
528528
DEVELOPMENT_TEAM = "";
529529
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = F8U6VTU2DJ;
530530
GOOGLE_CLIENT_ID = "$(GOOGLE_CLIENT_ID)";

ios/App/App/Info.plist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,47 +11,47 @@
1111
<dict>
1212
<key>CFBundleAlternateIcons</key>
1313
<dict>
14-
<key>AppIcon1</key>
14+
<key>AppIcon 1</key>
1515
<dict>
1616
<key>CFBundleIconFiles</key>
1717
<array>
18-
<string>AppIcon1</string>
18+
<string>AppIcon 1</string>
1919
</array>
2020
<key>UIPrerenderedIcon</key>
2121
<false/>
2222
</dict>
23-
<key>AppIcon2</key>
23+
<key>AppIcon 2</key>
2424
<dict>
2525
<key>CFBundleIconFiles</key>
2626
<array>
27-
<string>AppIcon2</string>
27+
<string>AppIcon 2</string>
2828
</array>
2929
<key>UIPrerenderedIcon</key>
3030
<false/>
3131
</dict>
32-
<key>AppIcon3</key>
32+
<key>AppIcon 3</key>
3333
<dict>
3434
<key>CFBundleIconFiles</key>
3535
<array>
36-
<string>AppIcon3</string>
36+
<string>AppIcon 3</string>
3737
</array>
3838
<key>UIPrerenderedIcon</key>
3939
<false/>
4040
</dict>
41-
<key>AppIcon4</key>
41+
<key>AppIcon 4</key>
4242
<dict>
4343
<key>CFBundleIconFiles</key>
4444
<array>
45-
<string>AppIcon4</string>
45+
<string>AppIcon 4</string>
4646
</array>
4747
<key>UIPrerenderedIcon</key>
4848
<false/>
4949
</dict>
50-
<key>AppIcon5</key>
50+
<key>AppIcon 5</key>
5151
<dict>
5252
<key>CFBundleIconFiles</key>
5353
<array>
54-
<string>AppIcon5</string>
54+
<string>AppIcon 5</string>
5555
</array>
5656
<key>UIPrerenderedIcon</key>
5757
<false/>

0 commit comments

Comments
 (0)