Skip to content

Commit

Permalink
Version 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Nov 9, 2023
1 parent 2066688 commit 886d6ad
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
applicationId "com.blixtwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 137
versionCode 147
versionName "0.6.9"

// Blixt:
Expand Down
14 changes: 4 additions & 10 deletions ios/BlixtWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 77;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -596,7 +596,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 77;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand Down Expand Up @@ -685,10 +685,7 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
Expand Down Expand Up @@ -764,10 +761,7 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
Expand Down
26 changes: 13 additions & 13 deletions macos/BlixtWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -351,7 +351,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "BlixtWallet/BlixtWallet-macOS.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 36;
DEAD_CODE_STRIPPING = NO;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
Expand Down Expand Up @@ -386,7 +386,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "BlixtWallet/BlixtWallet-macOS.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 36;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand Down Expand Up @@ -477,8 +477,8 @@
"$(inherited)",
"-Wl",
"-ld_classic",
" ",
"-Wl -ld_classic ",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -547,8 +547,8 @@
"$(inherited)",
"-Wl",
"-ld_classic",
" ",
"-Wl -ld_classic ",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -623,8 +623,8 @@
"$(inherited)",
"-Wl",
"-ld_classic",
" ",
"-Wl -ld_classic ",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand All @@ -640,7 +640,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "BlixtWallet/BlixtWallet-macOS.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 36;
DEAD_CODE_STRIPPING = NO;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
Expand Down Expand Up @@ -728,8 +728,8 @@
"$(inherited)",
"-Wl",
"-ld_classic",
" ",
"-Wl -ld_classic ",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand All @@ -746,7 +746,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "BlixtWallet/BlixtWallet-macOS.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CURRENT_PROJECT_VERSION = 34;
CURRENT_PROJECT_VERSION = 36;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand Down

1 comment on commit 886d6ad

@vercel
Copy link

@vercel vercel bot commented on 886d6ad Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blixt-wallet – ./

blixt-wallet-hsjoberg.vercel.app
blixt-wallet-git-master-hsjoberg.vercel.app

Please sign in to comment.