Skip to content

Commit

Permalink
Add appicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Mar 15, 2024
1 parent 255c016 commit 4f7ac70
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ let project = Project(
deploymentTargets: .iOS("16.0"),
infoPlist: .extendingDefault(with: [
"CFBundleDisplayName": "SpruceKit Wallet",
"CFBundleIconName": "AppIcon",
"CFBundlePackageType": "APPL",
"NSBluetoothAlwaysUsageDescription": "Secure transmission of mobile DL data",
"UILaunchScreen": [:]
]),
sources: ["Targets/App/Sources/**"],
resources: [
"Resources/**"
],
dependencies: [
.target(name: "AppKit"),
.target(name: "AppUI"),
Expand Down
14 changes: 14 additions & 0 deletions Resources/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "Frame 1.jpg",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Resources/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

0 comments on commit 4f7ac70

Please sign in to comment.