diff --git a/KanbanMobile/Assets.xcassets/AppIcon.appiconset/Contents.json b/KanbanMobile/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..27a4f38 --- /dev/null +++ b/KanbanMobile/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,14 @@ +{ + "images" : [ + { + "filename" : "icon-1024.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/KanbanMobile/Assets.xcassets/AppIcon.appiconset/icon-1024.png b/KanbanMobile/Assets.xcassets/AppIcon.appiconset/icon-1024.png new file mode 100644 index 0000000..3805d10 Binary files /dev/null and b/KanbanMobile/Assets.xcassets/AppIcon.appiconset/icon-1024.png differ diff --git a/KanbanMobile/Assets.xcassets/Contents.json b/KanbanMobile/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/KanbanMobile/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/project.yml b/project.yml index bbc108a..c71b0dc 100644 --- a/project.yml +++ b/project.yml @@ -231,6 +231,9 @@ targets: CODE_SIGN_ENTITLEMENTS: KanbanMobile/KanbanMobile.entitlements GENERATE_INFOPLIST_FILE: false SWIFT_STRICT_CONCURRENCY: complete + # The Mac icon's own 1024 master, alpha-flattened (App Store icons must be opaque) into a + # single-size iOS set — one product family, one mark. + ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon # iPhone only. The iPad milestone widens this to "1,2" rather than adding a target. TARGETED_DEVICE_FAMILY: "1"