From 5092942ceec284b662501640adc6c30926c4866e Mon Sep 17 00:00:00 2001 From: Lumaa Date: Fri, 29 Dec 2023 12:51:24 +0100 Subject: [PATCH] Only portrait --- Threaded.xcodeproj/project.pbxproj | 36 ++++--- .../xcschemes/ThreadedAuthService.xcscheme | 95 +++++++++++++++++++ 2 files changed, 112 insertions(+), 19 deletions(-) create mode 100644 Threaded.xcodeproj/xcshareddata/xcschemes/ThreadedAuthService.xcscheme diff --git a/Threaded.xcodeproj/project.pbxproj b/Threaded.xcodeproj/project.pbxproj index 6e93fad..96b8ac7 100644 --- a/Threaded.xcodeproj/project.pbxproj +++ b/Threaded.xcodeproj/project.pbxproj @@ -220,7 +220,7 @@ B9FB946E2B2DF3BB00D81C07 /* Components */ = { isa = PBXGroup; children = ( - B9FB94792B2E137100D81C07 /* TabsNavs */, + B9FB94752B2E023D00D81C07 /* TabsView.swift */, B9FB94732B2DF6A100D81C07 /* ButtonStyles.swift */, B9FB948B2B2E232300D81C07 /* OnlineImage.swift */, B9842C0D2B2F21B700D9F3C1 /* CompactPostView.swift */, @@ -228,14 +228,6 @@ path = Components; sourceTree = ""; }; - B9FB94792B2E137100D81C07 /* TabsNavs */ = { - isa = PBXGroup; - children = ( - B9FB94752B2E023D00D81C07 /* TabsView.swift */, - ); - path = TabsNavs; - sourceTree = ""; - }; B9FB94952B2EDAB600D81C07 /* Settings */ = { isa = PBXGroup; children = ( @@ -579,21 +571,24 @@ ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Threaded/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = Threaded; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = fr.lumaa.Threaded; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Debug; }; @@ -610,21 +605,24 @@ ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Threaded/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = Threaded; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = fr.lumaa.Threaded; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Release; }; @@ -652,7 +650,7 @@ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Debug; }; @@ -680,7 +678,7 @@ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Release; }; diff --git a/Threaded.xcodeproj/xcshareddata/xcschemes/ThreadedAuthService.xcscheme b/Threaded.xcodeproj/xcshareddata/xcschemes/ThreadedAuthService.xcscheme new file mode 100644 index 0000000..8176604 --- /dev/null +++ b/Threaded.xcodeproj/xcshareddata/xcschemes/ThreadedAuthService.xcscheme @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +