Files
GitHawk/Local Pods/SwipeCellKit/SwipeCellKit.xcodeproj/project.pbxproj
James Sherlock c28c088629 Initial repository spring clean (#415)
* Move SwipeCellKit & SlackTextViewController to Local Pods directory

* Move playgrounds to own folder

* Create podspec for MMMarkdown and move to Local Pods
2017-09-24 18:35:05 -04:00

479 lines
23 KiB
Plaintext
Executable File

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
170BCE721E8340C000F46E18 /* SwipeAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 170BCE711E8340C000F46E18 /* SwipeAnimator.swift */; };
299A17431F01625C0004BF0E /* SwipeCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 299A17421F01625C0004BF0E /* SwipeCollectionViewCell.swift */; };
299A17491F0168230004BF0E /* SwipeCollectionViewCellDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 299A17481F0168230004BF0E /* SwipeCollectionViewCellDelegate.swift */; };
299A174B1F0168DC0004BF0E /* SwipeCollectionViewCell+Display.swift in Sources */ = {isa = PBXBuildFile; fileRef = 299A174A1F0168DC0004BF0E /* SwipeCollectionViewCell+Display.swift */; };
3F19AD041E8D711C006B4B3A /* SwipeFeedback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F19AD031E8D711C006B4B3A /* SwipeFeedback.swift */; };
3F234AC81E44A7A400E22A38 /* SwipeCellKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F234AC61E44A7A400E22A38 /* SwipeCellKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
3F234AD61E44A94F00E22A38 /* SwipeTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F234AD21E44A94F00E22A38 /* SwipeTableViewCell.swift */; };
3F234AD71E44A94F00E22A38 /* SwipeAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F234AD31E44A94F00E22A38 /* SwipeAction.swift */; };
3F234AD81E44A94F00E22A38 /* SwipeActionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F234AD41E44A94F00E22A38 /* SwipeActionsView.swift */; };
3F234AD91E44A94F00E22A38 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F234AD51E44A94F00E22A38 /* Extensions.swift */; };
3F3ED7101E486993009DD5D8 /* SwipeActionButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F3ED70F1E486993009DD5D8 /* SwipeActionButton.swift */; };
3F3ED7121E48AF37009DD5D8 /* SwipeTableViewCellDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F3ED7111E48AF37009DD5D8 /* SwipeTableViewCellDelegate.swift */; };
3F4C721D1E7E8BC20097399A /* SwipeExpansionStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F4C721C1E7E8BC20097399A /* SwipeExpansionStyle.swift */; };
3F4C721F1E7E8C180097399A /* Swipeable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F4C721E1E7E8C180097399A /* Swipeable.swift */; };
3F51DA071E462F9B005467BD /* SwipeTableOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F51DA061E462F9B005467BD /* SwipeTableOptions.swift */; };
3F6433DA1EA53AC3008B1D48 /* SwipeTableViewCell+Display.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F6433D91EA53AC3008B1D48 /* SwipeTableViewCell+Display.swift */; };
3FA78CA11E5A5A0B00A1D8FF /* SwipeTableViewCell+Accessibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FA78CA01E5A5A0B00A1D8FF /* SwipeTableViewCell+Accessibility.swift */; };
3FD016701E696D8D00B54FFC /* SwipeTransitionLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FD0166F1E696D8D00B54FFC /* SwipeTransitionLayout.swift */; };
3FD016DF1E6D778700B54FFC /* SwipeExpanding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FD016DE1E6D778700B54FFC /* SwipeExpanding.swift */; };
3FD016E11E6D7F7700B54FFC /* SwipeActionTransitioning.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FD016E01E6D7F7700B54FFC /* SwipeActionTransitioning.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
170BCE711E8340C000F46E18 /* SwipeAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeAnimator.swift; sourceTree = "<group>"; };
299A17421F01625C0004BF0E /* SwipeCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeCollectionViewCell.swift; sourceTree = "<group>"; };
299A17481F0168230004BF0E /* SwipeCollectionViewCellDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeCollectionViewCellDelegate.swift; sourceTree = "<group>"; };
299A174A1F0168DC0004BF0E /* SwipeCollectionViewCell+Display.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SwipeCollectionViewCell+Display.swift"; sourceTree = "<group>"; };
3F19AD031E8D711C006B4B3A /* SwipeFeedback.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeFeedback.swift; sourceTree = "<group>"; };
3F234AC31E44A7A400E22A38 /* SwipeCellKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwipeCellKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3F234AC61E44A7A400E22A38 /* SwipeCellKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwipeCellKit.h; sourceTree = "<group>"; };
3F234AC71E44A7A400E22A38 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3F234AD21E44A94F00E22A38 /* SwipeTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = SwipeTableViewCell.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
3F234AD31E44A94F00E22A38 /* SwipeAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeAction.swift; sourceTree = "<group>"; };
3F234AD41E44A94F00E22A38 /* SwipeActionsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeActionsView.swift; sourceTree = "<group>"; };
3F234AD51E44A94F00E22A38 /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
3F3ED70F1E486993009DD5D8 /* SwipeActionButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeActionButton.swift; sourceTree = "<group>"; };
3F3ED7111E48AF37009DD5D8 /* SwipeTableViewCellDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeTableViewCellDelegate.swift; sourceTree = "<group>"; };
3F4C721C1E7E8BC20097399A /* SwipeExpansionStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeExpansionStyle.swift; sourceTree = "<group>"; };
3F4C721E1E7E8C180097399A /* Swipeable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Swipeable.swift; sourceTree = "<group>"; };
3F51DA061E462F9B005467BD /* SwipeTableOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeTableOptions.swift; sourceTree = "<group>"; };
3F6433D91EA53AC3008B1D48 /* SwipeTableViewCell+Display.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SwipeTableViewCell+Display.swift"; sourceTree = "<group>"; };
3FA78CA01E5A5A0B00A1D8FF /* SwipeTableViewCell+Accessibility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SwipeTableViewCell+Accessibility.swift"; sourceTree = "<group>"; };
3FD0166F1E696D8D00B54FFC /* SwipeTransitionLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeTransitionLayout.swift; sourceTree = "<group>"; };
3FD016DE1E6D778700B54FFC /* SwipeExpanding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeExpanding.swift; sourceTree = "<group>"; };
3FD016E01E6D7F7700B54FFC /* SwipeActionTransitioning.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwipeActionTransitioning.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
3F234ABF1E44A7A400E22A38 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
3F234AB91E44A7A400E22A38 = {
isa = PBXGroup;
children = (
3F234AC51E44A7A400E22A38 /* Source */,
3F234AC41E44A7A400E22A38 /* Products */,
);
sourceTree = "<group>";
};
3F234AC41E44A7A400E22A38 /* Products */ = {
isa = PBXGroup;
children = (
3F234AC31E44A7A400E22A38 /* SwipeCellKit.framework */,
);
name = Products;
sourceTree = "<group>";
};
3F234AC51E44A7A400E22A38 /* Source */ = {
isa = PBXGroup;
children = (
3F4C721E1E7E8C180097399A /* Swipeable.swift */,
170BCE711E8340C000F46E18 /* SwipeAnimator.swift */,
3F234AD21E44A94F00E22A38 /* SwipeTableViewCell.swift */,
3FA78CA01E5A5A0B00A1D8FF /* SwipeTableViewCell+Accessibility.swift */,
3F6433D91EA53AC3008B1D48 /* SwipeTableViewCell+Display.swift */,
299A174A1F0168DC0004BF0E /* SwipeCollectionViewCell+Display.swift */,
3F3ED7111E48AF37009DD5D8 /* SwipeTableViewCellDelegate.swift */,
3F51DA061E462F9B005467BD /* SwipeTableOptions.swift */,
3FD0166F1E696D8D00B54FFC /* SwipeTransitionLayout.swift */,
3F234AD41E44A94F00E22A38 /* SwipeActionsView.swift */,
3F234AD31E44A94F00E22A38 /* SwipeAction.swift */,
3F3ED70F1E486993009DD5D8 /* SwipeActionButton.swift */,
3FD016E01E6D7F7700B54FFC /* SwipeActionTransitioning.swift */,
3F4C721C1E7E8BC20097399A /* SwipeExpansionStyle.swift */,
3FD016DE1E6D778700B54FFC /* SwipeExpanding.swift */,
3F19AD031E8D711C006B4B3A /* SwipeFeedback.swift */,
3F234AD51E44A94F00E22A38 /* Extensions.swift */,
3F234AD01E44A8F200E22A38 /* Supporting Files */,
299A17421F01625C0004BF0E /* SwipeCollectionViewCell.swift */,
299A17481F0168230004BF0E /* SwipeCollectionViewCellDelegate.swift */,
);
path = Source;
sourceTree = "<group>";
};
3F234AD01E44A8F200E22A38 /* Supporting Files */ = {
isa = PBXGroup;
children = (
3F234AC61E44A7A400E22A38 /* SwipeCellKit.h */,
3F234AC71E44A7A400E22A38 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
3F234AC01E44A7A400E22A38 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
3F234AC81E44A7A400E22A38 /* SwipeCellKit.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
3F234AC21E44A7A400E22A38 /* SwipeCellKit */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3F234ACB1E44A7A400E22A38 /* Build configuration list for PBXNativeTarget "SwipeCellKit" */;
buildPhases = (
3F234ABE1E44A7A400E22A38 /* Sources */,
3F234ABF1E44A7A400E22A38 /* Frameworks */,
3F234AC01E44A7A400E22A38 /* Headers */,
3F234AC11E44A7A400E22A38 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SwipeCellKit;
productName = SwipeCellKit;
productReference = 3F234AC31E44A7A400E22A38 /* SwipeCellKit.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
3F234ABA1E44A7A400E22A38 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0900;
TargetAttributes = {
3F234AC21E44A7A400E22A38 = {
CreatedOnToolsVersion = 8.2.1;
LastSwiftMigration = 0820;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 3F234ABD1E44A7A400E22A38 /* Build configuration list for PBXProject "SwipeCellKit" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 3F234AB91E44A7A400E22A38;
productRefGroup = 3F234AC41E44A7A400E22A38 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
3F234AC21E44A7A400E22A38 /* SwipeCellKit */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
3F234AC11E44A7A400E22A38 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
3F234ABE1E44A7A400E22A38 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3F234AD81E44A94F00E22A38 /* SwipeActionsView.swift in Sources */,
3F234AD71E44A94F00E22A38 /* SwipeAction.swift in Sources */,
3F3ED7101E486993009DD5D8 /* SwipeActionButton.swift in Sources */,
299A174B1F0168DC0004BF0E /* SwipeCollectionViewCell+Display.swift in Sources */,
3F234AD61E44A94F00E22A38 /* SwipeTableViewCell.swift in Sources */,
299A17491F0168230004BF0E /* SwipeCollectionViewCellDelegate.swift in Sources */,
3F19AD041E8D711C006B4B3A /* SwipeFeedback.swift in Sources */,
3FD016701E696D8D00B54FFC /* SwipeTransitionLayout.swift in Sources */,
3FA78CA11E5A5A0B00A1D8FF /* SwipeTableViewCell+Accessibility.swift in Sources */,
299A17431F01625C0004BF0E /* SwipeCollectionViewCell.swift in Sources */,
3F4C721F1E7E8C180097399A /* Swipeable.swift in Sources */,
3F4C721D1E7E8BC20097399A /* SwipeExpansionStyle.swift in Sources */,
3F3ED7121E48AF37009DD5D8 /* SwipeTableViewCellDelegate.swift in Sources */,
3FD016E11E6D7F7700B54FFC /* SwipeActionTransitioning.swift in Sources */,
3FD016DF1E6D778700B54FFC /* SwipeExpanding.swift in Sources */,
3F51DA071E462F9B005467BD /* SwipeTableOptions.swift in Sources */,
170BCE721E8340C000F46E18 /* SwipeAnimator.swift in Sources */,
3F6433DA1EA53AC3008B1D48 /* SwipeTableViewCell+Display.swift in Sources */,
3F234AD91E44A94F00E22A38 /* Extensions.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
3F234AC91E44A7A400E22A38 /* 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_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
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 = 9.0;
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;
};
3F234ACA1E44A7A400E22A38 /* 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_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
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 = 9.0;
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;
};
3F234ACC1E44A7A400E22A38 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
OTHER_SWIFT_FLAGS = "-Onone";
PRODUCT_BUNDLE_IDENTIFIER = com.jerkoch.SwipeCellKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
3F234ACD1E44A7A400E22A38 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jerkoch.SwipeCellKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = Release;
};
98A8CAAB1F74580E009BE6AC /* TestFlight */ = {
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_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
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 = 9.0;
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 = TestFlight;
};
98A8CAAC1F74580E009BE6AC /* TestFlight */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jerkoch.SwipeCellKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = TestFlight;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
3F234ABD1E44A7A400E22A38 /* Build configuration list for PBXProject "SwipeCellKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3F234AC91E44A7A400E22A38 /* Debug */,
3F234ACA1E44A7A400E22A38 /* Release */,
98A8CAAB1F74580E009BE6AC /* TestFlight */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3F234ACB1E44A7A400E22A38 /* Build configuration list for PBXNativeTarget "SwipeCellKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3F234ACC1E44A7A400E22A38 /* Debug */,
3F234ACD1E44A7A400E22A38 /* Release */,
98A8CAAC1F74580E009BE6AC /* TestFlight */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 3F234ABA1E44A7A400E22A38 /* Project object */;
}