Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Carthage support. #14

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Classes/SSWAnimator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

// Undocumented animation curve used for the navigation controller's transition.
FOUNDATION_EXPORT UIViewAnimationOptions const SSWNavigationTransitionCurve;
Expand Down
2 changes: 1 addition & 1 deletion Classes/SloppySwiper.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//

#import <Foundation/Foundation.h>

#import <UIKit/UIKit.h>

/**
* `SloppySwiper` is a class conforming to `UINavigationControllerDelegate` protocol that allows pan back gesture to be started from anywhere on the screen (not only from the left edge).
Expand Down
317 changes: 317 additions & 0 deletions SloppySwiper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,317 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
4A4F3F361C79044900284AF4 /* SloppySwiper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A4F3F301C79044900284AF4 /* SloppySwiper.h */; settings = {ATTRIBUTES = (Public, ); }; };
4A4F3F371C79044900284AF4 /* SloppySwiper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A4F3F311C79044900284AF4 /* SloppySwiper.m */; };
4A4F3F381C79044900284AF4 /* SSWAnimator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A4F3F321C79044900284AF4 /* SSWAnimator.h */; settings = {ATTRIBUTES = (Public, ); }; };
4A4F3F391C79044900284AF4 /* SSWAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A4F3F331C79044900284AF4 /* SSWAnimator.m */; };
4A4F3F3A1C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A4F3F341C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.h */; settings = {ATTRIBUTES = (Public, ); }; };
4A4F3F3B1C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A4F3F351C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.m */; };
4A4F3F551C7905D400284AF4 /* SloppySwiperFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A4F3F531C7905D400284AF4 /* SloppySwiperFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
4A4F3F241C79034300284AF4 /* SloppySwiper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SloppySwiper.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4A4F3F301C79044900284AF4 /* SloppySwiper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SloppySwiper.h; path = Classes/SloppySwiper.h; sourceTree = "<group>"; };
4A4F3F311C79044900284AF4 /* SloppySwiper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SloppySwiper.m; path = Classes/SloppySwiper.m; sourceTree = "<group>"; };
4A4F3F321C79044900284AF4 /* SSWAnimator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SSWAnimator.h; path = Classes/SSWAnimator.h; sourceTree = "<group>"; };
4A4F3F331C79044900284AF4 /* SSWAnimator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SSWAnimator.m; path = Classes/SSWAnimator.m; sourceTree = "<group>"; };
4A4F3F341C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SSWDirectionalPanGestureRecognizer.h; path = Classes/SSWDirectionalPanGestureRecognizer.h; sourceTree = "<group>"; };
4A4F3F351C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SSWDirectionalPanGestureRecognizer.m; path = Classes/SSWDirectionalPanGestureRecognizer.m; sourceTree = "<group>"; };
4A4F3F521C7905D400284AF4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SloppySwiper/Info.plist; sourceTree = "<group>"; };
4A4F3F531C7905D400284AF4 /* SloppySwiperFramework.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SloppySwiperFramework.h; path = SloppySwiper/SloppySwiperFramework.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
4A4F3F1A1C79034300284AF4 = {
isa = PBXGroup;
children = (
4A4F3F511C7905C300284AF4 /* Framework */,
4A4F3F2F1C79041E00284AF4 /* Classes */,
4A4F3F251C79034300284AF4 /* Products */,
);
sourceTree = "<group>";
};
4A4F3F251C79034300284AF4 /* Products */ = {
isa = PBXGroup;
children = (
4A4F3F241C79034300284AF4 /* SloppySwiper.framework */,
);
name = Products;
sourceTree = "<group>";
};
4A4F3F2F1C79041E00284AF4 /* Classes */ = {
isa = PBXGroup;
children = (
4A4F3F301C79044900284AF4 /* SloppySwiper.h */,
4A4F3F311C79044900284AF4 /* SloppySwiper.m */,
4A4F3F321C79044900284AF4 /* SSWAnimator.h */,
4A4F3F331C79044900284AF4 /* SSWAnimator.m */,
4A4F3F341C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.h */,
4A4F3F351C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.m */,
);
name = Classes;
sourceTree = "<group>";
};
4A4F3F511C7905C300284AF4 /* Framework */ = {
isa = PBXGroup;
children = (
4A4F3F521C7905D400284AF4 /* Info.plist */,
4A4F3F531C7905D400284AF4 /* SloppySwiperFramework.h */,
);
name = Framework;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
4A4F3F211C79034300284AF4 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
4A4F3F3A1C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.h in Headers */,
4A4F3F361C79044900284AF4 /* SloppySwiper.h in Headers */,
4A4F3F551C7905D400284AF4 /* SloppySwiperFramework.h in Headers */,
4A4F3F381C79044900284AF4 /* SSWAnimator.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
4A4F3F231C79034300284AF4 /* SloppySwiper */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4A4F3F2C1C79034300284AF4 /* Build configuration list for PBXNativeTarget "SloppySwiper" */;
buildPhases = (
4A4F3F1F1C79034300284AF4 /* Sources */,
4A4F3F201C79034300284AF4 /* Frameworks */,
4A4F3F211C79034300284AF4 /* Headers */,
4A4F3F221C79034300284AF4 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SloppySwiper;
productName = SloppySwiper;
productReference = 4A4F3F241C79034300284AF4 /* SloppySwiper.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
4A4F3F1B1C79034300284AF4 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "David Wu";
TargetAttributes = {
4A4F3F231C79034300284AF4 = {
CreatedOnToolsVersion = 7.2.1;
};
};
};
buildConfigurationList = 4A4F3F1E1C79034300284AF4 /* Build configuration list for PBXProject "SloppySwiper" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 4A4F3F1A1C79034300284AF4;
productRefGroup = 4A4F3F251C79034300284AF4 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
4A4F3F231C79034300284AF4 /* SloppySwiper */,
);
};
/* End PBXProject section */

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

/* Begin PBXSourcesBuildPhase section */
4A4F3F1F1C79034300284AF4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4A4F3F391C79044900284AF4 /* SSWAnimator.m in Sources */,
4A4F3F3B1C79044900284AF4 /* SSWDirectionalPanGestureRecognizer.m in Sources */,
4A4F3F371C79044900284AF4 /* SloppySwiper.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
4A4F3F2A1C79034300284AF4 /* 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;
"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.2;
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;
};
4A4F3F2B1C79034300284AF4 /* 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;
"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.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
4A4F3F2D1C79034300284AF4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SloppySwiper/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "$(SRCROOT)/SloppySwiper/module.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = org.emptypage.SloppySwiper;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
4A4F3F2E1C79034300284AF4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = SloppySwiper/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "$(SRCROOT)/SloppySwiper/module.modulemap";
PRODUCT_BUNDLE_IDENTIFIER = org.emptypage.SloppySwiper;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
4A4F3F1E1C79034300284AF4 /* Build configuration list for PBXProject "SloppySwiper" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4A4F3F2A1C79034300284AF4 /* Debug */,
4A4F3F2B1C79034300284AF4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4A4F3F2C1C79034300284AF4 /* Build configuration list for PBXNativeTarget "SloppySwiper" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4A4F3F2D1C79034300284AF4 /* Debug */,
4A4F3F2E1C79034300284AF4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 4A4F3F1B1C79034300284AF4 /* Project object */;
}

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

Loading