Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Oct 25, 2015
0 parents commit 455af74
Show file tree
Hide file tree
Showing 17 changed files with 1,242 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Xcode
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xccheckout
#CocoaPods
Pods
Tests/Pods
Tests/Podfile.lock
Examples/Objective-C/Podfile.lock
Examples/Swift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,366 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
2A4B956B1BDC323400148B08 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A4B956A1BDC323400148B08 /* AppDelegate.swift */; };
2A4B956D1BDC323400148B08 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A4B956C1BDC323400148B08 /* ViewController.swift */; };
2A4B95701BDC323400148B08 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A4B956E1BDC323400148B08 /* Main.storyboard */; };
2A4B95721BDC323400148B08 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2A4B95711BDC323400148B08 /* Assets.xcassets */; };
2A4B95751BDC323400148B08 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A4B95731BDC323400148B08 /* LaunchScreen.storyboard */; };
2A8281401BDC492200F06E1F /* FloatingActionSheetController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A8281381BDC333E00F06E1F /* FloatingActionSheetController.framework */; };
2A8281411BDC492200F06E1F /* FloatingActionSheetController.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2A8281381BDC333E00F06E1F /* FloatingActionSheetController.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
2A8281371BDC333E00F06E1F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 2A8281331BDC333E00F06E1F /* FloatingActionSheetController.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 2A4B95531BDC31FA00148B08;
remoteInfo = FloatingActionSheetController;
};
2A8281421BDC492200F06E1F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 2A8281331BDC333E00F06E1F /* FloatingActionSheetController.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 2A4B95521BDC31FA00148B08;
remoteInfo = FloatingActionSheetController;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
2A8281441BDC492200F06E1F /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
2A8281411BDC492200F06E1F /* FloatingActionSheetController.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2A4B95671BDC323400148B08 /* FloatingActionSheetController-Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "FloatingActionSheetController-Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2A4B956A1BDC323400148B08 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2A4B956C1BDC323400148B08 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2A4B956F1BDC323400148B08 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2A4B95711BDC323400148B08 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2A4B95741BDC323400148B08 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2A4B95761BDC323400148B08 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2A8281331BDC333E00F06E1F /* FloatingActionSheetController.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FloatingActionSheetController.xcodeproj; path = ../FloatingActionSheetController.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
2A4B95641BDC323400148B08 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A8281401BDC492200F06E1F /* FloatingActionSheetController.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
2A4B955E1BDC323400148B08 = {
isa = PBXGroup;
children = (
2A8281331BDC333E00F06E1F /* FloatingActionSheetController.xcodeproj */,
2A4B95691BDC323400148B08 /* FloatingActionSheetController-Demo */,
2A4B95681BDC323400148B08 /* Products */,
);
sourceTree = "<group>";
};
2A4B95681BDC323400148B08 /* Products */ = {
isa = PBXGroup;
children = (
2A4B95671BDC323400148B08 /* FloatingActionSheetController-Demo.app */,
);
name = Products;
sourceTree = "<group>";
};
2A4B95691BDC323400148B08 /* FloatingActionSheetController-Demo */ = {
isa = PBXGroup;
children = (
2A4B956A1BDC323400148B08 /* AppDelegate.swift */,
2A4B956C1BDC323400148B08 /* ViewController.swift */,
2A4B956E1BDC323400148B08 /* Main.storyboard */,
2A4B95711BDC323400148B08 /* Assets.xcassets */,
2A4B95731BDC323400148B08 /* LaunchScreen.storyboard */,
2A4B95761BDC323400148B08 /* Info.plist */,
);
path = "FloatingActionSheetController-Demo";
sourceTree = "<group>";
};
2A8281341BDC333E00F06E1F /* Products */ = {
isa = PBXGroup;
children = (
2A8281381BDC333E00F06E1F /* FloatingActionSheetController.framework */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
2A4B95661BDC323400148B08 /* FloatingActionSheetController-Demo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2A4B95791BDC323400148B08 /* Build configuration list for PBXNativeTarget "FloatingActionSheetController-Demo" */;
buildPhases = (
2A4B95631BDC323400148B08 /* Sources */,
2A4B95641BDC323400148B08 /* Frameworks */,
2A4B95651BDC323400148B08 /* Resources */,
2A8281441BDC492200F06E1F /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
2A8281431BDC492200F06E1F /* PBXTargetDependency */,
);
name = "FloatingActionSheetController-Demo";
productName = "FloatingActionSheetController-Demo";
productReference = 2A4B95671BDC323400148B08 /* FloatingActionSheetController-Demo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
2A4B955F1BDC323400148B08 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = "Ryo Aoyama";
TargetAttributes = {
2A4B95661BDC323400148B08 = {
CreatedOnToolsVersion = 7.0;
DevelopmentTeam = 35SS6N9UMP;
};
};
};
buildConfigurationList = 2A4B95621BDC323400148B08 /* Build configuration list for PBXProject "FloatingActionSheetController-Demo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 2A4B955E1BDC323400148B08;
productRefGroup = 2A4B95681BDC323400148B08 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 2A8281341BDC333E00F06E1F /* Products */;
ProjectRef = 2A8281331BDC333E00F06E1F /* FloatingActionSheetController.xcodeproj */;
},
);
projectRoot = "";
targets = (
2A4B95661BDC323400148B08 /* FloatingActionSheetController-Demo */,
);
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
2A8281381BDC333E00F06E1F /* FloatingActionSheetController.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = FloatingActionSheetController.framework;
remoteRef = 2A8281371BDC333E00F06E1F /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
2A4B95651BDC323400148B08 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2A4B95751BDC323400148B08 /* LaunchScreen.storyboard in Resources */,
2A4B95721BDC323400148B08 /* Assets.xcassets in Resources */,
2A4B95701BDC323400148B08 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
2A4B95631BDC323400148B08 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2A4B956D1BDC323400148B08 /* ViewController.swift in Sources */,
2A4B956B1BDC323400148B08 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
2A8281431BDC492200F06E1F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = FloatingActionSheetController;
targetProxy = 2A8281421BDC492200F06E1F /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
2A4B956E1BDC323400148B08 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
2A4B956F1BDC323400148B08 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
2A4B95731BDC323400148B08 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
2A4B95741BDC323400148B08 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
2A4B95771BDC323400148B08 /* 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 = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
2A4B95781BDC323400148B08 /* 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 = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
2A4B957A1BDC323400148B08 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = "FloatingActionSheetController-Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.FloatingActionSheetController-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
2A4B957B1BDC323400148B08 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = "FloatingActionSheetController-Demo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.ryo.FloatingActionSheetController-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
2A4B95621BDC323400148B08 /* Build configuration list for PBXProject "FloatingActionSheetController-Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2A4B95771BDC323400148B08 /* Debug */,
2A4B95781BDC323400148B08 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2A4B95791BDC323400148B08 /* Build configuration list for PBXNativeTarget "FloatingActionSheetController-Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2A4B957A1BDC323400148B08 /* Debug */,
2A4B957B1BDC323400148B08 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 2A4B955F1BDC323400148B08 /* Project object */;
}

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

Loading

0 comments on commit 455af74

Please sign in to comment.