Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Sep 4, 2024
1 parent 2687ede commit 98a87d3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 81 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ android {
applicationId "com.blixtwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 162
versionName "0.7.0-alpha6"
versionCode 163
versionName "0.7.0"

// Blixt:
buildConfigField "String", "CHAIN", '"mainnet"'
Expand Down
102 changes: 31 additions & 71 deletions ios/BlixtWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
5B3FB3AAA584825837E16237 /* Pods-BlixtWallet-BlixtWalletTests.releasesignet.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlixtWallet-BlixtWalletTests.releasesignet.xcconfig"; path = "Target Support Files/Pods-BlixtWallet-BlixtWalletTests/Pods-BlixtWallet-BlixtWalletTests.releasesignet.xcconfig"; sourceTree = "<group>"; };
5B7EB9410499542E8C5724F5 /* Pods-BlixtWallet-BlixtWalletTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlixtWallet-BlixtWalletTests.debug.xcconfig"; path = "Target Support Files/Pods-BlixtWallet-BlixtWalletTests/Pods-BlixtWallet-BlixtWalletTests.debug.xcconfig"; sourceTree = "<group>"; };
5DCACB8F33CDC322A6C60F78 /* libPods-BlixtWallet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlixtWallet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
7D9A028A2AECDD1817ED76D5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = BlixtWallet/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
7D9A028A2AECDD1817ED76D5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = BlixtWallet/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = BlixtWallet/LaunchScreen.storyboard; sourceTree = "<group>"; };
89C6BE57DB24E9ADA2F236DE /* Pods-BlixtWallet-BlixtWalletTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlixtWallet-BlixtWalletTests.release.xcconfig"; path = "Target Support Files/Pods-BlixtWallet-BlixtWalletTests/Pods-BlixtWallet-BlixtWalletTests.release.xcconfig"; sourceTree = "<group>"; };
906699CC4C7E482A678DD094 /* Pods-BlixtWallet-BlixtWalletTests.releasefakelnd.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlixtWallet-BlixtWalletTests.releasefakelnd.xcconfig"; path = "Target Support Files/Pods-BlixtWallet-BlixtWalletTests/Pods-BlixtWallet-BlixtWalletTests.releasefakelnd.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -595,7 +595,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
ENABLE_BITCODE = NO;
Expand All @@ -605,7 +605,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -632,7 +632,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand All @@ -641,7 +641,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -725,16 +725,12 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand Down Expand Up @@ -805,16 +801,12 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand Down Expand Up @@ -890,16 +882,12 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand All @@ -916,7 +904,7 @@
CHAIN = regtest;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
ENABLE_BITCODE = NO;
Expand All @@ -926,7 +914,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1037,16 +1025,12 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand All @@ -1064,7 +1048,7 @@
CHAIN = regtest;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand All @@ -1073,7 +1057,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1185,16 +1169,12 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand All @@ -1211,7 +1191,7 @@
CHAIN = testnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
ENABLE_BITCODE = NO;
Expand All @@ -1221,7 +1201,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1337,16 +1317,12 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand All @@ -1363,7 +1339,7 @@
CHAIN = signet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
ENABLE_BITCODE = NO;
Expand All @@ -1373,7 +1349,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1484,16 +1460,12 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand All @@ -1511,7 +1483,7 @@
CHAIN = testnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand All @@ -1520,7 +1492,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1627,16 +1599,12 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand All @@ -1654,7 +1622,7 @@
CHAIN = signet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = "";
Expand All @@ -1663,7 +1631,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1775,16 +1743,12 @@
);
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand All @@ -1801,7 +1765,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = true;
DEVELOPMENT_TEAM = AT26Z24V2Q;
ENABLE_BITCODE = NO;
Expand All @@ -1811,7 +1775,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1922,16 +1886,12 @@
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = (
"$(inherited)",
" ",
);
OTHER_CFLAGS = "$(inherited) ";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DFOLLY_NO_CONFIG",
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
" ",
);
OTHER_LDFLAGS = "$(inherited)";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
Expand All @@ -1949,7 +1909,7 @@
CHAIN = mainnet;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = BlixtWallet/BlixtWallet.entitlements;
CURRENT_PROJECT_VERSION = 81;
CURRENT_PROJECT_VERSION = 88;
DEBUG = false;
DEVELOPMENT_TEAM = AT26Z24V2Q;
FLAVOR = fakelnd;
Expand All @@ -1958,7 +1918,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.9;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
Loading

0 comments on commit 98a87d3

Please sign in to comment.