From 8a40364c6cbd0f0f51030b22de922b34b6e5d1ed Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Thu, 2 Nov 2023 02:14:55 +0530 Subject: [PATCH] chore: change ios launchscreen storyboard background color [skip e2e] --- packages/mobile/ios/LaunchScreen.storyboard | 12 +++--------- packages/mobile/ios/Podfile.lock | 2 +- .../ios/StandardNotes.xcodeproj/project.pbxproj | 2 ++ packages/web/package.json | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/packages/mobile/ios/LaunchScreen.storyboard b/packages/mobile/ios/LaunchScreen.storyboard index 2856c4937..6c0e19d59 100644 --- a/packages/mobile/ios/LaunchScreen.storyboard +++ b/packages/mobile/ios/LaunchScreen.storyboard @@ -1,11 +1,10 @@ - + - + - @@ -17,7 +16,7 @@ - + @@ -25,9 +24,4 @@ - - - - - diff --git a/packages/mobile/ios/Podfile.lock b/packages/mobile/ios/Podfile.lock index 1a3a4892d..b31e46c03 100644 --- a/packages/mobile/ios/Podfile.lock +++ b/packages/mobile/ios/Podfile.lock @@ -800,4 +800,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c3b827e3c92cdf3199eddc52083480826e717b88 -COCOAPODS: 1.11.3 +COCOAPODS: 1.14.2 diff --git a/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj b/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj index 076e07005..a7662af20 100644 --- a/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj +++ b/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj @@ -991,6 +991,7 @@ OTHER_LDFLAGS = ( "$(inherited)", " ", + "-Wl -ld_classic ", ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; @@ -1059,6 +1060,7 @@ OTHER_LDFLAGS = ( "$(inherited)", " ", + "-Wl -ld_classic ", ); REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; diff --git a/packages/web/package.json b/packages/web/package.json index c0beeec7f..38b37688f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "version": "3.181.7", "license": "AGPL-3.0", "main": "dist/app.js", - "author": "Standard Notes.", + "author": "Standard Notes", "private": true, "files": [ "dist"