Skip to content

Commit

Permalink
Merge pull request #9 from JoaoCaixinha/master
Browse files Browse the repository at this point in the history
Remove libicucore file reference
  • Loading branch information
realtime-framework committed Mar 24, 2017
2 parents 5fd3711 + f6627e5 commit f17b596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions RCTRealtimeCloudStorage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
57B209E51ADEA1E8004297D4 /* StorageRef.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B209D51ADEA1E8004297D4 /* StorageRef.m */; };
57B209E61ADEA1E8004297D4 /* TableRef.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B209D61ADEA1E8004297D4 /* TableRef.m */; };
57B209E71ADEA1E8004297D4 /* TableSnapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B209D71ADEA1E8004297D4 /* TableSnapshot.m */; };
57B209E91ADEA205004297D4 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 57B209E81ADEA205004297D4 /* libicucore.dylib */; };
57B20A1F1ADEE5EF004297D4 /* Balancer.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B20A181ADEE5EF004297D4 /* Balancer.m */; };
57B20A201ADEE5EF004297D4 /* OrtcClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B20A1A1ADEE5EF004297D4 /* OrtcClient.m */; };
57B20A221ADEE5EF004297D4 /* RealtimePushAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B20A1E1ADEE5EF004297D4 /* RealtimePushAppDelegate.m */; };
Expand Down Expand Up @@ -78,7 +77,6 @@
57B209D51ADEA1E8004297D4 /* StorageRef.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StorageRef.m; sourceTree = "<group>"; };
57B209D61ADEA1E8004297D4 /* TableRef.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableRef.m; sourceTree = "<group>"; };
57B209D71ADEA1E8004297D4 /* TableSnapshot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableSnapshot.m; sourceTree = "<group>"; };
57B209E81ADEA205004297D4 /* libicucore.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libicucore.dylib; path = usr/lib/libicucore.dylib; sourceTree = SDKROOT; };
57B20A171ADEE5EF004297D4 /* Balancer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Balancer.h; sourceTree = "<group>"; };
57B20A181ADEE5EF004297D4 /* Balancer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Balancer.m; sourceTree = "<group>"; };
57B20A191ADEE5EF004297D4 /* OrtcClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrtcClient.h; sourceTree = "<group>"; };
Expand All @@ -92,7 +90,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
57B209E91ADEA205004297D4 /* libicucore.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -110,7 +107,6 @@
57B2097E1ADE9E5F004297D4 = {
isa = PBXGroup;
children = (
57B209E81ADEA205004297D4 /* libicucore.dylib */,
57B209891ADE9E5F004297D4 /* RCTRealtimeCloudStorage */,
57B209961ADE9E60004297D4 /* RCTRealtimeCloudStorageTests */,
57B209881ADE9E5F004297D4 /* Products */,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-realtimestorage-ios",
"version": "1.0.10",
"version": "1.0.11",
"description": "The Realtime Framework Cloud Storage client for React-Native",
"main": "RCTRealtimeCloudStorageIOS.js",
"scripts": {
Expand Down

0 comments on commit f17b596

Please sign in to comment.