Skip to content

Commit 31a63e5

Browse files
committed
Bump demo to iOS 26
1 parent ad2c8a9 commit 31a63e5

File tree

22 files changed

+90
-158
lines changed

22 files changed

+90
-158
lines changed

Demo/Demo.xcodeproj/project.pbxproj

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
A9318B692EAB6A0D001736F4 /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = A9318B682EAB6A0D001736F4 /* AppIcon.icon */; };
1011
A954CAF7297553B8008C1E41 /* SystemNotification in Frameworks */ = {isa = PBXBuildFile; productRef = A954CAF6297553B8008C1E41 /* SystemNotification */; };
1112
A9578C232CB2BE04008F777C /* SystemNotification in Frameworks */ = {isa = PBXBuildFile; productRef = A9578C222CB2BE04008F777C /* SystemNotification */; };
1213
A95F1E562975412D00383605 /* DemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A95F1E552975412D00383605 /* DemoApp.swift */; };
@@ -18,6 +19,7 @@
1819
/* End PBXBuildFile section */
1920

2021
/* Begin PBXFileReference section */
22+
A9318B682EAB6A0D001736F4 /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = AppIcon.icon; sourceTree = "<group>"; };
2123
A95F1E522975412D00383605 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
2224
A95F1E552975412D00383605 /* DemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoApp.swift; sourceTree = "<group>"; };
2325
A95F1E572975412D00383605 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
@@ -82,6 +84,7 @@
8284
isa = PBXGroup;
8385
children = (
8486
A95F1E592975412E00383605 /* Assets.xcassets */,
87+
A9318B682EAB6A0D001736F4 /* AppIcon.icon */,
8588
A95F1E6D29754B2A00383605 /* Image+Demo.swift */,
8689
);
8790
path = Resources;
@@ -169,6 +172,7 @@
169172
buildActionMask = 2147483647;
170173
files = (
171174
A95F1E5E2975412E00383605 /* Preview Assets.xcassets in Resources */,
175+
A9318B692EAB6A0D001736F4 /* AppIcon.icon in Resources */,
172176
A9D1F4FA2BD7D19300E1C3D9 /* Localizable.xcstrings in Resources */,
173177
A95F1E5A2975412E00383605 /* Assets.xcassets in Resources */,
174178
);
@@ -225,6 +229,7 @@
225229
COPY_PHASE_STRIP = NO;
226230
DEAD_CODE_STRIPPING = YES;
227231
DEBUG_INFORMATION_FORMAT = dwarf;
232+
DRIVERKIT_DEPLOYMENT_TARGET = 25.0;
228233
ENABLE_STRICT_OBJC_MSGSEND = YES;
229234
ENABLE_TESTABILITY = YES;
230235
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -242,14 +247,17 @@
242247
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243248
GCC_WARN_UNUSED_FUNCTION = YES;
244249
GCC_WARN_UNUSED_VARIABLE = YES;
245-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
250+
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
246251
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
247-
MACOSX_DEPLOYMENT_TARGET = 12.0;
252+
MACOSX_DEPLOYMENT_TARGET = 26.0;
248253
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
249254
MTL_FAST_MATH = YES;
250255
ONLY_ACTIVE_ARCH = YES;
251256
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
252257
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
258+
TVOS_DEPLOYMENT_TARGET = 26.0;
259+
WATCHOS_DEPLOYMENT_TARGET = 26.0;
260+
XROS_DEPLOYMENT_TARGET = 26.0;
253261
};
254262
name = Debug;
255263
};
@@ -288,6 +296,7 @@
288296
COPY_PHASE_STRIP = NO;
289297
DEAD_CODE_STRIPPING = YES;
290298
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
299+
DRIVERKIT_DEPLOYMENT_TARGET = 25.0;
291300
ENABLE_NS_ASSERTIONS = NO;
292301
ENABLE_STRICT_OBJC_MSGSEND = YES;
293302
ENABLE_USER_SCRIPT_SANDBOXING = YES;
@@ -299,13 +308,16 @@
299308
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
300309
GCC_WARN_UNUSED_FUNCTION = YES;
301310
GCC_WARN_UNUSED_VARIABLE = YES;
302-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
311+
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
303312
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
304-
MACOSX_DEPLOYMENT_TARGET = 12.0;
313+
MACOSX_DEPLOYMENT_TARGET = 26.0;
305314
MTL_ENABLE_DEBUG_INFO = NO;
306315
MTL_FAST_MATH = YES;
307316
SWIFT_COMPILATION_MODE = wholemodule;
308317
SWIFT_OPTIMIZATION_LEVEL = "-O";
318+
TVOS_DEPLOYMENT_TARGET = 26.0;
319+
WATCHOS_DEPLOYMENT_TARGET = 26.0;
320+
XROS_DEPLOYMENT_TARGET = 26.0;
309321
};
310322
name = Release;
311323
};
@@ -318,11 +330,12 @@
318330
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=xrsimulator*]" = "AppIcon-Vision";
319331
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
320332
CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements;
321-
CODE_SIGN_STYLE = Manual;
333+
CODE_SIGN_IDENTITY = "Apple Development";
334+
CODE_SIGN_STYLE = Automatic;
322335
CURRENT_PROJECT_VERSION = 1;
323336
DEAD_CODE_STRIPPING = YES;
324337
DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\"";
325-
DEVELOPMENT_TEAM = "";
338+
DEVELOPMENT_TEAM = PMEDFW438U;
326339
ENABLE_HARDENED_RUNTIME = YES;
327340
ENABLE_PREVIEWS = YES;
328341
GENERATE_INFOPLIST_FILE = YES;
@@ -337,7 +350,6 @@
337350
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
338351
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
339352
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
340-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
341353
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
342354
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
343355
MARKETING_VERSION = 1.0;
@@ -360,11 +372,12 @@
360372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
361373
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
362374
CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements;
363-
CODE_SIGN_STYLE = Manual;
375+
CODE_SIGN_IDENTITY = "Apple Development";
376+
CODE_SIGN_STYLE = Automatic;
364377
CURRENT_PROJECT_VERSION = 1;
365378
DEAD_CODE_STRIPPING = YES;
366379
DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\"";
367-
DEVELOPMENT_TEAM = "";
380+
DEVELOPMENT_TEAM = PMEDFW438U;
368381
ENABLE_HARDENED_RUNTIME = YES;
369382
ENABLE_PREVIEWS = YES;
370383
GENERATE_INFOPLIST_FILE = YES;
@@ -379,7 +392,6 @@
379392
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
380393
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
381394
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
382-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
383395
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
384396
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
385397
MARKETING_VERSION = 1.0;
18 KB
Loading
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"color-space-for-untagged-svg-colors" : "display-p3",
3+
"fill" : {
4+
"linear-gradient" : [
5+
"display-p3:0.04819,0.15344,0.36938,1.00000",
6+
"display-p3:0.03528,0.10236,0.24500,1.00000"
7+
],
8+
"orientation" : {
9+
"start" : {
10+
"x" : 0.5,
11+
"y" : 0
12+
},
13+
"stop" : {
14+
"x" : 0.5,
15+
"y" : 0.7
16+
}
17+
}
18+
},
19+
"groups" : [
20+
{
21+
"blur-material" : null,
22+
"hidden" : false,
23+
"layers" : [
24+
{
25+
"image-name" : "SystemNotification.png",
26+
"name" : "SystemNotification",
27+
"position" : {
28+
"scale" : 0.98,
29+
"translation-in-points" : [
30+
0,
31+
8
32+
]
33+
}
34+
}
35+
],
36+
"name" : "Middle",
37+
"shadow" : {
38+
"kind" : "neutral",
39+
"opacity" : 0.5
40+
},
41+
"specular" : true,
42+
"translucency" : {
43+
"enabled" : false,
44+
"value" : 0.5
45+
}
46+
},
47+
{
48+
"layers" : [
49+
50+
],
51+
"name" : "Back",
52+
"shadow" : {
53+
"kind" : "neutral",
54+
"opacity" : 0.5
55+
},
56+
"translucency" : {
57+
"enabled" : true,
58+
"value" : 0.5
59+
}
60+
}
61+
],
62+
"supported-platforms" : {
63+
"circles" : [
64+
"watchOS"
65+
],
66+
"squares" : "shared"
67+
}
68+
}

Demo/Demo/Resources/Assets.xcassets/AppIcon-Vision.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

Demo/Demo/Resources/Assets.xcassets/AppIcon-Vision.solidimagestack/Back.solidimagestacklayer/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

Demo/Demo/Resources/Assets.xcassets/AppIcon-Vision.solidimagestack/Contents.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

Demo/Demo/Resources/Assets.xcassets/AppIcon-Vision.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

Demo/Demo/Resources/Assets.xcassets/AppIcon-Vision.solidimagestack/Front.solidimagestacklayer/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)