diff --git a/Clemens Playground.xcodeproj/project.pbxproj b/Clemens Playground.xcodeproj/project.pbxproj index a5ee8ec..41fcdad 100644 --- a/Clemens Playground.xcodeproj/project.pbxproj +++ b/Clemens Playground.xcodeproj/project.pbxproj @@ -273,13 +273,14 @@ REGISTER_APP_GROUPS = YES; SDKROOT = auto; STRING_CATALOG_GENERATE_SYMBOLS = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; SWIFT_APPROACHABLE_CONCURRENCY = YES; SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2,7"; + TARGETED_DEVICE_FAMILY = "1,2"; XROS_DEPLOYMENT_TARGET = 26.0; }; name = Debug; @@ -318,13 +319,14 @@ REGISTER_APP_GROUPS = YES; SDKROOT = auto; STRING_CATALOG_GENERATE_SYMBOLS = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; SWIFT_APPROACHABLE_CONCURRENCY = YES; SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2,7"; + TARGETED_DEVICE_FAMILY = "1,2"; XROS_DEPLOYMENT_TARGET = 26.0; }; name = Release; diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/Contents.json b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/Contents.json index dd060f0..1d2974d 100644 --- a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -5,66 +5,6 @@ "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" - }, - { - "filename" : "icon_16x16.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "16x16" - }, - { - "filename" : "icon_32x32 1.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "16x16" - }, - { - "filename" : "icon_32x32.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "32x32" - }, - { - "filename" : "icon_64x64.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "32x32" - }, - { - "filename" : "icon_128x128.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "128x128" - }, - { - "filename" : "icon_256x256 1.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "128x128" - }, - { - "filename" : "icon_256x256.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "256x256" - }, - { - "filename" : "icon_512x512 1.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "256x256" - }, - { - "filename" : "icon_512x512.png", - "idiom" : "mac", - "scale" : "1x", - "size" : "512x512" - }, - { - "filename" : "icon_1024x1024.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "512x512" } ], "info" : { diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_1024x1024.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_1024x1024.png deleted file mode 100644 index 9f252a7..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_1024x1024.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_128x128.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_128x128.png deleted file mode 100644 index 81a4f0e..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_128x128.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_16x16.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_16x16.png deleted file mode 100644 index 51349eb..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_16x16.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_256x256 1.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_256x256 1.png deleted file mode 100644 index f786eb0..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_256x256 1.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_256x256.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_256x256.png deleted file mode 100644 index f786eb0..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_256x256.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_32x32 1.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_32x32 1.png deleted file mode 100644 index 84b8df7..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_32x32 1.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_32x32.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_32x32.png deleted file mode 100644 index 84b8df7..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_32x32.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_512x512 1.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_512x512 1.png deleted file mode 100644 index 7e0b4da..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_512x512 1.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_512x512.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_512x512.png deleted file mode 100644 index 7e0b4da..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_512x512.png and /dev/null differ diff --git a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_64x64.png b/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_64x64.png deleted file mode 100644 index e2fa2bd..0000000 Binary files a/Clemens Playground/Assets.xcassets/AppIcon.appiconset/icon_64x64.png and /dev/null differ