File tree 6 files changed +2993
-2183
lines changed
6 files changed +2993
-2183
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ import Gods from './views/Settings/Gods';
50
50
import Mortals from './views/Settings/Mortals' ;
51
51
import PointOfSale from './views/Settings/PointOfSale' ;
52
52
import PaymentsSettings from './views/Settings/PaymentsSettings' ;
53
+ import Satscard from './views/Settings/Satscard' ;
53
54
54
55
// Routing
55
56
import Routing from './views/Routing/Routing' ;
@@ -251,6 +252,9 @@ const AppScenes = {
251
252
PointOfSaleSettings : {
252
253
screen : PointOfSale
253
254
} ,
255
+ Satscard : {
256
+ screen : Satscard
257
+ } ,
254
258
PaymentsSettings : {
255
259
screen : PaymentsSettings
256
260
}
Original file line number Diff line number Diff line change 1573
1573
CODE_SIGN_ENTITLEMENTS = zeus/zeus.entitlements;
1574
1574
CODE_SIGN_IDENTITY = "Apple Development";
1575
1575
CODE_SIGN_STYLE = Automatic;
1576
- CURRENT_PROJECT_VERSION = 7 ;
1576
+ CURRENT_PROJECT_VERSION = 8 ;
1577
1577
DEVELOPMENT_TEAM = 7222UU8F2H;
1578
1578
ENABLE_BITCODE = NO;
1579
1579
HEADER_SEARCH_PATHS = (
1615
1615
CODE_SIGN_ENTITLEMENTS = zeus/zeusRelease.entitlements;
1616
1616
CODE_SIGN_IDENTITY = "Apple Development";
1617
1617
CODE_SIGN_STYLE = Automatic;
1618
- CURRENT_PROJECT_VERSION = 7 ;
1618
+ CURRENT_PROJECT_VERSION = 8 ;
1619
1619
DEVELOPMENT_TEAM = 7222UU8F2H;
1620
1620
ENABLE_BITCODE = NO;
1621
1621
HEADER_SEARCH_PATHS = (
Original file line number Diff line number Diff line change 40
40
"browserify-zlib" : " 0.1.4" ,
41
41
"bs58check" : " 2.1.2" ,
42
42
"buffer" : " 5.6.0" ,
43
+ "cktap-protocol-react-native" : " git+https://github.com/bithyve/cktap-protocol-react-native.git#main" ,
43
44
"console-browserify" : " 1.2.0" ,
44
45
"constants-browserify" : " 1.0.0" ,
45
46
"create-hash" : " 1.2.0" ,
You can’t perform that action at this time.
0 commit comments