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