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;