From aa328b2166a6a5b43ef5cacbdb38979d034aef2a Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Thu, 17 Aug 2023 12:52:31 -0400 Subject: [PATCH 1/3] Release 2.0.11 --- android/app/build.gradle | 4 ++-- ios/Podfile.lock | 8 ++++---- ios/eduWallet.xcodeproj/project.pbxproj | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f2da1f4a..38491483 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -136,8 +136,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy 'react-native-camera', 'general' - versionCode 65 - versionName "2.0.10" + versionCode 66 + versionName "2.0.11" } splits { abi { diff --git a/ios/Podfile.lock b/ios/Podfile.lock index cf5a159a..8c326712 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -367,7 +367,7 @@ PODS: - RealmJS (10.24.0): - GCDWebServer - React - - RNCAsyncStorage (1.19.0): + - RNCAsyncStorage (1.19.1): - React-Core - RNCClipboard (1.11.2): - React-Core @@ -384,7 +384,7 @@ PODS: - React-Core - RNGestureHandler (1.10.3): - React-Core - - RNKeychain (8.1.1): + - RNKeychain (8.1.2): - React-Core - RNPermissions (3.3.1): - React-Core @@ -707,7 +707,7 @@ SPEC CHECKSUMS: React-runtimeexecutor: 18932e685b4893be88d1efc18f5f8ca1c9cd39d8 ReactCommon: 29bb6fad3242e30e9d049bc9d592736fa3da9e50 RealmJS: 2e45ca6ed4c3732be369219b41816e890ce51024 - RNCAsyncStorage: 4b98ac3c64efa4e35c1197cb0c5ca5e9f5d4c666 + RNCAsyncStorage: f47fe18526970a69c34b548883e1aeceb115e3e1 RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f RNDeviceInfo: aad3c663b25752a52bf8fce93f2354001dd185aa @@ -715,7 +715,7 @@ SPEC CHECKSUMS: RNFileLogger: 9eaf7a6ea709eaaffe646cc485b98ae1dbf1e9f0 RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211 - RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333 + RNKeychain: a65256b6ca6ba6976132cc4124b238a5b13b3d9c RNPermissions: 34d678157c800b25b22a488e4d8babb57456e796 RNScreens: 21b73c94c9117e1110a79ee0ee80c93ccefed8ce RNSecureRandom: 07efbdf2cd99efe13497433668e54acd7df49fef diff --git a/ios/eduWallet.xcodeproj/project.pbxproj b/ios/eduWallet.xcodeproj/project.pbxproj index f124ac9e..582ae5c0 100644 --- a/ios/eduWallet.xcodeproj/project.pbxproj +++ b/ios/eduWallet.xcodeproj/project.pbxproj @@ -304,7 +304,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "export NODE_BINARY=/Users/dmitriz/.nvm/versions/node/v18.16.0/bin/node\n../node_modules/react-native/scripts/react-native-xcode.sh\n../node_modules/expo-constants/scripts/get-app-config-ios.sh\n../node_modules/expo-updates/scripts/create-manifest-ios.sh\n"; + shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n../node_modules/expo-constants/scripts/get-app-config-ios.sh\n../node_modules/expo-updates/scripts/create-manifest-ios.sh\n"; }; 08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; @@ -459,7 +459,7 @@ CODE_SIGN_ENTITLEMENTS = eduwallet/wallet.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 65; + CURRENT_PROJECT_VERSION = 66; DEVELOPMENT_TEAM = A35W4MM59Y; ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -469,7 +469,7 @@ INFOPLIST_FILE = eduwallet/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 2.0.10; + MARKETING_VERSION = 2.0.11; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -496,12 +496,12 @@ CODE_SIGN_ENTITLEMENTS = eduwallet/wallet.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 65; + CURRENT_PROJECT_VERSION = 66; DEVELOPMENT_TEAM = A35W4MM59Y; INFOPLIST_FILE = eduwallet/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 2.0.10; + MARKETING_VERSION = 2.0.11; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", From 3e8ec88c65269aeaddeb3e2c462e04c39dfedcd0 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Thu, 17 Aug 2023 12:46:59 -0400 Subject: [PATCH 2/3] Do not share certId to LI. --- app/lib/publicLink.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/lib/publicLink.ts b/app/lib/publicLink.ts index fe873c05..3add80d2 100644 --- a/app/lib/publicLink.ts +++ b/app/lib/publicLink.ts @@ -65,9 +65,8 @@ export async function linkedinUrlFrom(rawCredentialRecord: CredentialRecordRaw): const expiration = expirationDate ? `&expirationYear=${expirationDate.getFullYear()}` + `&expirationMonth=${new Date(expirationDate).getMonth() + 1}` : ''; const certUrl = publicLink ? `&certUrl=${publicLink}` : ''; - const certId = vcId ? `&certId=${vcId}` : ''; - const url = `https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME${organizationInfo}${issuance}${expiration}${certUrl}${certId}`; + const url = `https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME${organizationInfo}${issuance}${expiration}${certUrl}`; return url; -} \ No newline at end of file +} From 78e485d2badc50b7e71b6ad9c30ca09b30bf6b86 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Thu, 17 Aug 2023 12:57:25 -0400 Subject: [PATCH 3/3] Release v2.0.12-build67 --- android/app/build.gradle | 4 ++-- ios/eduWallet.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 38491483..1a0bd015 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -136,8 +136,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion missingDimensionStrategy 'react-native-camera', 'general' - versionCode 66 - versionName "2.0.11" + versionCode 67 + versionName "2.0.12" } splits { abi { diff --git a/ios/eduWallet.xcodeproj/project.pbxproj b/ios/eduWallet.xcodeproj/project.pbxproj index 582ae5c0..02968ed4 100644 --- a/ios/eduWallet.xcodeproj/project.pbxproj +++ b/ios/eduWallet.xcodeproj/project.pbxproj @@ -459,7 +459,7 @@ CODE_SIGN_ENTITLEMENTS = eduwallet/wallet.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 66; + CURRENT_PROJECT_VERSION = 67; DEVELOPMENT_TEAM = A35W4MM59Y; ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -469,7 +469,7 @@ INFOPLIST_FILE = eduwallet/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 2.0.11; + MARKETING_VERSION = 2.0.12; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -496,12 +496,12 @@ CODE_SIGN_ENTITLEMENTS = eduwallet/wallet.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 66; + CURRENT_PROJECT_VERSION = 67; DEVELOPMENT_TEAM = A35W4MM59Y; INFOPLIST_FILE = eduwallet/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 2.0.11; + MARKETING_VERSION = 2.0.12; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",