diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index a144f7e0e..3afc125d2 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -2680,7 +2680,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=*]" = AppIcon; + "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=xros*]" = "AppIcon-vision"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -2983,7 +2984,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=*]" = AppIcon; + "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=xros*]" = "AppIcon-vision"; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -3014,7 +3016,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=*]" = AppIcon; + "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=xros*]" = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Tusker/Tusker.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; diff --git a/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json new file mode 100644 index 000000000..6a54b2a8c --- /dev/null +++ b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "filename" : "back.png", + "idiom" : "vision", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Content.imageset/back.png b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Content.imageset/back.png new file mode 100644 index 000000000..489284be8 Binary files /dev/null and b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Content.imageset/back.png differ diff --git a/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Contents.json b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Contents.json new file mode 100644 index 000000000..73c00596a --- /dev/null +++ b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Back.solidimagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Contents.json b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Contents.json new file mode 100644 index 000000000..bb816dab3 --- /dev/null +++ b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Contents.json @@ -0,0 +1,14 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.solidimagestacklayer" + }, + { + "filename" : "Back.solidimagestacklayer" + } + ] +} diff --git a/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json new file mode 100644 index 000000000..75fdd9944 --- /dev/null +++ b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "filename" : "front.png", + "idiom" : "vision", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Content.imageset/front.png b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Content.imageset/front.png new file mode 100644 index 000000000..60d9bfc47 Binary files /dev/null and b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Content.imageset/front.png differ diff --git a/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Contents.json b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Contents.json new file mode 100644 index 000000000..73c00596a --- /dev/null +++ b/Tusker/Assets.xcassets/AppIcon-vision.solidimagestack/Front.solidimagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +}