Skip to content

Commit 0e51dcf

Browse files
authored
Merge pull request #1653 from GetStream/bugfix/sa-app-icons
fix: SampleApp app icons in right format
2 parents 0ba9552 + 8679dbb commit 0e51dcf

File tree

13 files changed

+14
-3
lines changed

13 files changed

+14
-3
lines changed

β€Žexamples/SampleApp/ios/SampleApp.xcodeproj/project.pbxprojβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@
513513
baseConfigurationReference = 928F266145128604D0E443A3 /* Pods-SampleApp.debug.xcconfig */;
514514
buildSettings = {
515515
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
516+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
516517
CLANG_ENABLE_MODULES = YES;
517518
CODE_SIGN_ENTITLEMENTS = SampleApp/SampleAppDebug.entitlements;
518519
CODE_SIGN_IDENTITY = "iPhone Developer";
@@ -543,6 +544,7 @@
543544
baseConfigurationReference = A953FAB89314F8DD53E32840 /* Pods-SampleApp.release.xcconfig */;
544545
buildSettings = {
545546
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
547+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
546548
CLANG_ENABLE_MODULES = YES;
547549
CODE_SIGN_ENTITLEMENTS = SampleApp/SampleAppRelease.entitlements;
548550
CODE_SIGN_IDENTITY = "iPhone Distribution";
Binary file not shown.
-4.81 KB
Loading
-7.99 KB
Loading
Binary file not shown.
-1022 Bytes
Loading
Binary file not shown.
-1.59 KB
Loading
-1.51 KB
Loading
-2.68 KB
Loading

0 commit comments

Comments
Β (0)