Skip to content

Commit

Permalink
Add Stack View Synthesis 1 app
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hyche committed Aug 4, 2017
1 parent 85a7112 commit b80ee74
Show file tree
Hide file tree
Showing 12 changed files with 765 additions and 0 deletions.
Binary file not shown.
311 changes: 311 additions & 0 deletions StackViewSynthesis1/StackViewSynthesis1.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
FDE89E5F1F33DD2100C91135 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDE89E5E1F33DD2100C91135 /* AppDelegate.swift */; };
FDE89E611F33DD2100C91135 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDE89E601F33DD2100C91135 /* ViewController.swift */; };
FDE89E641F33DD2100C91135 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FDE89E621F33DD2100C91135 /* Main.storyboard */; };
FDE89E661F33DD2100C91135 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FDE89E651F33DD2100C91135 /* Assets.xcassets */; };
FDE89E691F33DD2100C91135 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FDE89E671F33DD2100C91135 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
FDE89E5B1F33DD2100C91135 /* StackViewSynthesis1.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StackViewSynthesis1.app; sourceTree = BUILT_PRODUCTS_DIR; };
FDE89E5E1F33DD2100C91135 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
FDE89E601F33DD2100C91135 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
FDE89E631F33DD2100C91135 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
FDE89E651F33DD2100C91135 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
FDE89E681F33DD2100C91135 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
FDE89E6A1F33DD2100C91135 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
FDE89E521F33DD2100C91135 = {
isa = PBXGroup;
children = (
FDE89E5D1F33DD2100C91135 /* StackViewSynthesis1 */,
FDE89E5C1F33DD2100C91135 /* Products */,
);
sourceTree = "<group>";
};
FDE89E5C1F33DD2100C91135 /* Products */ = {
isa = PBXGroup;
children = (
FDE89E5B1F33DD2100C91135 /* StackViewSynthesis1.app */,
);
name = Products;
sourceTree = "<group>";
};
FDE89E5D1F33DD2100C91135 /* StackViewSynthesis1 */ = {
isa = PBXGroup;
children = (
FDE89E5E1F33DD2100C91135 /* AppDelegate.swift */,
FDE89E601F33DD2100C91135 /* ViewController.swift */,
FDE89E621F33DD2100C91135 /* Main.storyboard */,
FDE89E651F33DD2100C91135 /* Assets.xcassets */,
FDE89E671F33DD2100C91135 /* LaunchScreen.storyboard */,
FDE89E6A1F33DD2100C91135 /* Info.plist */,
);
path = StackViewSynthesis1;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
FDE89E5A1F33DD2100C91135 /* StackViewSynthesis1 */ = {
isa = PBXNativeTarget;
buildConfigurationList = FDE89E6D1F33DD2100C91135 /* Build configuration list for PBXNativeTarget "StackViewSynthesis1" */;
buildPhases = (
FDE89E571F33DD2100C91135 /* Sources */,
FDE89E581F33DD2100C91135 /* Frameworks */,
FDE89E591F33DD2100C91135 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = StackViewSynthesis1;
productName = StackViewSynthesis1;
productReference = FDE89E5B1F33DD2100C91135 /* StackViewSynthesis1.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
FDE89E531F33DD2100C91135 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = "HeirPlay Software";
TargetAttributes = {
FDE89E5A1F33DD2100C91135 = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = 82A2S5FGTA;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = FDE89E561F33DD2100C91135 /* Build configuration list for PBXProject "StackViewSynthesis1" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = FDE89E521F33DD2100C91135;
productRefGroup = FDE89E5C1F33DD2100C91135 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FDE89E5A1F33DD2100C91135 /* StackViewSynthesis1 */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
FDE89E591F33DD2100C91135 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FDE89E691F33DD2100C91135 /* LaunchScreen.storyboard in Resources */,
FDE89E661F33DD2100C91135 /* Assets.xcassets in Resources */,
FDE89E641F33DD2100C91135 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
FDE89E571F33DD2100C91135 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FDE89E611F33DD2100C91135 /* ViewController.swift in Sources */,
FDE89E5F1F33DD2100C91135 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
FDE89E621F33DD2100C91135 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
FDE89E631F33DD2100C91135 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
FDE89E671F33DD2100C91135 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
FDE89E681F33DD2100C91135 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
FDE89E6B1F33DD2100C91135 /* 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++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.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
FDE89E6C1F33DD2100C91135 /* 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++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.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
FDE89E6E1F33DD2100C91135 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 82A2S5FGTA;
INFOPLIST_FILE = StackViewSynthesis1/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.erichyche.StackViewSynthesis1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
FDE89E6F1F33DD2100C91135 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 82A2S5FGTA;
INFOPLIST_FILE = StackViewSynthesis1/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.erichyche.StackViewSynthesis1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
FDE89E561F33DD2100C91135 /* Build configuration list for PBXProject "StackViewSynthesis1" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FDE89E6B1F33DD2100C91135 /* Debug */,
FDE89E6C1F33DD2100C91135 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FDE89E6D1F33DD2100C91135 /* Build configuration list for PBXNativeTarget "StackViewSynthesis1" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FDE89E6E1F33DD2100C91135 /* Debug */,
FDE89E6F1F33DD2100C91135 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = FDE89E531F33DD2100C91135 /* Project object */;
}

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

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>SchemeUserState</key>
<dict>
<key>StackViewSynthesis1.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>FDE89E5A1F33DD2100C91135</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Loading

0 comments on commit b80ee74

Please sign in to comment.