successful link and running of geth iOS, mvn dependency:unpack
Former-commit-id: 9b71a2ff4e
This commit is contained in:
parent
d2792ab018
commit
e4212bfdb9
|
@ -8,11 +8,15 @@
|
|||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <Geth/Geth.h>
|
||||
#import "AppDelegate.h"
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
@autoreleasepool {
|
||||
dispatch_async(dispatch_get_global_queue( DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
run("--bootnodes enode://e2f28126720452aa82f7d3083e49e6b3945502cb94d9750a15e27ee310eed6991618199f878e5fbc7dfa0e20f0af9554b41f491dc8f1dbae8f0f2d37a3a613aa@139.162.13.89:30303 --shh --ipcdisable --nodiscover --rpc --rpcapi db,eth,net,web3,shh --fast");
|
||||
});
|
||||
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<artifactItem>
|
||||
<groupId>syng-im</groupId>
|
||||
<artifactId>ios-geth</artifactId>
|
||||
<version>1.4.0-201603140656-92d65cf</version>
|
||||
<version>1.4.0-201603151613-92d65cf</version>
|
||||
<type>zip</type>
|
||||
<overWrite>true</overWrite>
|
||||
<outputDirectory>${project.build.directory}/Frameworks</outputDirectory>
|
||||
|
|
Loading…
Reference in New Issue