Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
[Framework + Carthage] Add support for framework and Carthage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Nov 19, 2015
1 parent 4bb0efa commit f695cad
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Framework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?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>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
299 changes: 299 additions & 0 deletions RSKKeyboardAnimationObserver.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,299 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
B8B13BBE1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = B8B13BBC1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8B13BBF1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = B8B13BBD1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.m */; settings = {ASSET_TAGS = (); }; };
B8B13BC31BFDB9B500B5BF2B /* RSKKeyboardAnimationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B8B13BC21BFDB9B500B5BF2B /* RSKKeyboardAnimationObserver.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
A5BE393D1B32B49D00ECDF88 /* RSKKeyboardAnimationObserver.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RSKKeyboardAnimationObserver.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B85EF7ED1B88DB2000222FF7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Framework/Info.plist; sourceTree = "<group>"; };
B8B13BBC1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIViewController+RSKKeyboardAnimation.h"; path = "UIViewController+RSKKeyboardAnimation/UIViewController+RSKKeyboardAnimation.h"; sourceTree = "<group>"; };
B8B13BBD1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+RSKKeyboardAnimation.m"; path = "UIViewController+RSKKeyboardAnimation/UIViewController+RSKKeyboardAnimation.m"; sourceTree = "<group>"; };
B8B13BC21BFDB9B500B5BF2B /* RSKKeyboardAnimationObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RSKKeyboardAnimationObserver.h; path = "UIViewController+RSKKeyboardAnimation/RSKKeyboardAnimationObserver.h"; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
A5BE39331B32B49D00ECDF88 = {
isa = PBXGroup;
children = (
A5BE39AD1B32BAAC00ECDF88 /* RSKKeyboardAnimationObserver */,
A5BE393E1B32B49D00ECDF88 /* Products */,
);
sourceTree = "<group>";
};
A5BE393E1B32B49D00ECDF88 /* Products */ = {
isa = PBXGroup;
children = (
A5BE393D1B32B49D00ECDF88 /* RSKKeyboardAnimationObserver.framework */,
);
name = Products;
sourceTree = "<group>";
};
A5BE39AD1B32BAAC00ECDF88 /* RSKKeyboardAnimationObserver */ = {
isa = PBXGroup;
children = (
B8B13BC21BFDB9B500B5BF2B /* RSKKeyboardAnimationObserver.h */,
B8B13BBC1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.h */,
B8B13BBD1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.m */,
A5BE39CA1B32BAFA00ECDF88 /* Supporting Files */,
);
name = RSKKeyboardAnimationObserver;
sourceTree = "<group>";
};
A5BE39CA1B32BAFA00ECDF88 /* Supporting Files */ = {
isa = PBXGroup;
children = (
B85EF7ED1B88DB2000222FF7 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
A5BE393A1B32B49D00ECDF88 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
B8B13BBE1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.h in Headers */,
B8B13BC31BFDB9B500B5BF2B /* RSKKeyboardAnimationObserver.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
A5BE393C1B32B49D00ECDF88 /* RSKKeyboardAnimationObserver */ = {
isa = PBXNativeTarget;
buildConfigurationList = A5BE39531B32B49D00ECDF88 /* Build configuration list for PBXNativeTarget "RSKKeyboardAnimationObserver" */;
buildPhases = (
A5BE39381B32B49D00ECDF88 /* Sources */,
A5BE39391B32B49D00ECDF88 /* Frameworks */,
A5BE393A1B32B49D00ECDF88 /* Headers */,
A5BE393B1B32B49D00ECDF88 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = RSKKeyboardAnimationObserver;
productName = RSKImageCropper;
productReference = A5BE393D1B32B49D00ECDF88 /* RSKKeyboardAnimationObserver.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
A5BE39341B32B49D00ECDF88 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
TargetAttributes = {
A5BE393C1B32B49D00ECDF88 = {
CreatedOnToolsVersion = 6.3.2;
};
};
};
buildConfigurationList = A5BE39371B32B49D00ECDF88 /* Build configuration list for PBXProject "RSKKeyboardAnimationObserver" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = A5BE39331B32B49D00ECDF88;
productRefGroup = A5BE393E1B32B49D00ECDF88 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
A5BE393C1B32B49D00ECDF88 /* RSKKeyboardAnimationObserver */,
);
};
/* End PBXProject section */

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

/* Begin PBXSourcesBuildPhase section */
A5BE39381B32B49D00ECDF88 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B8B13BBF1BFDB6CD00B5BF2B /* UIViewController+RSKKeyboardAnimation.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
A5BE39511B32B49D00ECDF88 /* 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.0.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
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_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;
IPHONEOS_DEPLOYMENT_TARGET = 8.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;
};
A5BE39521B32B49D00ECDF88 /* 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.0.0;
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 = 8.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;
};
A5BE39541B32B49D00ECDF88 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1.0.0;
DYLIB_CURRENT_VERSION = 1.0.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.ruslanskorb.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RSKKeyboardAnimationObserver;
SKIP_INSTALL = YES;
};
name = Debug;
};
A5BE39551B32B49D00ECDF88 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1.0.0;
DYLIB_CURRENT_VERSION = 1.0.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.ruslanskorb.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = RSKKeyboardAnimationObserver;
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
A5BE39371B32B49D00ECDF88 /* Build configuration list for PBXProject "RSKKeyboardAnimationObserver" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A5BE39511B32B49D00ECDF88 /* Debug */,
A5BE39521B32B49D00ECDF88 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A5BE39531B32B49D00ECDF88 /* Build configuration list for PBXNativeTarget "RSKKeyboardAnimationObserver" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A5BE39541B32B49D00ECDF88 /* Debug */,
A5BE39551B32B49D00ECDF88 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = A5BE39341B32B49D00ECDF88 /* Project object */;
}

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

Loading

0 comments on commit f695cad

Please sign in to comment.