From 2faa9e740ef4f68bfee8e4f6661e492dcb3e5b20 Mon Sep 17 00:00:00 2001 From: metacryst Date: Fri, 27 Mar 2026 06:03:28 -0500 Subject: [PATCH] xcode changes for release --- ios/App/App.xcodeproj/project.pbxproj | 4 +- .../xcshareddata/xcschemes/App.xcscheme | 78 +++++++++++++++++++ ios/App/App/Info.plist | 8 ++ readme.md | 7 +- src/_/code/shared.css | 1 + 5 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 5515da2..236b2ea 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -370,7 +370,7 @@ INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.5; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = russell.sam.forum; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -392,7 +392,7 @@ INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.5; PRODUCT_BUNDLE_IDENTIFIER = russell.sam.forum; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; diff --git a/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme b/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme new file mode 100644 index 0000000..50e4f82 --- /dev/null +++ b/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 6e0a2a3..65f8357 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -49,7 +49,15 @@ UIInterfaceOrientationPortrait + UIRequiresFullScreen + UIViewControllerBasedStatusBarAppearance + NSPhotoLibraryUsageDescription + Access your photos to set a profile picture and share with others + NSLocationAlwaysAndWhenInUseUsageDescription + Used to find keep local information relevant. + NSLocationWhenInUseUsageDescription + Used to find forums and communities near you diff --git a/readme.md b/readme.md index 0d614ad..63b9182 100644 --- a/readme.md +++ b/readme.md @@ -56,4 +56,9 @@ In Development, API routes are routed using the vite.config.js. ### Notes Background Color: -In src/manifest.json, "#31d53d" refers to the green color which is visible in the background in the web version. This is not visible in the built version. \ No newline at end of file +In src/manifest.json, "#31d53d" refers to the green color which is visible in the background in the web version. This is not visible in the built version. + +Test Push Notifications: +https://icloud.developer.apple.com/dashboard/notifications/teams/53DK57C7ZF/app/russell.sam.forum/notifications/create?notificationId=8bb87cf2-9590-4a63-b7e1-e4c7f2a2c879&environment=DEVELOPMENT¬ificationType=push + +Note: Even if built in "production" mode, the tokens will still be considered "development" by Apple until the app is actually deployed \ No newline at end of file diff --git a/src/_/code/shared.css b/src/_/code/shared.css index 79848a4..880a6ad 100644 --- a/src/_/code/shared.css +++ b/src/_/code/shared.css @@ -10,6 +10,7 @@ --green: #0857265c; --red: #ff0000; --quillred: #DE3F3F; + --darkred: #6b2c1d; --brown: #812A18; --sidebar: #698b6f;