Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gkasdorf committed Oct 17, 2023
1 parent 04bcc1a commit 83e72ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions ios/Memmy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Memmy/Memmy.entitlements;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = M2T765RRB4;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down Expand Up @@ -396,7 +396,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Memmy/Memmy.entitlements;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = M2T765RRB4;
INFOPLIST_FILE = Memmy/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Memmy;
Expand Down
17 changes: 4 additions & 13 deletions ios/Memmy/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>pride_new_icon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>pride_new_icon</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>blue_icon</key>
<dict>
<key>CFBundleIconFiles</key>
Expand Down Expand Up @@ -86,11 +77,11 @@
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>purple_icon</key>
<key>pride_new_icon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>purple_icon</string>
<string>pride_new_icon</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
Expand Down Expand Up @@ -158,7 +149,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4</string>
<string>6</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSRequiresIPhoneOS</key>
Expand All @@ -185,7 +176,7 @@
<key>NSPhotoLibraryUsageDescription</key>
<string>Allow Memmy App to access your photos</string>
<key>UILaunchStoryboardName</key>
<string>SplashScreen.storyboard</string>
<string>SplashScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
Expand Down

0 comments on commit 83e72ab

Please sign in to comment.