Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mimicatcodes authored Feb 20, 2017
1 parent 7a35dee commit 07b9a9b
Show file tree
Hide file tree
Showing 13 changed files with 862 additions and 0 deletions.
315 changes: 315 additions & 0 deletions unwindSegues/unwindSegues.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,315 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
DD1610371E5A857500BA87DE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1610361E5A857500BA87DE /* AppDelegate.swift */; };
DD1610391E5A857500BA87DE /* VC1.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1610381E5A857500BA87DE /* VC1.swift */; };
DD16103C1E5A857500BA87DE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD16103A1E5A857500BA87DE /* Main.storyboard */; };
DD16103E1E5A857500BA87DE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD16103D1E5A857500BA87DE /* Assets.xcassets */; };
DD1610411E5A857500BA87DE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD16103F1E5A857500BA87DE /* LaunchScreen.storyboard */; };
DD1610491E5A867300BA87DE /* VC2.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD1610481E5A867300BA87DE /* VC2.swift */; };
DD16104B1E5A86A400BA87DE /* VC3.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD16104A1E5A86A400BA87DE /* VC3.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
DD1610331E5A857500BA87DE /* unwindSegues.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = unwindSegues.app; sourceTree = BUILT_PRODUCTS_DIR; };
DD1610361E5A857500BA87DE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
DD1610381E5A857500BA87DE /* VC1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VC1.swift; sourceTree = "<group>"; };
DD16103B1E5A857500BA87DE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
DD16103D1E5A857500BA87DE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
DD1610401E5A857500BA87DE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
DD1610421E5A857500BA87DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
DD1610481E5A867300BA87DE /* VC2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VC2.swift; sourceTree = "<group>"; };
DD16104A1E5A86A400BA87DE /* VC3.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VC3.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
DD16102A1E5A857500BA87DE = {
isa = PBXGroup;
children = (
DD1610351E5A857500BA87DE /* unwindSegues */,
DD1610341E5A857500BA87DE /* Products */,
);
sourceTree = "<group>";
};
DD1610341E5A857500BA87DE /* Products */ = {
isa = PBXGroup;
children = (
DD1610331E5A857500BA87DE /* unwindSegues.app */,
);
name = Products;
sourceTree = "<group>";
};
DD1610351E5A857500BA87DE /* unwindSegues */ = {
isa = PBXGroup;
children = (
DD1610361E5A857500BA87DE /* AppDelegate.swift */,
DD1610381E5A857500BA87DE /* VC1.swift */,
DD1610481E5A867300BA87DE /* VC2.swift */,
DD16104A1E5A86A400BA87DE /* VC3.swift */,
DD16103A1E5A857500BA87DE /* Main.storyboard */,
DD16103D1E5A857500BA87DE /* Assets.xcassets */,
DD16103F1E5A857500BA87DE /* LaunchScreen.storyboard */,
DD1610421E5A857500BA87DE /* Info.plist */,
);
path = unwindSegues;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
DD1610321E5A857500BA87DE /* unwindSegues */ = {
isa = PBXNativeTarget;
buildConfigurationList = DD1610451E5A857500BA87DE /* Build configuration list for PBXNativeTarget "unwindSegues" */;
buildPhases = (
DD16102F1E5A857500BA87DE /* Sources */,
DD1610301E5A857500BA87DE /* Frameworks */,
DD1610311E5A857500BA87DE /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = unwindSegues;
productName = unwindSegues;
productReference = DD1610331E5A857500BA87DE /* unwindSegues.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
DD16102B1E5A857500BA87DE /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = Mimicatcodes;
TargetAttributes = {
DD1610321E5A857500BA87DE = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = B5EG3G83GE;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = DD16102E1E5A857500BA87DE /* Build configuration list for PBXProject "unwindSegues" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = DD16102A1E5A857500BA87DE;
productRefGroup = DD1610341E5A857500BA87DE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
DD1610321E5A857500BA87DE /* unwindSegues */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
DD1610311E5A857500BA87DE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DD1610411E5A857500BA87DE /* LaunchScreen.storyboard in Resources */,
DD16103E1E5A857500BA87DE /* Assets.xcassets in Resources */,
DD16103C1E5A857500BA87DE /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
DD16102F1E5A857500BA87DE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DD16104B1E5A86A400BA87DE /* VC3.swift in Sources */,
DD1610491E5A867300BA87DE /* VC2.swift in Sources */,
DD1610391E5A857500BA87DE /* VC1.swift in Sources */,
DD1610371E5A857500BA87DE /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
DD16103A1E5A857500BA87DE /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
DD16103B1E5A857500BA87DE /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
DD16103F1E5A857500BA87DE /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
DD1610401E5A857500BA87DE /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
DD1610431E5A857500BA87DE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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_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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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 = 10.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
DD1610441E5A857500BA87DE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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_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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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 = 10.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
DD1610461E5A857500BA87DE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = B5EG3G83GE;
INFOPLIST_FILE = unwindSegues/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.mimicatcodes.unwindSegues;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
DD1610471E5A857500BA87DE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = B5EG3G83GE;
INFOPLIST_FILE = unwindSegues/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.mimicatcodes.unwindSegues;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
DD16102E1E5A857500BA87DE /* Build configuration list for PBXProject "unwindSegues" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD1610431E5A857500BA87DE /* Debug */,
DD1610441E5A857500BA87DE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DD1610451E5A857500BA87DE /* Build configuration list for PBXNativeTarget "unwindSegues" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DD1610461E5A857500BA87DE /* Debug */,
DD1610471E5A857500BA87DE /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = DD16102B1E5A857500BA87DE /* Project object */;
}

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

Binary file not shown.
Loading

0 comments on commit 07b9a9b

Please sign in to comment.