Skip to content

Commit

Permalink
Version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Mar 16, 2023
1 parent 12cd158 commit 1581f27
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 60 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ android {
applicationId MYAPP_APP_ID
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 120
versionName "0.6.4"
versionCode 121
versionName "0.6.5"
missingDimensionStrategy 'react-native-camera', 'general'
multiDexEnabled true
manifestPlaceholders = [appName: "Blixt Wallet"]
Expand Down
32 changes: 16 additions & 16 deletions ios/BlixtWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
EXCLUDED_ARCHS = "i386 x86_64";
Expand All @@ -777,7 +777,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -803,7 +803,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
EXCLUDED_ARCHS = "i386 x86_64";
Expand All @@ -819,7 +819,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1039,7 +1039,7 @@
CHAIN = testnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
EXCLUDED_ARCHS = "i386 x86_64";
Expand All @@ -1055,7 +1055,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1170,7 +1170,7 @@
CHAIN = testnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
EXCLUDED_ARCHS = "i386 x86_64";
Expand All @@ -1186,7 +1186,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1304,7 +1304,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
EXCLUDED_ARCHS = "i386 x86_64";
Expand All @@ -1320,7 +1320,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1435,7 +1435,7 @@
CHAIN = regtest;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
EXCLUDED_ARCHS = "i386 x86_64";
Expand All @@ -1451,7 +1451,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1568,7 +1568,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
EXCLUDED_ARCHS = "i386 x86_64";
Expand All @@ -1584,7 +1584,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1699,7 +1699,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 65;
CURRENT_PROJECT_VERSION = 66;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
EXCLUDED_ARCHS = "i386 x86_64";
Expand All @@ -1715,7 +1715,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
32 changes: 16 additions & 16 deletions macos/BlixtWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
CODE_SIGN_ENTITLEMENTS = BlixtWallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = NO;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
Expand All @@ -394,7 +394,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -419,7 +419,7 @@
CODE_SIGN_ENTITLEMENTS = BlixtWallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -431,7 +431,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -635,7 +635,7 @@
CODE_SIGN_ENTITLEMENTS = BlixtWallet.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = NO;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
Expand All @@ -647,7 +647,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -728,7 +728,7 @@
CODE_SIGN_ENTITLEMENTS = BlixtWallet.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand All @@ -739,7 +739,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -825,7 +825,7 @@
CODE_SIGN_ENTITLEMENTS = BlixtWallet.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = NO;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
Expand All @@ -837,7 +837,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -918,7 +918,7 @@
CODE_SIGN_ENTITLEMENTS = BlixtWallet.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = fakelnd;
Expand All @@ -929,7 +929,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1015,7 +1015,7 @@
CODE_SIGN_ENTITLEMENTS = BlixtWallet.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEAD_CODE_STRIPPING = NO;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
Expand All @@ -1027,7 +1027,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1108,7 +1108,7 @@
CODE_SIGN_ENTITLEMENTS = BlixtWallet.entitlements;
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand All @@ -1119,7 +1119,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.6.4;
MARKETING_VERSION = 0.6.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
52 changes: 26 additions & 26 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -444,38 +444,38 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: 613e39eac4239cc72b15421247b5ab05361266a2
DoubleConversion: ed15e075aa758ac0e4c1f8b830bd4e4d40d669e8
FBLazyVector: 52739aa074b419a2ef4411f251d0f714658c8c70
FBReactNativeSpec: 60d05dec2efe862da55f67fdf6e0adfd62d74673
FBLazyVector: 3b73c45802a3568d1f273bf57c2efe5a09484bd1
FBReactNativeSpec: 2f6a4410c4e7cd2bcb20291da0bcf0568b5b36f5
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 20113a0d46931b6f096cf8302c68691d75a456ff
RCT-Folly: 24c6da766832002a4a2aac5f79ee0ca50fbe8507
RCTRequired: e853a491e18944aa5157fc037f20a63f067039c2
RCTTypeSafety: fd0484c0c1abf31e362eccd138b9d746420fc94e
React: e7c3b09fea7c3374185894910cb4e44dfbc6a99f
React-callinvoker: b2b795cbe4111cf5f90372cc91b9ffa657def5dd
RCTRequired: 2831c9e7f8b6655558755381878d327838a4ee92
RCTTypeSafety: 5f79451ccc80153bba8319680477bcdbaed24cdf
React: aecc99c424aa81a6655f8d166d4918b8b57c82a1
React-callinvoker: 02c7a6091ea61b3fc69fbc3286aa1e764be8627e
React-Codegen: 61a79489c164568e1575cc662fa7c9a167215dcc
React-Core: 21921e653e17f1fa20a652e01bff0d73e03402d4
React-CoreModules: 868c21a316f0b80b36888a0901105d4b91cb0275
React-cxxreact: 08dc9aba351bfbe3ab9fc5c60d0132e30ae64141
React-jsi: 1a8ba08100f381246cc0752fea0357a5ddbdf95e
React-jsiexecutor: 8bd233cbe410c68d143c31e46416a27feeb00923
React-jsinspector: c8b7d1f5df6e64c186b55b9827796963e5e3a466
React-logger: 0b95b67a1684fd5609407a9280755f6e3df3fcf0
React-Core: 332267dca9f97e280208fe63a69ce2275ff79806
React-CoreModules: 298f09b6b116eda8b3ba26142f9daf5463cb51d2
React-cxxreact: c32fe65c3414248c9c52878e53bdda9a0bc303ed
React-jsi: d424ff5ae84327dfbbc0c893f0fd7b6720ffcc78
React-jsiexecutor: 2d6f7036de455d0e6122961b103c1b9f8e1e135f
React-jsinspector: 8eb2a392451e7662755d4baa76b2e1ad24bf1542
React-logger: 8d326996bdab369fa70d23336d8592d76d7d3fd6
react-native-build-config: d2d6891311ca2e0fa7ca7eeb4324a768e63e485c
react-native-sqlite-storage: f6d515e1c446d1e6d026aa5352908a25d4de3261
react-native-webview: 9f111dfbcfc826084d6c507f569e5e03342ee1c1
React-perflogger: 430005dba03479d869b8cc824d7f3cf030139437
React-RCTActionSheet: 6ae2f8ba3ce1f3191188faf4728bb71321ed8e3b
React-RCTAnimation: 204928507b569074ed01ac8c6e2b83b83a103c96
React-RCTBlob: 401a7626a0ad1f03ed70af4e024a0777bdb01c67
React-RCTImage: d63d04796ad2645a0b45187f616a9d0ca6d795c7
React-RCTLinking: 0e99d397f2dd30e9113f3abd76ed0dba12a8d29e
React-RCTNetwork: 0eb65713f6b1c96a7c61f719ac9a2506d29d3f6e
React-RCTSettings: 17b44b7451c6ff7a01b09403ca0ee2fe37418ec8
React-RCTText: a40da9f178a0e57c8953be0be1bbd5285ca8cf9a
React-RCTVibration: 0d1a7e426400f697112055da7a7c229042dc6d1c
React-runtimeexecutor: f13aac18dbfcd76cb00a041df34ceac4ad09accd
ReactCommon: f41d5b99eede376bc478d103c0194bc0b84b849f
React-perflogger: 70732a297de25673334e19f9db09c68f5df08464
React-RCTActionSheet: a411b5d3b8cdca78dded3faa456a9e5581754145
React-RCTAnimation: 390d0d6cae8ce9ebc6c3695d43e58d3e58bbb71e
React-RCTBlob: 759776e9a5c574506865d701ce2194de75e3fe77
React-RCTImage: 6ef3f7f2a8e80a5bc86ba679348845f810d79289
React-RCTLinking: 88514dbe46cc5a74de112f9f9746406973adfd54
React-RCTNetwork: c39007515c0242e5be4cd5dd5d067f347cf6dd1b
React-RCTSettings: b7316972313c555ffca334d97e6c3801f4863212
React-RCTText: a2b32b5ab7c450b540b75749bdc5d063ca52f16b
React-RCTVibration: 03996a523268017ce2ee4d6ec7fbc5f57f01c43f
React-runtimeexecutor: db7dc22ed82cf76cacd4952746d32076ecbf4b7b
ReactCommon: a9fffb001a4c65d164663f56e6c1bb89ee393b71
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
Expand All @@ -484,7 +484,7 @@ SPEC CHECKSUMS:
RNSecureRandom: 46403b4cc818c426b33d11f7981a923de558e0a8
RNSVG: c1e76b81c76cdcd34b4e1188852892dc280eb902
SwiftProtobuf: 6ef3f0e422ef90d6605ca20b21a94f6c1324d6b3
Yoga: 162dbf213fb36e2f76142fd3b3229d1b7a0ed4f8
Yoga: 99b4b388b57f90d014b992a406c66b537fdd8fcd

PODFILE CHECKSUM: ade9884702ae3ec49700c6a4584fbf7f4541f063

Expand Down

0 comments on commit 1581f27

Please sign in to comment.