Skip to content

Commit 966423c

Browse files
author
Daiki Matsudate
authored
Ready for Vision Pro (#29)
* Bump Signed-off-by: Daiki Matsudate <d.matsudate@gmail.com> * Update profile Signed-off-by: Daiki Matsudate <d.matsudate@gmail.com> --------- Signed-off-by: Daiki Matsudate <d.matsudate@gmail.com>
1 parent 3b8c07d commit 966423c

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

App/App.xcodeproj/project.pbxproj

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@
346346
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
347347
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
348348
SWIFT_STRICT_CONCURRENCY = complete;
349+
XROS_DEPLOYMENT_TARGET = 1.0;
349350
};
350351
name = Debug;
351352
};
@@ -404,6 +405,7 @@
404405
MTL_FAST_MATH = YES;
405406
SWIFT_COMPILATION_MODE = wholemodule;
406407
SWIFT_STRICT_CONCURRENCY = complete;
408+
XROS_DEPLOYMENT_TARGET = 1.0;
407409
};
408410
name = Release;
409411
};
@@ -435,11 +437,9 @@
435437
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
436438
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
437439
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
438-
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
439440
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
440441
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
441-
MACOSX_DEPLOYMENT_TARGET = 14.0;
442-
MARKETING_VERSION = 1.0;
442+
MARKETING_VERSION = 1.1.0;
443443
PRODUCT_BUNDLE_IDENTIFIER = jp.tryswift.tokyo.App;
444444
PRODUCT_NAME = "$(TARGET_NAME)";
445445
SDKROOT = auto;
@@ -480,11 +480,9 @@
480480
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
481481
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
482482
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
483-
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
484483
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
485484
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
486-
MACOSX_DEPLOYMENT_TARGET = 14.0;
487-
MARKETING_VERSION = 1.0;
485+
MARKETING_VERSION = 1.1.0;
488486
PRODUCT_BUNDLE_IDENTIFIER = jp.tryswift.tokyo.App;
489487
PRODUCT_NAME = "$(TARGET_NAME)";
490488
SDKROOT = auto;
@@ -516,12 +514,11 @@
516514
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
517515
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
518516
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
519-
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
520517
LD_RUNPATH_SEARCH_PATHS = (
521518
"$(inherited)",
522519
"@executable_path/Frameworks",
523520
);
524-
MARKETING_VERSION = 1.0;
521+
MARKETING_VERSION = 1.1.0;
525522
PRODUCT_BUNDLE_IDENTIFIER = jp.tryswift.tokyo.App.Clip;
526523
PRODUCT_NAME = "$(TARGET_NAME)";
527524
SDKROOT = iphoneos;
@@ -550,12 +547,11 @@
550547
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
551548
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
552549
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
553-
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
554550
LD_RUNPATH_SEARCH_PATHS = (
555551
"$(inherited)",
556552
"@executable_path/Frameworks",
557553
);
558-
MARKETING_VERSION = 1.0;
554+
MARKETING_VERSION = 1.1.0;
559555
PRODUCT_BUNDLE_IDENTIFIER = jp.tryswift.tokyo.App.Clip;
560556
PRODUCT_NAME = "$(TARGET_NAME)";
561557
SDKROOT = iphoneos;

MyLibrary/Sources/DataClient/Resources/organizers.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
{
99
"name": "@natashatherobot",
1010
"url": "https://x.com/natashatherobot"
11-
},
12-
{
13-
"name": "@NatashaTheNomad",
14-
"url": "https://x.com/NatashaTheNomad"
1511
}
1612
]
1713
},

0 commit comments

Comments
 (0)