From f46c4d1247bedef62f730e88676b2b3723d606b1 Mon Sep 17 00:00:00 2001 From: Jarrad Hope Date: Mon, 14 Mar 2016 14:35:53 +0100 Subject: [PATCH] add missing dependencies iOS Former-commit-id: 02205bf36dc1193402e5ef4c94ab388b7a1569f3 --- ios/Messenger.xcodeproj/project.pbxproj | 75 +++++++++++++++++++++++++ ios/pom.xml | 16 +++--- 2 files changed, 84 insertions(+), 7 deletions(-) diff --git a/ios/Messenger.xcodeproj/project.pbxproj b/ios/Messenger.xcodeproj/project.pbxproj index dcce23ede6..32d1c3da15 100644 --- a/ios/Messenger.xcodeproj/project.pbxproj +++ b/ios/Messenger.xcodeproj/project.pbxproj @@ -22,6 +22,8 @@ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; + E343FE8E1C96F54100C01DB5 /* libRNI18n.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E343FE8B1C96F4E200C01DB5 /* libRNI18n.a */; }; + E343FE8F1C96F54A00C01DB5 /* libRCTContacts.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E343FE841C96F4DA00C01DB5 /* libRCTContacts.a */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -102,6 +104,27 @@ remoteGlobalIDString = 58B5119B1A9E6C1200147676; remoteInfo = RCTText; }; + E343FE831C96F4DA00C01DB5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E343FE7F1C96F4DA00C01DB5 /* RCTContacts.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 1441618E1BD0A79300FA4F59; + remoteInfo = RCTContacts; + }; + E343FE8A1C96F4E200C01DB5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E343FE851C96F4E200C01DB5 /* RNI18n.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = CDD7BF781B2D5125006FDA75; + remoteInfo = RNI18n; + }; + E343FE8C1C96F4E200C01DB5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E343FE851C96F4E200C01DB5 /* RNI18n.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = CDD7BF831B2D5126006FDA75; + remoteInfo = RNI18nTests; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -126,6 +149,8 @@ 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = ""; }; 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; }; + E343FE7F1C96F4DA00C01DB5 /* RCTContacts.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTContacts.xcodeproj; path = "../node_modules/react-native-contacts/ios/RCTContacts.xcodeproj"; sourceTree = ""; }; + E343FE851C96F4E200C01DB5 /* RNI18n.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNI18n.xcodeproj; path = "../node_modules/react-native-i18n/RNI18n.xcodeproj"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -142,6 +167,8 @@ files = ( 146834051AC3E58100842450 /* libReact.a in Frameworks */, 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */, + E343FE8F1C96F54A00C01DB5 /* libRCTContacts.a in Frameworks */, + E343FE8E1C96F54100C01DB5 /* libRNI18n.a in Frameworks */, 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */, 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */, 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */, @@ -262,6 +289,8 @@ 832341AE1AAA6A7D00B99B32 /* Libraries */ = { isa = PBXGroup; children = ( + E343FE851C96F4E200C01DB5 /* RNI18n.xcodeproj */, + E343FE7F1C96F4DA00C01DB5 /* RCTContacts.xcodeproj */, 146833FF1AC3E56700842450 /* React.xcodeproj */, 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */, 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */, @@ -305,6 +334,23 @@ name = Products; sourceTree = ""; }; + E343FE801C96F4DA00C01DB5 /* Products */ = { + isa = PBXGroup; + children = ( + E343FE841C96F4DA00C01DB5 /* libRCTContacts.a */, + ); + name = Products; + sourceTree = ""; + }; + E343FE861C96F4E200C01DB5 /* Products */ = { + isa = PBXGroup; + children = ( + E343FE8B1C96F4E200C01DB5 /* libRNI18n.a */, + E343FE8D1C96F4E200C01DB5 /* RNI18nTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -375,6 +421,10 @@ ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */; ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; }, + { + ProductGroup = E343FE801C96F4DA00C01DB5 /* Products */; + ProjectRef = E343FE7F1C96F4DA00C01DB5 /* RCTContacts.xcodeproj */; + }, { ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */; ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; @@ -411,6 +461,10 @@ ProductGroup = 146834001AC3E56700842450 /* Products */; ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */; }, + { + ProductGroup = E343FE861C96F4E200C01DB5 /* Products */; + ProjectRef = E343FE851C96F4E200C01DB5 /* RNI18n.xcodeproj */; + }, ); projectRoot = ""; targets = ( @@ -491,6 +545,27 @@ remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + E343FE841C96F4DA00C01DB5 /* libRCTContacts.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTContacts.a; + remoteRef = E343FE831C96F4DA00C01DB5 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + E343FE8B1C96F4E200C01DB5 /* libRNI18n.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRNI18n.a; + remoteRef = E343FE8A1C96F4E200C01DB5 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + E343FE8D1C96F4E200C01DB5 /* RNI18nTests.xctest */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = RNI18nTests.xctest; + remoteRef = E343FE8C1C96F4E200C01DB5 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ diff --git a/ios/pom.xml b/ios/pom.xml index 91b9067184..294caf0e2d 100644 --- a/ios/pom.xml +++ b/ios/pom.xml @@ -11,16 +11,18 @@ ci.syng.im - http://syng.im:8081/artifactory/libs-release-local/ + http://ci.syng.im:8081/artifactory/libs-release-local/ - - syng-im - ios-geth - 1.4.0-201603140656-92d65cf - zip - + + + syng-im + ios-geth + 1.4.0-201603140656-92d65cf + zip + +