Skip to content

Commit c495512

Browse files
committed
WIP: Satscard support
1 parent f7df46c commit c495512

File tree

6 files changed

+2993
-2183
lines changed

6 files changed

+2993
-2183
lines changed

Navigation.ts

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import Gods from './views/Settings/Gods';
5050
import Mortals from './views/Settings/Mortals';
5151
import PointOfSale from './views/Settings/PointOfSale';
5252
import PaymentsSettings from './views/Settings/PaymentsSettings';
53+
import Satscard from './views/Settings/Satscard';
5354

5455
// Routing
5556
import Routing from './views/Routing/Routing';
@@ -251,6 +252,9 @@ const AppScenes = {
251252
PointOfSaleSettings: {
252253
screen: PointOfSale
253254
},
255+
Satscard: {
256+
screen: Satscard
257+
},
254258
PaymentsSettings: {
255259
screen: PaymentsSettings
256260
}

ios/zeus.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@
15731573
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
15741574
CODE_SIGN_IDENTITY = "Apple Development";
15751575
CODE_SIGN_STYLE = Automatic;
1576-
CURRENT_PROJECT_VERSION = 7;
1576+
CURRENT_PROJECT_VERSION = 8;
15771577
DEVELOPMENT_TEAM = 7222UU8F2H;
15781578
ENABLE_BITCODE = NO;
15791579
HEADER_SEARCH_PATHS = (
@@ -1615,7 +1615,7 @@
16151615
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
16161616
CODE_SIGN_IDENTITY = "Apple Development";
16171617
CODE_SIGN_STYLE = Automatic;
1618-
CURRENT_PROJECT_VERSION = 7;
1618+
CURRENT_PROJECT_VERSION = 8;
16191619
DEVELOPMENT_TEAM = 7222UU8F2H;
16201620
ENABLE_BITCODE = NO;
16211621
HEADER_SEARCH_PATHS = (

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"browserify-zlib": "0.1.4",
4141
"bs58check": "2.1.2",
4242
"buffer": "5.6.0",
43+
"cktap-protocol-react-native": "git+https://github.com/bithyve/cktap-protocol-react-native.git#main",
4344
"console-browserify": "1.2.0",
4445
"constants-browserify": "1.0.0",
4546
"create-hash": "1.2.0",

0 commit comments

Comments
 (0)