Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanAtmaca committed Sep 2, 2019
0 parents commit c56d048
Show file tree
Hide file tree
Showing 11 changed files with 780 additions and 0 deletions.
381 changes: 381 additions & 0 deletions KTransition.xcodeproj/project.pbxproj
@@ -0,0 +1,381 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
6E5785B4231CFD37001204DE /* KTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E5785B2231CFD37001204DE /* KTransition.h */; settings = {ATTRIBUTES = (Public, ); }; };
6E5785C2231CFE0A001204DE /* UINavigationController+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5785BB231CFE09001204DE /* UINavigationController+.swift */; };
6E5785C3231CFE0A001204DE /* KPushTransitionCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5785BC231CFE09001204DE /* KPushTransitionCoordinator.swift */; };
6E5785C4231CFE0A001204DE /* KTransitionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5785BD231CFE09001204DE /* KTransitionAnimator.swift */; };
6E5785C5231CFE0A001204DE /* KPresentTransitionCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5785BF231CFE09001204DE /* KPresentTransitionCoordinator.swift */; };
6E5785C6231CFE0A001204DE /* UIViewController+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5785C0231CFE09001204DE /* UIViewController+.swift */; };
6E5785C7231CFE0A001204DE /* KTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5785C1231CFE09001204DE /* KTransition.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
6E5785AF231CFD37001204DE /* KTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KTransition.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6E5785B2231CFD37001204DE /* KTransition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KTransition.h; sourceTree = "<group>"; };
6E5785B3231CFD37001204DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6E5785BB231CFE09001204DE /* UINavigationController+.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINavigationController+.swift"; sourceTree = "<group>"; };
6E5785BC231CFE09001204DE /* KPushTransitionCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KPushTransitionCoordinator.swift; sourceTree = "<group>"; };
6E5785BD231CFE09001204DE /* KTransitionAnimator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KTransitionAnimator.swift; sourceTree = "<group>"; };
6E5785BF231CFE09001204DE /* KPresentTransitionCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KPresentTransitionCoordinator.swift; sourceTree = "<group>"; };
6E5785C0231CFE09001204DE /* UIViewController+.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+.swift"; sourceTree = "<group>"; };
6E5785C1231CFE09001204DE /* KTransition.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KTransition.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
6E5785A5231CFD37001204DE = {
isa = PBXGroup;
children = (
6E5785B1231CFD37001204DE /* KTransition */,
6E5785B0231CFD37001204DE /* Products */,
);
sourceTree = "<group>";
};
6E5785B0231CFD37001204DE /* Products */ = {
isa = PBXGroup;
children = (
6E5785AF231CFD37001204DE /* KTransition.framework */,
);
name = Products;
sourceTree = "<group>";
};
6E5785B1231CFD37001204DE /* KTransition */ = {
isa = PBXGroup;
children = (
6E5785B2231CFD37001204DE /* KTransition.h */,
6E5785B3231CFD37001204DE /* Info.plist */,
6E5785C1231CFE09001204DE /* KTransition.swift */,
6E5785BD231CFE09001204DE /* KTransitionAnimator.swift */,
6E5785BE231CFE09001204DE /* Present */,
6E5785BA231CFE09001204DE /* Push */,
);
path = KTransition;
sourceTree = "<group>";
};
6E5785BA231CFE09001204DE /* Push */ = {
isa = PBXGroup;
children = (
6E5785BB231CFE09001204DE /* UINavigationController+.swift */,
6E5785BC231CFE09001204DE /* KPushTransitionCoordinator.swift */,
);
path = Push;
sourceTree = "<group>";
};
6E5785BE231CFE09001204DE /* Present */ = {
isa = PBXGroup;
children = (
6E5785BF231CFE09001204DE /* KPresentTransitionCoordinator.swift */,
6E5785C0231CFE09001204DE /* UIViewController+.swift */,
);
path = Present;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
6E5785AA231CFD37001204DE /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
6E5785B4231CFD37001204DE /* KTransition.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
6E5785AE231CFD37001204DE /* KTransition */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6E5785B7231CFD37001204DE /* Build configuration list for PBXNativeTarget "KTransition" */;
buildPhases = (
6E5785AA231CFD37001204DE /* Headers */,
6E5785AB231CFD37001204DE /* Sources */,
6E5785AC231CFD37001204DE /* Frameworks */,
6E5785AD231CFD37001204DE /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = KTransition;
productName = KTransition;
productReference = 6E5785AF231CFD37001204DE /* KTransition.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
6E5785A6231CFD37001204DE /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1030;
ORGANIZATIONNAME = "Kenan Atmaca";
TargetAttributes = {
6E5785AE231CFD37001204DE = {
CreatedOnToolsVersion = 10.3;
LastSwiftMigration = 1030;
};
};
};
buildConfigurationList = 6E5785A9231CFD37001204DE /* Build configuration list for PBXProject "KTransition" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 6E5785A5231CFD37001204DE;
productRefGroup = 6E5785B0231CFD37001204DE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
6E5785AE231CFD37001204DE /* KTransition */,
);
};
/* End PBXProject section */

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

/* Begin PBXSourcesBuildPhase section */
6E5785AB231CFD37001204DE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6E5785C3231CFE0A001204DE /* KPushTransitionCoordinator.swift in Sources */,
6E5785C5231CFE0A001204DE /* KPresentTransitionCoordinator.swift in Sources */,
6E5785C6231CFE0A001204DE /* UIViewController+.swift in Sources */,
6E5785C4231CFE0A001204DE /* KTransitionAnimator.swift in Sources */,
6E5785C7231CFE0A001204DE /* KTransition.swift in Sources */,
6E5785C2231CFE0A001204DE /* UINavigationController+.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
6E5785B5231CFD37001204DE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "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 = gnu11;
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 = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
6E5785B6231CFD37001204DE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "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 = gnu11;
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 = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
6E5785B8231CFD37001204DE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 2B24WNBC56;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = KTransition/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.kenan.KTransition;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
6E5785B9231CFD37001204DE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 2B24WNBC56;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = KTransition/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.kenan.KTransition;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
6E5785A9231CFD37001204DE /* Build configuration list for PBXProject "KTransition" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6E5785B5231CFD37001204DE /* Debug */,
6E5785B6231CFD37001204DE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6E5785B7231CFD37001204DE /* Build configuration list for PBXNativeTarget "KTransition" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6E5785B8231CFD37001204DE /* Debug */,
6E5785B9231CFD37001204DE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 6E5785A6231CFD37001204DE /* Project object */;
}

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

@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit c56d048

Please sign in to comment.