Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kciter committed Oct 13, 2015
1 parent 8d727b2 commit 295fb58
Show file tree
Hide file tree
Showing 24 changed files with 1,447 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata

## Other
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

.DS_Store
Original file line number Diff line number Diff line change
@@ -0,0 +1,328 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
B675871E1BCCFEBC00C4BEAF /* Icons.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B675871D1BCCFEBC00C4BEAF /* Icons.xcassets */; settings = {ASSET_TAGS = (); }; };
B67587241BCD4C4900C4BEAF /* KCFABManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B675871F1BCD4C4900C4BEAF /* KCFABManager.swift */; settings = {ASSET_TAGS = (); }; };
B67587251BCD4C4900C4BEAF /* KCFABViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B67587201BCD4C4900C4BEAF /* KCFABViewController.swift */; settings = {ASSET_TAGS = (); }; };
B67587261BCD4C4900C4BEAF /* KCFABWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B67587211BCD4C4900C4BEAF /* KCFABWindow.swift */; settings = {ASSET_TAGS = (); }; };
B67587271BCD4C4900C4BEAF /* KCFloatingActionButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = B67587221BCD4C4900C4BEAF /* KCFloatingActionButton.swift */; settings = {ASSET_TAGS = (); }; };
B67587281BCD4C4900C4BEAF /* KCFloatingActionButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B67587231BCD4C4900C4BEAF /* KCFloatingActionButtonItem.swift */; settings = {ASSET_TAGS = (); }; };
B675872A1BCD4CBC00C4BEAF /* PushTestViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B67587291BCD4CBB00C4BEAF /* PushTestViewController.swift */; settings = {ASSET_TAGS = (); }; };
B6F66E1A1BC1017F00E47769 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6F66E191BC1017F00E47769 /* AppDelegate.swift */; };
B6F66E1C1BC1017F00E47769 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6F66E1B1BC1017F00E47769 /* ViewController.swift */; };
B6F66E1F1BC1017F00E47769 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B6F66E1D1BC1017F00E47769 /* Main.storyboard */; };
B6F66E211BC1017F00E47769 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B6F66E201BC1017F00E47769 /* Assets.xcassets */; };
B6F66E241BC1017F00E47769 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B6F66E221BC1017F00E47769 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
B675871D1BCCFEBC00C4BEAF /* Icons.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Icons.xcassets; sourceTree = "<group>"; };
B675871F1BCD4C4900C4BEAF /* KCFABManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = KCFABManager.swift; path = ../../KCFloatingActionButton/KCFABManager.swift; sourceTree = "<group>"; };
B67587201BCD4C4900C4BEAF /* KCFABViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = KCFABViewController.swift; path = ../../KCFloatingActionButton/KCFABViewController.swift; sourceTree = "<group>"; };
B67587211BCD4C4900C4BEAF /* KCFABWindow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = KCFABWindow.swift; path = ../../KCFloatingActionButton/KCFABWindow.swift; sourceTree = "<group>"; };
B67587221BCD4C4900C4BEAF /* KCFloatingActionButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = KCFloatingActionButton.swift; path = ../../KCFloatingActionButton/KCFloatingActionButton.swift; sourceTree = "<group>"; };
B67587231BCD4C4900C4BEAF /* KCFloatingActionButtonItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = KCFloatingActionButtonItem.swift; path = ../../KCFloatingActionButton/KCFloatingActionButtonItem.swift; sourceTree = "<group>"; };
B67587291BCD4CBB00C4BEAF /* PushTestViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PushTestViewController.swift; sourceTree = "<group>"; };
B6F66E161BC1017F00E47769 /* KCFloatingActionButton-Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "KCFloatingActionButton-Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B6F66E191BC1017F00E47769 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
B6F66E1B1BC1017F00E47769 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
B6F66E1E1BC1017F00E47769 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
B6F66E201BC1017F00E47769 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B6F66E231BC1017F00E47769 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
B6F66E251BC1017F00E47769 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
B6F66E0D1BC1017F00E47769 = {
isa = PBXGroup;
children = (
B6F66E181BC1017F00E47769 /* KCFloatingActionButton-Sample */,
B6F66E171BC1017F00E47769 /* Products */,
);
sourceTree = "<group>";
};
B6F66E171BC1017F00E47769 /* Products */ = {
isa = PBXGroup;
children = (
B6F66E161BC1017F00E47769 /* KCFloatingActionButton-Sample.app */,
);
name = Products;
sourceTree = "<group>";
};
B6F66E181BC1017F00E47769 /* KCFloatingActionButton-Sample */ = {
isa = PBXGroup;
children = (
B6F66E2B1BC101C000E47769 /* KCFloatingActionButton */,
B6F66E191BC1017F00E47769 /* AppDelegate.swift */,
B6F66E1B1BC1017F00E47769 /* ViewController.swift */,
B67587291BCD4CBB00C4BEAF /* PushTestViewController.swift */,
B6F66E1D1BC1017F00E47769 /* Main.storyboard */,
B6F66E201BC1017F00E47769 /* Assets.xcassets */,
B675871D1BCCFEBC00C4BEAF /* Icons.xcassets */,
B6F66E221BC1017F00E47769 /* LaunchScreen.storyboard */,
B6F66E251BC1017F00E47769 /* Info.plist */,
);
name = "KCFloatingActionButton-Sample";
path = KCFloatingActionButton;
sourceTree = "<group>";
};
B6F66E2B1BC101C000E47769 /* KCFloatingActionButton */ = {
isa = PBXGroup;
children = (
B675871F1BCD4C4900C4BEAF /* KCFABManager.swift */,
B67587201BCD4C4900C4BEAF /* KCFABViewController.swift */,
B67587211BCD4C4900C4BEAF /* KCFABWindow.swift */,
B67587221BCD4C4900C4BEAF /* KCFloatingActionButton.swift */,
B67587231BCD4C4900C4BEAF /* KCFloatingActionButtonItem.swift */,
);
name = KCFloatingActionButton;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
B6F66E151BC1017F00E47769 /* KCFloatingActionButton-Sample */ = {
isa = PBXNativeTarget;
buildConfigurationList = B6F66E281BC1017F00E47769 /* Build configuration list for PBXNativeTarget "KCFloatingActionButton-Sample" */;
buildPhases = (
B6F66E121BC1017F00E47769 /* Sources */,
B6F66E131BC1017F00E47769 /* Frameworks */,
B6F66E141BC1017F00E47769 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "KCFloatingActionButton-Sample";
productName = KCFloatingActionButton;
productReference = B6F66E161BC1017F00E47769 /* KCFloatingActionButton-Sample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
B6F66E0E1BC1017F00E47769 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = kciter;
TargetAttributes = {
B6F66E151BC1017F00E47769 = {
CreatedOnToolsVersion = 7.0;
};
};
};
buildConfigurationList = B6F66E111BC1017F00E47769 /* Build configuration list for PBXProject "KCFloatingActionButton-Sample" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = B6F66E0D1BC1017F00E47769;
productRefGroup = B6F66E171BC1017F00E47769 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
B6F66E151BC1017F00E47769 /* KCFloatingActionButton-Sample */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
B6F66E141BC1017F00E47769 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B6F66E241BC1017F00E47769 /* LaunchScreen.storyboard in Resources */,
B6F66E211BC1017F00E47769 /* Assets.xcassets in Resources */,
B675871E1BCCFEBC00C4BEAF /* Icons.xcassets in Resources */,
B6F66E1F1BC1017F00E47769 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
B6F66E121BC1017F00E47769 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B6F66E1C1BC1017F00E47769 /* ViewController.swift in Sources */,
B67587281BCD4C4900C4BEAF /* KCFloatingActionButtonItem.swift in Sources */,
B67587271BCD4C4900C4BEAF /* KCFloatingActionButton.swift in Sources */,
B6F66E1A1BC1017F00E47769 /* AppDelegate.swift in Sources */,
B67587251BCD4C4900C4BEAF /* KCFABViewController.swift in Sources */,
B67587261BCD4C4900C4BEAF /* KCFABWindow.swift in Sources */,
B675872A1BCD4CBC00C4BEAF /* PushTestViewController.swift in Sources */,
B67587241BCD4C4900C4BEAF /* KCFABManager.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
B6F66E1D1BC1017F00E47769 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
B6F66E1E1BC1017F00E47769 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
B6F66E221BC1017F00E47769 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
B6F66E231BC1017F00E47769 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
B6F66E261BC1017F00E47769 /* 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;
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_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
B6F66E271BC1017F00E47769 /* 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;
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;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
B6F66E291BC1017F00E47769 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = KCFloatingActionButton/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = kciter.KCFloatingActionButton;
PRODUCT_NAME = "KCFloatingActionButton-Sample";
};
name = Debug;
};
B6F66E2A1BC1017F00E47769 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = KCFloatingActionButton/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = kciter.KCFloatingActionButton;
PRODUCT_NAME = "KCFloatingActionButton-Sample";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
B6F66E111BC1017F00E47769 /* Build configuration list for PBXProject "KCFloatingActionButton-Sample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B6F66E261BC1017F00E47769 /* Debug */,
B6F66E271BC1017F00E47769 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B6F66E281BC1017F00E47769 /* Build configuration list for PBXNativeTarget "KCFloatingActionButton-Sample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B6F66E291BC1017F00E47769 /* Debug */,
B6F66E2A1BC1017F00E47769 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = B6F66E0E1BC1017F00E47769 /* Project object */;
}

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

Loading

0 comments on commit 295fb58

Please sign in to comment.