Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump mobile version to 1.0.7 #7193

Merged
merged 3 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId 'org.iota.firefly.mobile.alpha'
minSdk 26
targetSdk 31
versionCode 35
versionName '1.0.6'
versionCode 39
versionName '1.0.7'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
8 changes: 4 additions & 4 deletions packages/mobile/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = UG77RJKZHH;
ENABLE_BITCODE = NO;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.0.7;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = org.iota.firefly.mobile.alpha;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -381,13 +381,13 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = UG77RJKZHH;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.0.7;
PRODUCT_BUNDLE_IDENTIFIER = org.iota.firefly.mobile;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = USE_PUSH;
Expand Down
3 changes: 2 additions & 1 deletion packages/mobile/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ def capacitor_pods
pod 'CapacitorCommunityBarcodeScanner', :path => '../../../../node_modules/@capacitor-community/barcode-scanner'
pod 'CapacitorCommunityPrivacyScreen', :path => '../../../../node_modules/@capacitor-community/privacy-screen'
pod 'CapacitorActionSheet', :path => '../../../../node_modules/@capacitor/action-sheet'
pod 'CapacitorKeyboard', :path => '../../../../node_modules/@capacitor/keyboard'
pod 'CapacitorApp', :path => '../../../../node_modules/@capacitor/app'
pod 'CapacitorDevice', :path => '../../../../node_modules/@capacitor/device'
pod 'CapacitorKeyboard', :path => '../../../../node_modules/@capacitor/keyboard'
pod 'CapacitorShare', :path => '../../../../node_modules/@capacitor/share'
pod 'CapacitorSplashScreen', :path => '../../../../node_modules/@capacitor/splash-screen'
pod 'CapacitorStatusBar', :path => '../../../../node_modules/@capacitor/status-bar'
Expand Down
18 changes: 12 additions & 6 deletions packages/mobile/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ PODS:
- CapacitorCommunityPrivacyScreen (2.1.1):
- Capacitor
- CapacitorCordova (3.4.1)
- CapacitorDevice (1.1.2):
- Capacitor
- CapacitorKeyboard (1.2.3):
- Capacitor
- CapacitorSecureFilesystemAccess (0.0.1):
Expand All @@ -25,7 +27,7 @@ PODS:
- Capacitor
- FireflyActorSystemCapacitorBindings (0.0.1):
- Capacitor
- IotaWalletInternal (0.2.0)
- IotaWalletInternal (0.3.5)
- SwiftKeychainWrapper (4.0.1)

DEPENDENCIES:
Expand All @@ -35,14 +37,15 @@ DEPENDENCIES:
- "CapacitorCommunityBarcodeScanner (from `../../../../node_modules/@capacitor-community/barcode-scanner`)"
- "CapacitorCommunityPrivacyScreen (from `../../../../node_modules/@capacitor-community/privacy-screen`)"
- "CapacitorCordova (from `../../../../node_modules/@capacitor/ios`)"
- "CapacitorDevice (from `../../../../node_modules/@capacitor/device`)"
- "CapacitorKeyboard (from `../../../../node_modules/@capacitor/keyboard`)"
- CapacitorSecureFilesystemAccess (from `../../../../node_modules/capacitor-secure-filesystem-access`)
- CapacitorSecureStoragePlugin (from `../../../../node_modules/capacitor-secure-storage-plugin`)
- "CapacitorShare (from `../../../../node_modules/@capacitor/share`)"
- "CapacitorSplashScreen (from `../../../../node_modules/@capacitor/splash-screen`)"
- "CapacitorStatusBar (from `../../../../node_modules/@capacitor/status-bar`)"
- FireflyActorSystemCapacitorBindings (from `../../node_modules/firefly-actor-system-capacitor-bindings`)
- IotaWalletInternal (from `https://raw.githubusercontent.com/iotaledger/wallet-ios-internal/v0.2.0/IotaWalletInternal.podspec`)
- IotaWalletInternal (from `https://raw.githubusercontent.com/iotaledger/wallet-ios-internal/test-podspec/IotaWalletInternal.podspec`)

SPEC REPOS:
trunk:
Expand All @@ -61,6 +64,8 @@ EXTERNAL SOURCES:
:path: "../../../../node_modules/@capacitor-community/privacy-screen"
CapacitorCordova:
:path: "../../../../node_modules/@capacitor/ios"
CapacitorDevice:
:path: "../../../../node_modules/@capacitor/device"
CapacitorKeyboard:
:path: "../../../../node_modules/@capacitor/keyboard"
CapacitorSecureFilesystemAccess:
Expand All @@ -76,7 +81,7 @@ EXTERNAL SOURCES:
FireflyActorSystemCapacitorBindings:
:path: "../../node_modules/firefly-actor-system-capacitor-bindings"
IotaWalletInternal:
:podspec: https://raw.githubusercontent.com/iotaledger/wallet-ios-internal/v0.2.0/IotaWalletInternal.podspec
:podspec: https://raw.githubusercontent.com/iotaledger/wallet-ios-internal/test-podspec/IotaWalletInternal.podspec

SPEC CHECKSUMS:
Capacitor: 9ff0758671daabc97247c8c57a981379bc30bb5f
Expand All @@ -85,16 +90,17 @@ SPEC CHECKSUMS:
CapacitorCommunityBarcodeScanner: fb5a4e2bae89f0a0203cb4809c2f1bfd21579791
CapacitorCommunityPrivacyScreen: e5c4100887b28805918f92c28d3948b41cb8cc37
CapacitorCordova: 4cf19cbad01e5a9e143e2f28f66c621c362f0f79
CapacitorDevice: 793e3e66d5b27872e66e0e4079d0cd93b762872c
CapacitorKeyboard: 353a520309166f6cc26b3aa154a6c46c289aa40e
CapacitorSecureFilesystemAccess: 0b7ef212124316bf4dd5417c1b3f4a3121a38455
CapacitorSecureStoragePlugin: b24477bcde4004d0536135fa265c9f3318ec9e7e
CapacitorShare: f1a8ffd3bba7d6113f53fb65aa47d61764c4640a
CapacitorSplashScreen: 466ab02fdfcfc0efdb6167631386289e82efe2c6
CapacitorStatusBar: 2f4da63c505cfdecdbff4d4345dac24c11e7f699
FireflyActorSystemCapacitorBindings: 59b64ff1b4cb89779283816f7d2c385849ee5247
IotaWalletInternal: 7bbe592b3b946075aaa4d52a55df10ba7bfb8281
IotaWalletInternal: 3f001c0af43466eaed5f0a52bddc9a3d5e9a70bb
SwiftKeychainWrapper: 807ba1d63c33a7d0613288512399cd1eda1e470c

PODFILE CHECKSUM: ca11b82b83447028373f003120921f4635f1ac34
PODFILE CHECKSUM: 7c68a96b302fb84732b0245d0116690b5b727b3e

COCOAPODS: 1.11.2
COCOAPODS: 1.12.1