diff --git a/syng-im/ios/SyngIm/main.m b/syng-im/ios/SyngIm/main.m index 3d767fcbb9..afe0335e03 100644 --- a/syng-im/ios/SyngIm/main.m +++ b/syng-im/ios/SyngIm/main.m @@ -8,11 +8,15 @@ */ #import - +#import #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])); } } diff --git a/syng-im/ios/pom.xml b/syng-im/ios/pom.xml new file mode 100644 index 0000000000..1f41b6d02b --- /dev/null +++ b/syng-im/ios/pom.xml @@ -0,0 +1,38 @@ + + 4.0.0 + + org.reactjs.native.example + Messenger + 1.0-SNAPSHOT + + + + ci.syng.im + http://ci.syng.im:8081/artifactory/libs-release-local/ + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + + syng-im + ios-geth + 1.4.0-201603151613-92d65cf + zip + true + ${project.build.directory}/Frameworks + + + + + + + \ No newline at end of file