Skip to content

Commit

Permalink
Add support for Carthage.
Browse files Browse the repository at this point in the history
Verified the build by running:

    carthage build --no-skip-current
  • Loading branch information
Jeff Verkoeyen committed Oct 3, 2017
1 parent 9cc0050 commit 30dfc96
Show file tree
Hide file tree
Showing 7 changed files with 490 additions and 6 deletions.
334 changes: 334 additions & 0 deletions CatalogByConvention/CatalogByConvention.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,334 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
66B35F561F84269E000B0CB8 /* CatalogByConvention.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B35F4F1F84269E000B0CB8 /* CatalogByConvention.h */; };
66B35F571F84269E000B0CB8 /* CBCCatalogExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B35F501F84269E000B0CB8 /* CBCCatalogExample.h */; };
66B35F581F84269E000B0CB8 /* CBCNodeListViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B35F511F84269E000B0CB8 /* CBCNodeListViewController.h */; };
66B35F591F84269E000B0CB8 /* CBCNodeListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 66B35F521F84269E000B0CB8 /* CBCNodeListViewController.m */; };
66B35F5A1F84269E000B0CB8 /* CBCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 66B35F541F84269E000B0CB8 /* CBCRuntime.h */; };
66B35F5B1F84269E000B0CB8 /* CBCRuntime.m in Sources */ = {isa = PBXBuildFile; fileRef = 66B35F551F84269E000B0CB8 /* CBCRuntime.m */; };
66B35F5F1F842A4C000B0CB8 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 66B35F5E1F842A4C000B0CB8 /* Info.plist */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
66B35F351F842691000B0CB8 /* CatalogByConvention.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CatalogByConvention.framework; sourceTree = BUILT_PRODUCTS_DIR; };
66B35F4F1F84269E000B0CB8 /* CatalogByConvention.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CatalogByConvention.h; path = ../../src/CatalogByConvention.h; sourceTree = "<group>"; };
66B35F501F84269E000B0CB8 /* CBCCatalogExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CBCCatalogExample.h; path = ../../src/CBCCatalogExample.h; sourceTree = "<group>"; };
66B35F511F84269E000B0CB8 /* CBCNodeListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CBCNodeListViewController.h; path = ../../src/CBCNodeListViewController.h; sourceTree = "<group>"; };
66B35F521F84269E000B0CB8 /* CBCNodeListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CBCNodeListViewController.m; path = ../../src/CBCNodeListViewController.m; sourceTree = "<group>"; };
66B35F541F84269E000B0CB8 /* CBCRuntime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CBCRuntime.h; sourceTree = "<group>"; };
66B35F551F84269E000B0CB8 /* CBCRuntime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CBCRuntime.m; sourceTree = "<group>"; };
66B35F5E1F842A4C000B0CB8 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
66B35F2B1F842691000B0CB8 = {
isa = PBXGroup;
children = (
66B35F5E1F842A4C000B0CB8 /* Info.plist */,
66B35F371F842691000B0CB8 /* src */,
66B35F361F842691000B0CB8 /* Products */,
);
sourceTree = "<group>";
};
66B35F361F842691000B0CB8 /* Products */ = {
isa = PBXGroup;
children = (
66B35F351F842691000B0CB8 /* CatalogByConvention.framework */,
);
name = Products;
sourceTree = "<group>";
};
66B35F371F842691000B0CB8 /* src */ = {
isa = PBXGroup;
children = (
66B35F4F1F84269E000B0CB8 /* CatalogByConvention.h */,
66B35F501F84269E000B0CB8 /* CBCCatalogExample.h */,
66B35F511F84269E000B0CB8 /* CBCNodeListViewController.h */,
66B35F521F84269E000B0CB8 /* CBCNodeListViewController.m */,
66B35F531F84269E000B0CB8 /* private */,
);
name = src;
path = CatalogByConvention;
sourceTree = "<group>";
};
66B35F531F84269E000B0CB8 /* private */ = {
isa = PBXGroup;
children = (
66B35F541F84269E000B0CB8 /* CBCRuntime.h */,
66B35F551F84269E000B0CB8 /* CBCRuntime.m */,
);
name = private;
path = ../../src/private;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
66B35F321F842691000B0CB8 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
66B35F571F84269E000B0CB8 /* CBCCatalogExample.h in Headers */,
66B35F581F84269E000B0CB8 /* CBCNodeListViewController.h in Headers */,
66B35F5A1F84269E000B0CB8 /* CBCRuntime.h in Headers */,
66B35F561F84269E000B0CB8 /* CatalogByConvention.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
66B35F341F842691000B0CB8 /* CatalogByConvention */ = {
isa = PBXNativeTarget;
buildConfigurationList = 66B35F491F842691000B0CB8 /* Build configuration list for PBXNativeTarget "CatalogByConvention" */;
buildPhases = (
66B35F301F842691000B0CB8 /* Sources */,
66B35F311F842691000B0CB8 /* Frameworks */,
66B35F321F842691000B0CB8 /* Headers */,
66B35F331F842691000B0CB8 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CatalogByConvention;
productName = CatalogByConvention;
productReference = 66B35F351F842691000B0CB8 /* CatalogByConvention.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
66B35F2C1F842691000B0CB8 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = Google;
TargetAttributes = {
66B35F341F842691000B0CB8 = {
CreatedOnToolsVersion = 8.3.3;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 66B35F2F1F842691000B0CB8 /* Build configuration list for PBXProject "CatalogByConvention" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 66B35F2B1F842691000B0CB8;
productRefGroup = 66B35F361F842691000B0CB8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
66B35F341F842691000B0CB8 /* CatalogByConvention */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
66B35F331F842691000B0CB8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
66B35F5F1F842A4C000B0CB8 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
66B35F301F842691000B0CB8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
66B35F591F84269E000B0CB8 /* CBCNodeListViewController.m in Sources */,
66B35F5B1F84269E000B0CB8 /* CBCRuntime.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
66B35F471F842691000B0CB8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
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_MOVE = 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.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
66B35F481F842691000B0CB8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
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_MOVE = 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.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
66B35F4A1F842691000B0CB8 /* 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 = Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.google.CatalogByConvention;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
66B35F4B1F842691000B0CB8 /* 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 = Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.google.CatalogByConvention;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
66B35F2F1F842691000B0CB8 /* Build configuration list for PBXProject "CatalogByConvention" */ = {
isa = XCConfigurationList;
buildConfigurations = (
66B35F471F842691000B0CB8 /* Debug */,
66B35F481F842691000B0CB8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
66B35F491F842691000B0CB8 /* Build configuration list for PBXNativeTarget "CatalogByConvention" */ = {
isa = XCConfigurationList;
buildConfigurations = (
66B35F4A1F842691000B0CB8 /* Debug */,
66B35F4B1F842691000B0CB8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 66B35F2C1F842691000B0CB8 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 30dfc96

Please sign in to comment.