Skip to content

Commit e82468e

Browse files
committed
Release 1.0
1 parent 266c599 commit e82468e

65 files changed

Lines changed: 1241 additions & 326 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.babelrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"presets": ["react-native"]
3-
}
1+
{"presets": ["react-native"]}

App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class App extends React.Component {
5959
global.port = 7403;
6060
global.ip = "13.57.248.201";
6161
global.ecl = new ElectrumCli(global.port, global.ip, 'tcp');
62-
global.version = "1.2";
62+
global.version = "1.0";
6363

6464
global.ecl.connect().then(() => this.ping)
6565
}

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ android {
101101
applicationId "com.microbitcoin"
102102
minSdkVersion 16
103103
targetSdkVersion 27
104-
versionCode 5
105-
versionName "1.2"
104+
versionCode 6
105+
versionName "1.0"
106106
ndk {
107107
abiFilters "armeabi-v7a", "x86"
108108
}

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
65
google()
6+
jcenter()
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.1.4'
@@ -16,12 +16,12 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
mavenLocal()
19-
jcenter()
2019
maven {
2120
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
2221
url "$rootDir/../node_modules/react-native/android"
2322
}
2423
google()
24+
jcenter()
2525
}
2626
}
2727

coinjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/MicroBitcoin.xcodeproj/project.pbxproj

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
};
66
objectVersion = 48;
77
objects = {
8-
98
/* Begin PBXBuildFile section */
109
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
1110
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
@@ -659,6 +658,7 @@
659658
2F5FB318715F431A963DF9D6 /* libRNCamera.a */,
660659
2DE49CEFB9E645789247D95B /* libReactNativePermissions.a */,
661660
7E444EE9E8A048D3B8B49959 /* libTcpSockets.a */,
661+
4AE96B0C591F44C0A02D542F /* libWorkers.a */,
662662
);
663663
name = "Recovered References";
664664
sourceTree = "<group>";
@@ -1442,12 +1442,6 @@
14421442
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
14431443
LIBRARY_SEARCH_PATHS = (
14441444
"$(inherited)",
1445-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1446-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1447-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1448-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1449-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1450-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14511445
);
14521446
OTHER_LDFLAGS = (
14531447
"-ObjC",
@@ -1476,12 +1470,6 @@
14761470
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
14771471
LIBRARY_SEARCH_PATHS = (
14781472
"$(inherited)",
1479-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1480-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1481-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1482-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1483-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1484-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
14851473
);
14861474
OTHER_LDFLAGS = (
14871475
"-ObjC",
@@ -1511,6 +1499,7 @@
15111499
"$(SRCROOT)/../node_modules/react-native-tcp/ios/**",
15121500
);
15131501
INFOPLIST_FILE = MicroBitcoin/Info.plist;
1502+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
15141503
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
15151504
OTHER_LDFLAGS = (
15161505
"$(inherited)",
@@ -1545,6 +1534,7 @@
15451534
"$(SRCROOT)/../node_modules/react-native-tcp/ios/**",
15461535
);
15471536
INFOPLIST_FILE = MicroBitcoin/Info.plist;
1537+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
15481538
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
15491539
OTHER_LDFLAGS = (
15501540
"$(inherited)",
@@ -1585,12 +1575,6 @@
15851575
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
15861576
LIBRARY_SEARCH_PATHS = (
15871577
"$(inherited)",
1588-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1589-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1590-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1591-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1592-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1593-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
15941578
);
15951579
OTHER_LDFLAGS = (
15961580
"-ObjC",
@@ -1628,12 +1612,6 @@
16281612
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
16291613
LIBRARY_SEARCH_PATHS = (
16301614
"$(inherited)",
1631-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1632-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1633-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1634-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1635-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1636-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
16371615
);
16381616
OTHER_LDFLAGS = (
16391617
"-ObjC",
@@ -1670,12 +1648,6 @@
16701648
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
16711649
LIBRARY_SEARCH_PATHS = (
16721650
"$(inherited)",
1673-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1674-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1675-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1676-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1677-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1678-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
16791651
);
16801652
OTHER_LDFLAGS = (
16811653
"-ObjC",
@@ -1712,12 +1684,6 @@
17121684
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17131685
LIBRARY_SEARCH_PATHS = (
17141686
"$(inherited)",
1715-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1716-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1717-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1718-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1719-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
1720-
"\"$(SRCROOT)/$(TARGET_NAME)\"",
17211687
);
17221688
OTHER_LDFLAGS = (
17231689
"-ObjC",

0 commit comments

Comments
 (0)