From ab2214c1d6a8c35b93617401b03afa33a10735b9 Mon Sep 17 00:00:00 2001 From: markm39 Date: Wed, 26 Aug 2026 14:40:36 -0500 Subject: [PATCH 1/2] chore(release): bump version to 1.1 (build 8) --- android/app/build.gradle | 4 ++-- app.json | 6 +++--- ios/OpenNotes.xcodeproj/project.pbxproj | 8 ++++---- ios/OpenNotes/Info.plist | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f3c1878..aefad83 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -92,8 +92,8 @@ android { applicationId 'com.builderpro.opennotes' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 7 - versionName "1.0.1" + versionCode 8 + versionName "1.1" buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\"" } diff --git a/app.json b/app.json index d11ff25..2539cf3 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "OpenNotes", "slug": "open-notes", - "version": "1.0.1", + "version": "1.1", "scheme": "opennotes", "orientation": "default", "icon": "./assets/icon.png", @@ -16,7 +16,7 @@ "ios": { "bundleIdentifier": "com.builderpro.opennotes", "icon": "./assets/icon.png", - "buildNumber": "7", + "buildNumber": "8", "supportsTablet": true, "infoPlist": { "NSPhotoLibraryUsageDescription": "OpenNotes needs access to your photo library so you can insert images into your notes.", @@ -54,7 +54,7 @@ }, "android": { "package": "com.builderpro.opennotes", - "versionCode": 7, + "versionCode": 8, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#F7F7F4" diff --git a/ios/OpenNotes.xcodeproj/project.pbxproj b/ios/OpenNotes.xcodeproj/project.pbxproj index 8a07600..dc731d1 100644 --- a/ios/OpenNotes.xcodeproj/project.pbxproj +++ b/ios/OpenNotes.xcodeproj/project.pbxproj @@ -354,7 +354,7 @@ CODE_SIGN_ENTITLEMENTS = OpenNotes/OpenNotes.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 7; + CURRENT_PROJECT_VERSION = 8; DEVELOPMENT_TEAM = U2CPXQV7AJ; ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -367,7 +367,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -393,7 +393,7 @@ CODE_SIGN_ENTITLEMENTS = OpenNotes/OpenNotes.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 7; + CURRENT_PROJECT_VERSION = 8; DEVELOPMENT_TEAM = U2CPXQV7AJ; INFOPLIST_FILE = OpenNotes/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 15.1; @@ -401,7 +401,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.0.1; + MARKETING_VERSION = 1.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/ios/OpenNotes/Info.plist b/ios/OpenNotes/Info.plist index 6e7c12d..f429e53 100644 --- a/ios/OpenNotes/Info.plist +++ b/ios/OpenNotes/Info.plist @@ -34,7 +34,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0.1 + 1.1 CFBundleSignature ???? CFBundleURLTypes @@ -54,7 +54,7 @@ CFBundleVersion - 7 + 8 LSMinimumSystemVersion 12.0 LSRequiresIPhoneOS From ce02f09ed0306c67c08bfd2009b133bd2f97c5de Mon Sep 17 00:00:00 2001 From: markm39 Date: Wed, 26 Aug 2026 14:49:31 -0500 Subject: [PATCH 2/2] chore(ios): declare exempt encryption usage --- app.json | 1 + ios/OpenNotes/Info.plist | 2 ++ 2 files changed, 3 insertions(+) diff --git a/app.json b/app.json index 2539cf3..4c4ae53 100644 --- a/app.json +++ b/app.json @@ -19,6 +19,7 @@ "buildNumber": "8", "supportsTablet": true, "infoPlist": { + "ITSAppUsesNonExemptEncryption": false, "NSPhotoLibraryUsageDescription": "OpenNotes needs access to your photo library so you can insert images into your notes.", "NSCameraUsageDescription": "OpenNotes needs camera access so you can capture images directly into your notes.", "LSSupportsOpeningDocumentsInPlace": true, diff --git a/ios/OpenNotes/Info.plist b/ios/OpenNotes/Info.plist index f429e53..1f0832e 100644 --- a/ios/OpenNotes/Info.plist +++ b/ios/OpenNotes/Info.plist @@ -55,6 +55,8 @@ CFBundleVersion 8 + ITSAppUsesNonExemptEncryption + LSMinimumSystemVersion 12.0 LSRequiresIPhoneOS