Skip to content

Commit

Permalink
first commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyamagu committed Dec 29, 2015
1 parent e654449 commit 45eab01
Show file tree
Hide file tree
Showing 11 changed files with 735 additions and 29 deletions.
176 changes: 174 additions & 2 deletions KYNavigationProgress.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
C2A91C171C32782F006D1CAE /* KYNavigationProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = C2A91C161C32782F006D1CAE /* KYNavigationProgress.h */; settings = {ATTRIBUTES = (Public, ); }; };
C2A91C1E1C32782F006D1CAE /* KYNavigationProgress.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */; };
C2A91C231C32782F006D1CAE /* KYNavigationProgressTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A91C221C32782F006D1CAE /* KYNavigationProgressTests.swift */; };
C2A91C341C327872006D1CAE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A91C331C327872006D1CAE /* AppDelegate.swift */; };
C2A91C361C327872006D1CAE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A91C351C327872006D1CAE /* ViewController.swift */; };
C2A91C391C327872006D1CAE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C2A91C371C327872006D1CAE /* Main.storyboard */; };
C2A91C3B1C327872006D1CAE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C2A91C3A1C327872006D1CAE /* Assets.xcassets */; };
C2A91C3E1C327872006D1CAE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C2A91C3C1C327872006D1CAE /* LaunchScreen.storyboard */; };
C2A91C441C3278F1006D1CAE /* UINavigationController+Progress.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A91C431C3278F1006D1CAE /* UINavigationController+Progress.swift */; };
C2A91C461C328184006D1CAE /* ProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2A91C451C328184006D1CAE /* ProgressView.swift */; };
C2A91C471C328C1C006D1CAE /* KYNavigationProgress.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */; };
C2A91C481C328C1C006D1CAE /* KYNavigationProgress.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -20,15 +29,45 @@
remoteGlobalIDString = C2A91C121C32782F006D1CAE;
remoteInfo = KYNavigationProgress;
};
C2A91C491C328C1C006D1CAE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C2A91C0A1C32782F006D1CAE /* Project object */;
proxyType = 1;
remoteGlobalIDString = C2A91C121C32782F006D1CAE;
remoteInfo = KYNavigationProgress;
};
/* End PBXContainerItemProxy section */

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

/* Begin PBXFileReference section */
C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KYNavigationProgress.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C2A91C161C32782F006D1CAE /* KYNavigationProgress.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KYNavigationProgress.h; sourceTree = "<group>"; };
C2A91C181C32782F006D1CAE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C2A91C1D1C32782F006D1CAE /* KYNavigationProgressTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KYNavigationProgressTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C2A91C221C32782F006D1CAE /* KYNavigationProgressTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KYNavigationProgressTests.swift; sourceTree = "<group>"; };
C2A91C241C32782F006D1CAE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C2A91C311C327872006D1CAE /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; };
C2A91C331C327872006D1CAE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C2A91C351C327872006D1CAE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
C2A91C381C327872006D1CAE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
C2A91C3A1C327872006D1CAE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C2A91C3D1C327872006D1CAE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
C2A91C3F1C327872006D1CAE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C2A91C431C3278F1006D1CAE /* UINavigationController+Progress.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+Progress.swift"; sourceTree = "<group>"; };
C2A91C451C328184006D1CAE /* ProgressView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProgressView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -47,6 +86,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C2A91C2E1C327872006D1CAE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C2A91C471C328C1C006D1CAE /* KYNavigationProgress.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand All @@ -55,6 +102,7 @@
children = (
C2A91C151C32782F006D1CAE /* KYNavigationProgress */,
C2A91C211C32782F006D1CAE /* KYNavigationProgressTests */,
C2A91C321C327872006D1CAE /* Sample */,
C2A91C141C32782F006D1CAE /* Products */,
);
sourceTree = "<group>";
Expand All @@ -64,13 +112,16 @@
children = (
C2A91C131C32782F006D1CAE /* KYNavigationProgress.framework */,
C2A91C1D1C32782F006D1CAE /* KYNavigationProgressTests.xctest */,
C2A91C311C327872006D1CAE /* Sample.app */,
);
name = Products;
sourceTree = "<group>";
};
C2A91C151C32782F006D1CAE /* KYNavigationProgress */ = {
isa = PBXGroup;
children = (
C2A91C451C328184006D1CAE /* ProgressView.swift */,
C2A91C431C3278F1006D1CAE /* UINavigationController+Progress.swift */,
C2A91C161C32782F006D1CAE /* KYNavigationProgress.h */,
C2A91C181C32782F006D1CAE /* Info.plist */,
);
Expand All @@ -86,6 +137,19 @@
path = KYNavigationProgressTests;
sourceTree = "<group>";
};
C2A91C321C327872006D1CAE /* Sample */ = {
isa = PBXGroup;
children = (
C2A91C331C327872006D1CAE /* AppDelegate.swift */,
C2A91C351C327872006D1CAE /* ViewController.swift */,
C2A91C371C327872006D1CAE /* Main.storyboard */,
C2A91C3A1C327872006D1CAE /* Assets.xcassets */,
C2A91C3C1C327872006D1CAE /* LaunchScreen.storyboard */,
C2A91C3F1C327872006D1CAE /* Info.plist */,
);
path = Sample;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down Expand Up @@ -136,6 +200,25 @@
productReference = C2A91C1D1C32782F006D1CAE /* KYNavigationProgressTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
C2A91C301C327872006D1CAE /* Sample */ = {
isa = PBXNativeTarget;
buildConfigurationList = C2A91C401C327872006D1CAE /* Build configuration list for PBXNativeTarget "Sample" */;
buildPhases = (
C2A91C2D1C327872006D1CAE /* Sources */,
C2A91C2E1C327872006D1CAE /* Frameworks */,
C2A91C2F1C327872006D1CAE /* Resources */,
C2A91C4B1C328C1D006D1CAE /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
C2A91C4A1C328C1C006D1CAE /* PBXTargetDependency */,
);
name = Sample;
productName = Sample;
productReference = C2A91C311C327872006D1CAE /* Sample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -152,6 +235,9 @@
C2A91C1C1C32782F006D1CAE = {
CreatedOnToolsVersion = 7.2;
};
C2A91C301C327872006D1CAE = {
CreatedOnToolsVersion = 7.2;
};
};
};
buildConfigurationList = C2A91C0D1C32782F006D1CAE /* Build configuration list for PBXProject "KYNavigationProgress" */;
Expand All @@ -160,6 +246,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = C2A91C091C32782F006D1CAE;
productRefGroup = C2A91C141C32782F006D1CAE /* Products */;
Expand All @@ -168,6 +255,7 @@
targets = (
C2A91C121C32782F006D1CAE /* KYNavigationProgress */,
C2A91C1C1C32782F006D1CAE /* KYNavigationProgressTests */,
C2A91C301C327872006D1CAE /* Sample */,
);
};
/* End PBXProject section */
Expand All @@ -187,13 +275,25 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C2A91C2F1C327872006D1CAE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C2A91C3E1C327872006D1CAE /* LaunchScreen.storyboard in Resources */,
C2A91C3B1C327872006D1CAE /* Assets.xcassets in Resources */,
C2A91C391C327872006D1CAE /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
C2A91C0E1C32782F006D1CAE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C2A91C441C3278F1006D1CAE /* UINavigationController+Progress.swift in Sources */,
C2A91C461C328184006D1CAE /* ProgressView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -205,6 +305,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C2A91C2D1C327872006D1CAE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C2A91C361C327872006D1CAE /* ViewController.swift in Sources */,
C2A91C341C327872006D1CAE /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand All @@ -213,8 +322,32 @@
target = C2A91C121C32782F006D1CAE /* KYNavigationProgress */;
targetProxy = C2A91C1F1C32782F006D1CAE /* PBXContainerItemProxy */;
};
C2A91C4A1C328C1C006D1CAE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C2A91C121C32782F006D1CAE /* KYNavigationProgress */;
targetProxy = C2A91C491C328C1C006D1CAE /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
C2A91C371C327872006D1CAE /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
C2A91C381C327872006D1CAE /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
C2A91C3C1C327872006D1CAE /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
C2A91C3D1C327872006D1CAE /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
C2A91C251C32782F006D1CAE /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -253,7 +386,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -295,7 +428,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -308,28 +441,33 @@
C2A91C281C32782F006D1CAE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = KYNavigationProgress/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.kyo--hei.KYNavigationProgress";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
C2A91C291C32782F006D1CAE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = KYNavigationProgress/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.kyo--hei.KYNavigationProgress";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -357,6 +495,32 @@
};
name = Release;
};
C2A91C411C327872006D1CAE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = Sample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.kyo--hei.Sample";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
C2A91C421C327872006D1CAE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
INFOPLIST_FILE = Sample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.kyo--hei.Sample";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand Down Expand Up @@ -385,6 +549,14 @@
);
defaultConfigurationIsVisible = 0;
};
C2A91C401C327872006D1CAE /* Build configuration list for PBXNativeTarget "Sample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C2A91C411C327872006D1CAE /* Debug */,
C2A91C421C327872006D1CAE /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = C2A91C0A1C32782F006D1CAE /* Project object */;
Expand Down

This file was deleted.

Loading

0 comments on commit 45eab01

Please sign in to comment.