From edcfc4701f44d56c901b5a594e176cd253d9eee7 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Wed, 28 Sep 2016 14:36:14 +0300 Subject: [PATCH] remove Statusgo.framework & dependency in pom.xml Former-commit-id: f48d81acba4fdd3b4a5f2886771b1a1037a9e0d7 --- .gitignore | 6 +- ios/pom.xml | 38 -------- .../ios/RCTStatus/Statusgo.framework/Headers | 1 - .../ios/RCTStatus/Statusgo.framework/Modules | 1 - .../RCTStatus/Statusgo.framework/Resources | 1 - .../ios/RCTStatus/Statusgo.framework/Statusgo | 1 - .../Versions/A/Headers/Statusgo.h | 87 ------------------- .../Versions/A/Modules/module.modulemap | 4 - .../Versions/A/Resources/Info.plist | 6 -- .../Versions/A/Statusgo.REMOVED.git-id | 1 - .../Statusgo.framework/Versions/Current | 1 - .../react-native-status/ios/RCTStatus/pom.xml | 38 ++++++++ 12 files changed, 43 insertions(+), 142 deletions(-) delete mode 100644 ios/pom.xml delete mode 120000 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Headers delete mode 120000 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Modules delete mode 120000 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Resources delete mode 120000 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Statusgo delete mode 100755 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Headers/Statusgo.h delete mode 100755 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Modules/module.modulemap delete mode 100755 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Resources/Info.plist delete mode 100644 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Statusgo.REMOVED.git-id delete mode 120000 modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/Current create mode 100644 modules/react-native-status/ios/RCTStatus/pom.xml diff --git a/.gitignore b/.gitignore index 0053e1ff30..50b7cb023b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,8 @@ target/ # Generated by lein voom # -pom.xml +/pom.xml + # Figwheel # @@ -66,3 +67,6 @@ doo-index.html # Re-natal re-natal + +# status-go +Statusgo.framework diff --git a/ios/pom.xml b/ios/pom.xml deleted file mode 100644 index 81fa2f3170..0000000000 --- a/ios/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ - - 4.0.0 - - org.reactjs.native.example - Messenger - 1.0-SNAPSHOT - - - - ci.status.im - http://ci.status.im:8081/artifactory/libs-release-local/ - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.10 - - - - status-im - ios-geth - 1.4.0-201603151613-92d65cf - zip - true - ${project.build.directory}/Frameworks - - - - - - - \ No newline at end of file diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Headers b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Headers deleted file mode 120000 index d5ab97c5c7..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/A/Headers \ No newline at end of file diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Modules b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Modules deleted file mode 120000 index 751d64f511..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Modules +++ /dev/null @@ -1 +0,0 @@ -Versions/A/Modules \ No newline at end of file diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Resources b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Resources deleted file mode 120000 index 186f014ae7..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/A/Resources \ No newline at end of file diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Statusgo b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Statusgo deleted file mode 120000 index 5437c314f3..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Statusgo +++ /dev/null @@ -1 +0,0 @@ -Versions/A/Statusgo \ No newline at end of file diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Headers/Statusgo.h b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Headers/Statusgo.h deleted file mode 100755 index dbc2fd1a33..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Headers/Statusgo.h +++ /dev/null @@ -1,87 +0,0 @@ -/* Created by "go tool cgo" - DO NOT EDIT. */ - -/* package github.com/status-im/status-go/cmd/status */ - -/* Start of preamble from import "C" comments. */ - - - - -/* End of preamble from import "C" comments. */ - - -/* Start of boilerplate cgo prologue. */ - -#ifndef GO_CGO_PROLOGUE_H -#define GO_CGO_PROLOGUE_H - -typedef signed char GoInt8; -typedef unsigned char GoUint8; -typedef short GoInt16; -typedef unsigned short GoUint16; -typedef int GoInt32; -typedef unsigned int GoUint32; -typedef long long GoInt64; -typedef unsigned long long GoUint64; -typedef GoInt64 GoInt; -typedef GoUint64 GoUint; -typedef __SIZE_TYPE__ GoUintptr; -typedef float GoFloat32; -typedef double GoFloat64; -typedef float _Complex GoComplex64; -typedef double _Complex GoComplex128; - -/* - static assertion to make sure the file is being used on architecture - at least with matching size of GoInt. -*/ -typedef char _check_for_64_bit_pointer_matching_GoInt[sizeof(void*)==64/8 ? 1:-1]; - -typedef struct { const char *p; GoInt n; } GoString; -typedef void *GoMap; -typedef void *GoChan; -typedef struct { void *t; void *v; } GoInterface; -typedef struct { void *data; GoInt len; GoInt cap; } GoSlice; - -#endif - -/* End of boilerplate cgo prologue. */ - -#ifdef __cplusplus -extern "C" { -#endif - - -extern char* CreateAccount(char* p0); - -extern char* CreateChildAccount(char* p0, char* p1); - -extern char* RecoverAccount(char* p0, char* p1); - -extern char* Login(char* p0, char* p1); - -extern char* Logout(); - -extern char* UnlockAccount(char* p0, char* p1, GoInt p2); - -extern char* CompleteTransaction(char* p0, char* p1); - -extern char* StartNode(char* p0); - -extern void InitJail(char* p0); - -extern char* Parse(char* p0, char* p1); - -extern char* Call(char* p0, char* p1, char* p2); - -extern char* AddPeer(char* p0); - -extern char* AddWhisperFilter(char* p0); - -extern void RemoveWhisperFilter(GoInt p0); - -extern void ClearWhisperFilters(); - -#ifdef __cplusplus -} -#endif diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Modules/module.modulemap b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Modules/module.modulemap deleted file mode 100755 index 25973b253d..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Modules/module.modulemap +++ /dev/null @@ -1,4 +0,0 @@ -framework module "Statusgo" { - header "Statusgo.h" - export * -} diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Resources/Info.plist b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Resources/Info.plist deleted file mode 100755 index 6631ffa6f2..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Statusgo.REMOVED.git-id b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Statusgo.REMOVED.git-id deleted file mode 100644 index 6697782752..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/A/Statusgo.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -3916205e2b075e73892970f32da4526c745e3bf0 \ No newline at end of file diff --git a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/Current b/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/Current deleted file mode 120000 index 8c7e5a667f..0000000000 --- a/modules/react-native-status/ios/RCTStatus/Statusgo.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/modules/react-native-status/ios/RCTStatus/pom.xml b/modules/react-native-status/ios/RCTStatus/pom.xml new file mode 100644 index 0000000000..306a915461 --- /dev/null +++ b/modules/react-native-status/ios/RCTStatus/pom.xml @@ -0,0 +1,38 @@ + + 4.0.0 + + org.reactjs.native.example + Messenger + 1.0-SNAPSHOT + + + + ci.status.im + http://139.162.11.12:8081/artifactory/libs-release-local/ + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + + status-im + status-go-ios + 0.1.2 + zip + true + ./ + + + + + + +