Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fixed appicon in info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Jul 23, 2020
1 parent 9ca10c3 commit 15585d0
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 4 deletions.
2 changes: 2 additions & 0 deletions TUM Campus App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "TUM Campus App/TUM Campus App.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
Expand Down Expand Up @@ -1299,6 +1300,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "TUM Campus App/TUM Campus App.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
Expand Down
52 changes: 48 additions & 4 deletions TUM Campus App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,58 @@
<false/>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<key>UINewsstandIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>default</string>
<string></string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
<key>UINewsstandBindingEdge</key>
<string>UINewsstandBindingEdgeLeft</string>
<key>UINewsstandBindingType</key>
<string>UINewsstandBindingTypeMagazine</string>
</dict>
</dict>
<key>CFBundleIcons~ipad</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>3D</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>3D</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>inverted</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>white</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>outline</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>outline</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>pride</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>pride</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<key>UINewsstandIcon</key>
<dict>
Expand Down

0 comments on commit 15585d0

Please sign in to comment.