Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ipad_kid committed Jul 20, 2017
0 parents commit 25a8cb4
Show file tree
Hide file tree
Showing 30 changed files with 4,702 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
xcuserdata
.DS_Store
322 changes: 322 additions & 0 deletions funscene.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,322 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
97792EC71F1CFE7800C48A22 /* main.scn in Resources */ = {isa = PBXBuildFile; fileRef = 97792EC61F1CFE7800C48A22 /* main.scn */; };
97A0E3A01F1A7E3D00BDEFC8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A0E39F1F1A7E3D00BDEFC8 /* AppDelegate.swift */; };
97A0E3A41F1A7E3D00BDEFC8 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A0E3A31F1A7E3D00BDEFC8 /* GameViewController.swift */; };
97A0E3A71F1A7E3D00BDEFC8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97A0E3A51F1A7E3D00BDEFC8 /* Main.storyboard */; };
97A0E3A91F1A7E3D00BDEFC8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97A0E3A81F1A7E3D00BDEFC8 /* Assets.xcassets */; };
97A0E3AC1F1A7E3D00BDEFC8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97A0E3AA1F1A7E3D00BDEFC8 /* LaunchScreen.storyboard */; };
97CC711C1F1D95CB008D491F /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97CC711B1F1D95CB008D491F /* SettingsViewController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
97792EC61F1CFE7800C48A22 /* main.scn */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = main.scn; sourceTree = "<group>"; };
97A0E39C1F1A7E3D00BDEFC8 /* funscene.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = funscene.app; sourceTree = BUILT_PRODUCTS_DIR; };
97A0E39F1F1A7E3D00BDEFC8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
97A0E3A31F1A7E3D00BDEFC8 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameViewController.swift; sourceTree = "<group>"; };
97A0E3A61F1A7E3D00BDEFC8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
97A0E3A81F1A7E3D00BDEFC8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
97A0E3AB1F1A7E3D00BDEFC8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
97A0E3AD1F1A7E3D00BDEFC8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
97CC711B1F1D95CB008D491F /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
97A0E3931F1A7E3D00BDEFC8 = {
isa = PBXGroup;
children = (
97A0E39E1F1A7E3D00BDEFC8 /* funscene */,
97A0E39D1F1A7E3D00BDEFC8 /* Products */,
);
sourceTree = "<group>";
};
97A0E39D1F1A7E3D00BDEFC8 /* Products */ = {
isa = PBXGroup;
children = (
97A0E39C1F1A7E3D00BDEFC8 /* funscene.app */,
);
name = Products;
sourceTree = "<group>";
};
97A0E39E1F1A7E3D00BDEFC8 /* funscene */ = {
isa = PBXGroup;
children = (
97792EC61F1CFE7800C48A22 /* main.scn */,
97A0E39F1F1A7E3D00BDEFC8 /* AppDelegate.swift */,
97A0E3A31F1A7E3D00BDEFC8 /* GameViewController.swift */,
97CC711B1F1D95CB008D491F /* SettingsViewController.swift */,
97A0E3A51F1A7E3D00BDEFC8 /* Main.storyboard */,
97A0E3A81F1A7E3D00BDEFC8 /* Assets.xcassets */,
97A0E3AA1F1A7E3D00BDEFC8 /* LaunchScreen.storyboard */,
97A0E3AD1F1A7E3D00BDEFC8 /* Info.plist */,
);
path = funscene;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
97A0E39B1F1A7E3D00BDEFC8 /* funscene */ = {
isa = PBXNativeTarget;
buildConfigurationList = 97A0E3B01F1A7E3D00BDEFC8 /* Build configuration list for PBXNativeTarget "funscene" */;
buildPhases = (
97A0E3981F1A7E3D00BDEFC8 /* Sources */,
97A0E3991F1A7E3D00BDEFC8 /* Frameworks */,
97A0E39A1F1A7E3D00BDEFC8 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = funscene;
productName = funscene;
productReference = 97A0E39C1F1A7E3D00BDEFC8 /* funscene.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
97A0E3941F1A7E3D00BDEFC8 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = ipad_kid;
TargetAttributes = {
97A0E39B1F1A7E3D00BDEFC8 = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = N5WR8XN66J;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 97A0E3971F1A7E3D00BDEFC8 /* Build configuration list for PBXProject "funscene" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 97A0E3931F1A7E3D00BDEFC8;
productRefGroup = 97A0E39D1F1A7E3D00BDEFC8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
97A0E39B1F1A7E3D00BDEFC8 /* funscene */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
97A0E39A1F1A7E3D00BDEFC8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
97792EC71F1CFE7800C48A22 /* main.scn in Resources */,
97A0E3AC1F1A7E3D00BDEFC8 /* LaunchScreen.storyboard in Resources */,
97A0E3A91F1A7E3D00BDEFC8 /* Assets.xcassets in Resources */,
97A0E3A71F1A7E3D00BDEFC8 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
97A0E3981F1A7E3D00BDEFC8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
97A0E3A41F1A7E3D00BDEFC8 /* GameViewController.swift in Sources */,
97A0E3A01F1A7E3D00BDEFC8 /* AppDelegate.swift in Sources */,
97CC711C1F1D95CB008D491F /* SettingsViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
97A0E3A51F1A7E3D00BDEFC8 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
97A0E3A61F1A7E3D00BDEFC8 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
97A0E3AA1F1A7E3D00BDEFC8 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
97A0E3AB1F1A7E3D00BDEFC8 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
97A0E3AE1F1A7E3D00BDEFC8 /* 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;
};
97A0E3AF1F1A7E3D00BDEFC8 /* 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;
};
97A0E3B11F1A7E3D00BDEFC8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = N5WR8XN66J;
INFOPLIST_FILE = funscene/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ipadkid.funscene;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
97A0E3B21F1A7E3D00BDEFC8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = N5WR8XN66J;
INFOPLIST_FILE = funscene/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ipadkid.funscene;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
97A0E3971F1A7E3D00BDEFC8 /* Build configuration list for PBXProject "funscene" */ = {
isa = XCConfigurationList;
buildConfigurations = (
97A0E3AE1F1A7E3D00BDEFC8 /* Debug */,
97A0E3AF1F1A7E3D00BDEFC8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
97A0E3B01F1A7E3D00BDEFC8 /* Build configuration list for PBXNativeTarget "funscene" */ = {
isa = XCConfigurationList;
buildConfigurations = (
97A0E3B11F1A7E3D00BDEFC8 /* Debug */,
97A0E3B21F1A7E3D00BDEFC8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 97A0E3941F1A7E3D00BDEFC8 /* Project object */;
}

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

11 changes: 11 additions & 0 deletions funscene/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
return true
}
}
Loading

0 comments on commit 25a8cb4

Please sign in to comment.