successful link and running of geth iOS, mvn dependency:unpack

This commit is contained in:
Jarrad Hope 2016-03-15 21:27:36 +01:00
parent be9029c453
commit 9b71a2ff4e
2 changed files with 6 additions and 2 deletions

View File

@ -8,11 +8,15 @@
*/ */
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import <Geth/Geth.h>
#import "AppDelegate.h" #import "AppDelegate.h"
int main(int argc, char * argv[]) { int main(int argc, char * argv[]) {
@autoreleasepool { @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])); return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
} }
} }

View File

@ -25,7 +25,7 @@
<artifactItem> <artifactItem>
<groupId>syng-im</groupId> <groupId>syng-im</groupId>
<artifactId>ios-geth</artifactId> <artifactId>ios-geth</artifactId>
<version>1.4.0-201603140656-92d65cf</version> <version>1.4.0-201603151613-92d65cf</version>
<type>zip</type> <type>zip</type>
<overWrite>true</overWrite> <overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/Frameworks</outputDirectory> <outputDirectory>${project.build.directory}/Frameworks</outputDirectory>