Skip to content

Commit

Permalink
Merge pull request #51 from soffes/master
Browse files Browse the repository at this point in the history
Carthage support
  • Loading branch information
acmacalister authored Sep 26, 2016
2 parents 16f0adf + 3be6d68 commit f649bb0
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
18 changes: 18 additions & 0 deletions Jetfire.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// Jetfire.h
// Jetfire
//
// Created by Sam Soffes on 9/26/16.
// Copyright © 2016 Vluxe. All rights reserved.
//

@import Foundation;

//! Project version number for Jetfire.
FOUNDATION_EXPORT double JetfireVersionNumber;

//! Project version string for Jetfire.
FOUNDATION_EXPORT const unsigned char JetfireVersionString[];

#import <Jetfire/JFRWebSocket.h>
#import <Jetfire/JFRSecurity.h>
310 changes: 310 additions & 0 deletions Jetfire.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,310 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
210EA8181D99645C00A323C8 /* JFRSecurity.h in Headers */ = {isa = PBXBuildFile; fileRef = 210EA8141D99645C00A323C8 /* JFRSecurity.h */; settings = {ATTRIBUTES = (Public, ); }; };
210EA8191D99645C00A323C8 /* JFRSecurity.m in Sources */ = {isa = PBXBuildFile; fileRef = 210EA8151D99645C00A323C8 /* JFRSecurity.m */; };
210EA81A1D99645C00A323C8 /* JFRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 210EA8161D99645C00A323C8 /* JFRWebSocket.h */; settings = {ATTRIBUTES = (Public, ); }; };
210EA81B1D99645C00A323C8 /* JFRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 210EA8171D99645C00A323C8 /* JFRWebSocket.m */; };
210EA81D1D99648E00A323C8 /* Jetfire.h in Headers */ = {isa = PBXBuildFile; fileRef = 210EA81C1D99648E00A323C8 /* Jetfire.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
210EA8091D99642A00A323C8 /* Jetfire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Jetfire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
210EA80D1D99642A00A323C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
210EA8141D99645C00A323C8 /* JFRSecurity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JFRSecurity.h; sourceTree = SOURCE_ROOT; };
210EA8151D99645C00A323C8 /* JFRSecurity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JFRSecurity.m; sourceTree = SOURCE_ROOT; };
210EA8161D99645C00A323C8 /* JFRWebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JFRWebSocket.h; sourceTree = SOURCE_ROOT; };
210EA8171D99645C00A323C8 /* JFRWebSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JFRWebSocket.m; sourceTree = SOURCE_ROOT; };
210EA81C1D99648E00A323C8 /* Jetfire.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Jetfire.h; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
210EA8051D99642A00A323C8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
210EA7FF1D99642A00A323C8 = {
isa = PBXGroup;
children = (
210EA80B1D99642A00A323C8 /* Jetfire */,
210EA80A1D99642A00A323C8 /* Products */,
);
sourceTree = "<group>";
};
210EA80A1D99642A00A323C8 /* Products */ = {
isa = PBXGroup;
children = (
210EA8091D99642A00A323C8 /* Jetfire.framework */,
);
name = Products;
sourceTree = "<group>";
};
210EA80B1D99642A00A323C8 /* Jetfire */ = {
isa = PBXGroup;
children = (
210EA81C1D99648E00A323C8 /* Jetfire.h */,
210EA8161D99645C00A323C8 /* JFRWebSocket.h */,
210EA8171D99645C00A323C8 /* JFRWebSocket.m */,
210EA8141D99645C00A323C8 /* JFRSecurity.h */,
210EA8151D99645C00A323C8 /* JFRSecurity.m */,
210EA80D1D99642A00A323C8 /* Info.plist */,
);
path = Jetfire;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
210EA8061D99642A00A323C8 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
210EA81A1D99645C00A323C8 /* JFRWebSocket.h in Headers */,
210EA81D1D99648E00A323C8 /* Jetfire.h in Headers */,
210EA8181D99645C00A323C8 /* JFRSecurity.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
210EA8081D99642A00A323C8 /* Jetfire-iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 210EA8111D99642A00A323C8 /* Build configuration list for PBXNativeTarget "Jetfire-iOS" */;
buildPhases = (
210EA8041D99642A00A323C8 /* Sources */,
210EA8051D99642A00A323C8 /* Frameworks */,
210EA8061D99642A00A323C8 /* Headers */,
210EA8071D99642A00A323C8 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Jetfire-iOS";
productName = Jetfire;
productReference = 210EA8091D99642A00A323C8 /* Jetfire.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
210EA8001D99642A00A323C8 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = Vluxe;
TargetAttributes = {
210EA8081D99642A00A323C8 = {
CreatedOnToolsVersion = 8.0;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 210EA8031D99642A00A323C8 /* Build configuration list for PBXProject "Jetfire" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 210EA7FF1D99642A00A323C8;
productRefGroup = 210EA80A1D99642A00A323C8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
210EA8081D99642A00A323C8 /* Jetfire-iOS */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
210EA8071D99642A00A323C8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
210EA8041D99642A00A323C8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
210EA81B1D99645C00A323C8 /* JFRWebSocket.m in Sources */,
210EA8191D99645C00A323C8 /* JFRSecurity.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
210EA80F1D99642A00A323C8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
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;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
210EA8101D99642A00A323C8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
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;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
210EA8121D99642A00A323C8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.vluxe.Jetfire;
PRODUCT_NAME = Jetfire;
SKIP_INSTALL = YES;
};
name = Debug;
};
210EA8131D99642A00A323C8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.vluxe.Jetfire;
PRODUCT_NAME = Jetfire;
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
210EA8031D99642A00A323C8 /* Build configuration list for PBXProject "Jetfire" */ = {
isa = XCConfigurationList;
buildConfigurations = (
210EA80F1D99642A00A323C8 /* Debug */,
210EA8101D99642A00A323C8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
210EA8111D99642A00A323C8 /* Build configuration list for PBXNativeTarget "Jetfire-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
210EA8121D99642A00A323C8 /* Debug */,
210EA8131D99642A00A323C8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 210EA8001D99642A00A323C8 /* Project object */;
}
Loading

0 comments on commit f649bb0

Please sign in to comment.