|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + A9318B692EAB6A0D001736F4 /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = A9318B682EAB6A0D001736F4 /* AppIcon.icon */; }; |
10 | 11 | A954CAF7297553B8008C1E41 /* SystemNotification in Frameworks */ = {isa = PBXBuildFile; productRef = A954CAF6297553B8008C1E41 /* SystemNotification */; }; |
11 | 12 | A9578C232CB2BE04008F777C /* SystemNotification in Frameworks */ = {isa = PBXBuildFile; productRef = A9578C222CB2BE04008F777C /* SystemNotification */; }; |
12 | 13 | A95F1E562975412D00383605 /* DemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A95F1E552975412D00383605 /* DemoApp.swift */; }; |
|
18 | 19 | /* End PBXBuildFile section */ |
19 | 20 |
|
20 | 21 | /* Begin PBXFileReference section */ |
| 22 | + A9318B682EAB6A0D001736F4 /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = AppIcon.icon; sourceTree = "<group>"; }; |
21 | 23 | A95F1E522975412D00383605 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
22 | 24 | A95F1E552975412D00383605 /* DemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoApp.swift; sourceTree = "<group>"; }; |
23 | 25 | A95F1E572975412D00383605 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
82 | 84 | isa = PBXGroup; |
83 | 85 | children = ( |
84 | 86 | A95F1E592975412E00383605 /* Assets.xcassets */, |
| 87 | + A9318B682EAB6A0D001736F4 /* AppIcon.icon */, |
85 | 88 | A95F1E6D29754B2A00383605 /* Image+Demo.swift */, |
86 | 89 | ); |
87 | 90 | path = Resources; |
|
169 | 172 | buildActionMask = 2147483647; |
170 | 173 | files = ( |
171 | 174 | A95F1E5E2975412E00383605 /* Preview Assets.xcassets in Resources */, |
| 175 | + A9318B692EAB6A0D001736F4 /* AppIcon.icon in Resources */, |
172 | 176 | A9D1F4FA2BD7D19300E1C3D9 /* Localizable.xcstrings in Resources */, |
173 | 177 | A95F1E5A2975412E00383605 /* Assets.xcassets in Resources */, |
174 | 178 | ); |
|
225 | 229 | COPY_PHASE_STRIP = NO; |
226 | 230 | DEAD_CODE_STRIPPING = YES; |
227 | 231 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 232 | + DRIVERKIT_DEPLOYMENT_TARGET = 25.0; |
228 | 233 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
229 | 234 | ENABLE_TESTABILITY = YES; |
230 | 235 | ENABLE_USER_SCRIPT_SANDBOXING = YES; |
|
242 | 247 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
243 | 248 | GCC_WARN_UNUSED_FUNCTION = YES; |
244 | 249 | GCC_WARN_UNUSED_VARIABLE = YES; |
245 | | - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 250 | + IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
246 | 251 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
247 | | - MACOSX_DEPLOYMENT_TARGET = 12.0; |
| 252 | + MACOSX_DEPLOYMENT_TARGET = 26.0; |
248 | 253 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
249 | 254 | MTL_FAST_MATH = YES; |
250 | 255 | ONLY_ACTIVE_ARCH = YES; |
251 | 256 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
252 | 257 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 258 | + TVOS_DEPLOYMENT_TARGET = 26.0; |
| 259 | + WATCHOS_DEPLOYMENT_TARGET = 26.0; |
| 260 | + XROS_DEPLOYMENT_TARGET = 26.0; |
253 | 261 | }; |
254 | 262 | name = Debug; |
255 | 263 | }; |
|
288 | 296 | COPY_PHASE_STRIP = NO; |
289 | 297 | DEAD_CODE_STRIPPING = YES; |
290 | 298 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 299 | + DRIVERKIT_DEPLOYMENT_TARGET = 25.0; |
291 | 300 | ENABLE_NS_ASSERTIONS = NO; |
292 | 301 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
293 | 302 | ENABLE_USER_SCRIPT_SANDBOXING = YES; |
|
299 | 308 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
300 | 309 | GCC_WARN_UNUSED_FUNCTION = YES; |
301 | 310 | GCC_WARN_UNUSED_VARIABLE = YES; |
302 | | - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 311 | + IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
303 | 312 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
304 | | - MACOSX_DEPLOYMENT_TARGET = 12.0; |
| 313 | + MACOSX_DEPLOYMENT_TARGET = 26.0; |
305 | 314 | MTL_ENABLE_DEBUG_INFO = NO; |
306 | 315 | MTL_FAST_MATH = YES; |
307 | 316 | SWIFT_COMPILATION_MODE = wholemodule; |
308 | 317 | SWIFT_OPTIMIZATION_LEVEL = "-O"; |
| 318 | + TVOS_DEPLOYMENT_TARGET = 26.0; |
| 319 | + WATCHOS_DEPLOYMENT_TARGET = 26.0; |
| 320 | + XROS_DEPLOYMENT_TARGET = 26.0; |
309 | 321 | }; |
310 | 322 | name = Release; |
311 | 323 | }; |
|
318 | 330 | "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=xrsimulator*]" = "AppIcon-Vision"; |
319 | 331 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
320 | 332 | CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements; |
321 | | - CODE_SIGN_STYLE = Manual; |
| 333 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 334 | + CODE_SIGN_STYLE = Automatic; |
322 | 335 | CURRENT_PROJECT_VERSION = 1; |
323 | 336 | DEAD_CODE_STRIPPING = YES; |
324 | 337 | DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\""; |
325 | | - DEVELOPMENT_TEAM = ""; |
| 338 | + DEVELOPMENT_TEAM = PMEDFW438U; |
326 | 339 | ENABLE_HARDENED_RUNTIME = YES; |
327 | 340 | ENABLE_PREVIEWS = YES; |
328 | 341 | GENERATE_INFOPLIST_FILE = YES; |
|
337 | 350 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
338 | 351 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
339 | 352 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
340 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
341 | 353 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
342 | 354 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
343 | 355 | MARKETING_VERSION = 1.0; |
|
360 | 372 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
361 | 373 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
362 | 374 | CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements; |
363 | | - CODE_SIGN_STYLE = Manual; |
| 375 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 376 | + CODE_SIGN_STYLE = Automatic; |
364 | 377 | CURRENT_PROJECT_VERSION = 1; |
365 | 378 | DEAD_CODE_STRIPPING = YES; |
366 | 379 | DEVELOPMENT_ASSET_PATHS = "\"Demo/Preview Content\""; |
367 | | - DEVELOPMENT_TEAM = ""; |
| 380 | + DEVELOPMENT_TEAM = PMEDFW438U; |
368 | 381 | ENABLE_HARDENED_RUNTIME = YES; |
369 | 382 | ENABLE_PREVIEWS = YES; |
370 | 383 | GENERATE_INFOPLIST_FILE = YES; |
|
379 | 392 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
380 | 393 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
381 | 394 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
382 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
383 | 395 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
384 | 396 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
385 | 397 | MARKETING_VERSION = 1.0; |
|
0 commit comments