-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repository rename (import from previous)
- Loading branch information
Showing
21 changed files
with
4,760 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015 Realtime Framework | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,288 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 46; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
57E5A0A71AD2D06E00B19F3B /* RCTRealtimeMessaging.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 57E5A0A61AD2D06E00B19F3B /* RCTRealtimeMessaging.h */; }; | ||
57E5A0A91AD2D06E00B19F3B /* RCTRealtimeMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 57E5A0A81AD2D06E00B19F3B /* RCTRealtimeMessaging.m */; }; | ||
57E5A0C91AD2D0E800B19F3B /* Balancer.m in Sources */ = {isa = PBXBuildFile; fileRef = 57E5A0C41AD2D0E800B19F3B /* Balancer.m */; }; | ||
57E5A0CA1AD2D0E800B19F3B /* OrtcClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 57E5A0C61AD2D0E800B19F3B /* OrtcClient.m */; }; | ||
57E5A0D11AD2D11B00B19F3B /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 57E5A0D01AD2D11B00B19F3B /* libicucore.dylib */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXCopyFilesBuildPhase section */ | ||
57E5A0A11AD2D06E00B19F3B /* CopyFiles */ = { | ||
isa = PBXCopyFilesBuildPhase; | ||
buildActionMask = 2147483647; | ||
dstPath = "include/$(PRODUCT_NAME)"; | ||
dstSubfolderSpec = 16; | ||
files = ( | ||
57E5A0A71AD2D06E00B19F3B /* RCTRealtimeMessaging.h in CopyFiles */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXCopyFilesBuildPhase section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
5736D4F01B46CD8B009542D8 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTSRWebSocket.h; sourceTree = "<group>"; }; | ||
57E5A0A31AD2D06E00B19F3B /* libRCTRealtimeMessaging.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTRealtimeMessaging.a; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
57E5A0A61AD2D06E00B19F3B /* RCTRealtimeMessaging.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTRealtimeMessaging.h; sourceTree = "<group>"; }; | ||
57E5A0A81AD2D06E00B19F3B /* RCTRealtimeMessaging.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTRealtimeMessaging.m; sourceTree = "<group>"; }; | ||
57E5A0C31AD2D0E800B19F3B /* Balancer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Balancer.h; sourceTree = "<group>"; }; | ||
57E5A0C41AD2D0E800B19F3B /* Balancer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Balancer.m; sourceTree = "<group>"; }; | ||
57E5A0C51AD2D0E800B19F3B /* OrtcClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrtcClient.h; sourceTree = "<group>"; }; | ||
57E5A0C61AD2D0E800B19F3B /* OrtcClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OrtcClient.m; sourceTree = "<group>"; }; | ||
57E5A0CD1AD2D11000B19F3B /* base64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = base64.h; sourceTree = "<group>"; }; | ||
57E5A0CE1AD2D11000B19F3B /* NSData+SRB64Additions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSData+SRB64Additions.h"; sourceTree = "<group>"; }; | ||
57E5A0D01AD2D11B00B19F3B /* libicucore.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libicucore.dylib; path = usr/lib/libicucore.dylib; sourceTree = SDKROOT; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
57E5A0A01AD2D06E00B19F3B /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
57E5A0D11AD2D11B00B19F3B /* libicucore.dylib in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
57E5A09A1AD2D06E00B19F3B = { | ||
isa = PBXGroup; | ||
children = ( | ||
57E5A0D01AD2D11B00B19F3B /* libicucore.dylib */, | ||
57E5A0CC1AD2D11000B19F3B /* SocketRocket */, | ||
57E5A0A51AD2D06E00B19F3B /* RCTRealtimeMessaging */, | ||
57E5A0A41AD2D06E00B19F3B /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
57E5A0A41AD2D06E00B19F3B /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
57E5A0A31AD2D06E00B19F3B /* libRCTRealtimeMessaging.a */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
57E5A0A51AD2D06E00B19F3B /* RCTRealtimeMessaging */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
57E5A0A61AD2D06E00B19F3B /* RCTRealtimeMessaging.h */, | ||
57E5A0A81AD2D06E00B19F3B /* RCTRealtimeMessaging.m */, | ||
57E5A0C31AD2D0E800B19F3B /* Balancer.h */, | ||
57E5A0C41AD2D0E800B19F3B /* Balancer.m */, | ||
57E5A0C51AD2D0E800B19F3B /* OrtcClient.h */, | ||
57E5A0C61AD2D0E800B19F3B /* OrtcClient.m */, | ||
); | ||
path = RCTRealtimeMessaging; | ||
sourceTree = "<group>"; | ||
}; | ||
57E5A0CC1AD2D11000B19F3B /* SocketRocket */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
57E5A0CD1AD2D11000B19F3B /* base64.h */, | ||
57E5A0CE1AD2D11000B19F3B /* NSData+SRB64Additions.h */, | ||
5736D4F01B46CD8B009542D8 /* RCTSRWebSocket.h */, | ||
); | ||
path = SocketRocket; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
57E5A0A21AD2D06E00B19F3B /* RCTRealtimeMessaging */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 57E5A0B71AD2D06E00B19F3B /* Build configuration list for PBXNativeTarget "RCTRealtimeMessaging" */; | ||
buildPhases = ( | ||
57E5A09F1AD2D06E00B19F3B /* Sources */, | ||
57E5A0A01AD2D06E00B19F3B /* Frameworks */, | ||
57E5A0A11AD2D06E00B19F3B /* CopyFiles */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = RCTRealtimeMessaging; | ||
productName = RCTRealtimeMessaging; | ||
productReference = 57E5A0A31AD2D06E00B19F3B /* libRCTRealtimeMessaging.a */; | ||
productType = "com.apple.product-type.library.static"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
57E5A09B1AD2D06E00B19F3B /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastUpgradeCheck = 0620; | ||
ORGANIZATIONNAME = Realtime; | ||
TargetAttributes = { | ||
57E5A0A21AD2D06E00B19F3B = { | ||
CreatedOnToolsVersion = 6.2; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = 57E5A09E1AD2D06E00B19F3B /* Build configuration list for PBXProject "RCTRealtimeMessaging" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
); | ||
mainGroup = 57E5A09A1AD2D06E00B19F3B; | ||
productRefGroup = 57E5A0A41AD2D06E00B19F3B /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
57E5A0A21AD2D06E00B19F3B /* RCTRealtimeMessaging */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
57E5A09F1AD2D06E00B19F3B /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
57E5A0A91AD2D06E00B19F3B /* RCTRealtimeMessaging.m in Sources */, | ||
57E5A0C91AD2D0E800B19F3B /* Balancer.m in Sources */, | ||
57E5A0CA1AD2D0E800B19F3B /* OrtcClient.m in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
57E5A0B51AD2D06E00B19F3B /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_WARN_BOOL_CONVERSION = YES; | ||
CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
COPY_PHASE_STRIP = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_OPTIMIZATION_LEVEL = 0; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
"DEBUG=1", | ||
"$(inherited)", | ||
); | ||
GCC_SYMBOLS_PRIVATE_EXTERN = NO; | ||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
HEADER_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, | ||
"$(SRCROOT)/../../React/**", | ||
); | ||
IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
}; | ||
name = Debug; | ||
}; | ||
57E5A0B61AD2D06E00B19F3B /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_WARN_BOOL_CONVERSION = YES; | ||
CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
COPY_PHASE_STRIP = NO; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
HEADER_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, | ||
"$(SRCROOT)/../../React/**", | ||
); | ||
IPHONEOS_DEPLOYMENT_TARGET = 8.0; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
SDKROOT = iphoneos; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
}; | ||
57E5A0B81AD2D06E00B19F3B /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
OTHER_LDFLAGS = "-ObjC"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SKIP_INSTALL = YES; | ||
}; | ||
name = Debug; | ||
}; | ||
57E5A0B91AD2D06E00B19F3B /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
OTHER_LDFLAGS = "-ObjC"; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SKIP_INSTALL = YES; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
57E5A09E1AD2D06E00B19F3B /* Build configuration list for PBXProject "RCTRealtimeMessaging" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
57E5A0B51AD2D06E00B19F3B /* Debug */, | ||
57E5A0B61AD2D06E00B19F3B /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
57E5A0B71AD2D06E00B19F3B /* Build configuration list for PBXNativeTarget "RCTRealtimeMessaging" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
57E5A0B81AD2D06E00B19F3B /* Debug */, | ||
57E5A0B91AD2D06E00B19F3B /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = 57E5A09B1AD2D06E00B19F3B /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
RCTRealtimeMessaging.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
...ltimeMessaging.xcodeproj/project.xcworkspace/xcshareddata/RCTRealtimeMessaging.xccheckout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDESourceControlProjectFavoriteDictionaryKey</key> | ||
<false/> | ||
<key>IDESourceControlProjectIdentifier</key> | ||
<string>682DD9C9-3D49-4912-8DFA-436162155BC6</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>RCTRealtimeMessaging</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>8D36A2E25D1F69289FF5D730990237D3FD9BBC1E</key> | ||
<string>https://github.com/JoaoCaixinha/RCTRealtimeMessaging.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>RCTRealtimeMessaging.xcodeproj</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>8D36A2E25D1F69289FF5D730990237D3FD9BBC1E</key> | ||
<string>../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>https://github.com/JoaoCaixinha/RCTRealtimeMessaging.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>111</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>8D36A2E25D1F69289FF5D730990237D3FD9BBC1E</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>8D36A2E25D1F69289FF5D730990237D3FD9BBC1E</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>RCTRealtimeMessaging</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+15.8 KB
...eproj/project.xcworkspace/xcuserdata/jcaixinha.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Oops, something went wrong.