fix(ios): ensure app icon asset catalog
parent
7789bf6907
commit
66b05163e3
|
|
@ -15,10 +15,6 @@ targets:
|
||||||
platform: iOS
|
platform: iOS
|
||||||
sources:
|
sources:
|
||||||
- path: Sources
|
- path: Sources
|
||||||
excludes:
|
|
||||||
- Assets.xcassets
|
|
||||||
resources:
|
|
||||||
- path: Sources/Assets.xcassets
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- package: ClawdisKit
|
- package: ClawdisKit
|
||||||
- package: ClawdisKit
|
- package: ClawdisKit
|
||||||
|
|
@ -50,6 +46,7 @@ targets:
|
||||||
path: Sources/Info.plist
|
path: Sources/Info.plist
|
||||||
properties:
|
properties:
|
||||||
CFBundleDisplayName: Clawdis
|
CFBundleDisplayName: Clawdis
|
||||||
|
CFBundleIconName: AppIcon
|
||||||
UILaunchScreen: {}
|
UILaunchScreen: {}
|
||||||
UIApplicationSceneManifest:
|
UIApplicationSceneManifest:
|
||||||
UIApplicationSupportsMultipleScenes: false
|
UIApplicationSupportsMultipleScenes: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue