Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #139 from atfinke/2020.03.1
Browse files Browse the repository at this point in the history
2020.03.1
  • Loading branch information
atfinke committed Apr 5, 2020
2 parents ead93bd + d7fa2a8 commit ce7d4ab
Show file tree
Hide file tree
Showing 596 changed files with 54,760 additions and 1,541 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ WikiRaces/fastlane/README.md
WikiRaces/fastlane/Preview.html

WikiRaces/fastlane/Appfile

.DS_Store
357 changes: 357 additions & 0 deletions Project E/Project E.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,357 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
144C2205241BEDA200176EB5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144C2204241BEDA200176EB5 /* AppDelegate.swift */; };
144C2209241BEDA200176EB5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144C2208241BEDA200176EB5 /* ViewController.swift */; };
144C220E241BEDA200176EB5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 144C220D241BEDA200176EB5 /* Assets.xcassets */; };
144C2211241BEDA200176EB5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 144C220F241BEDA200176EB5 /* LaunchScreen.storyboard */; };
144C2222241BEF5C00176EB5 /* WKRUIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 144C2221241BEF5C00176EB5 /* WKRUIKit.framework */; };
144C2223241BEF5C00176EB5 /* WKRUIKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 144C2221241BEF5C00176EB5 /* WKRUIKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

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

/* Begin PBXFileReference section */
144C2201241BEDA200176EB5 /* Project E.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Project E.app"; sourceTree = BUILT_PRODUCTS_DIR; };
144C2204241BEDA200176EB5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
144C2208241BEDA200176EB5 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
144C220D241BEDA200176EB5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
144C2210241BEDA200176EB5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
144C2212241BEDA200176EB5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
144C2221241BEF5C00176EB5 /* WKRUIKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = WKRUIKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
144C21FE241BEDA200176EB5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
144C2222241BEF5C00176EB5 /* WKRUIKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
144C21F8241BEDA200176EB5 = {
isa = PBXGroup;
children = (
144C2203241BEDA200176EB5 /* Project E */,
144C2202241BEDA200176EB5 /* Products */,
144C2220241BEF5C00176EB5 /* Frameworks */,
);
sourceTree = "<group>";
};
144C2202241BEDA200176EB5 /* Products */ = {
isa = PBXGroup;
children = (
144C2201241BEDA200176EB5 /* Project E.app */,
);
name = Products;
sourceTree = "<group>";
};
144C2203241BEDA200176EB5 /* Project E */ = {
isa = PBXGroup;
children = (
144C2204241BEDA200176EB5 /* AppDelegate.swift */,
144C2208241BEDA200176EB5 /* ViewController.swift */,
144C220D241BEDA200176EB5 /* Assets.xcassets */,
144C220F241BEDA200176EB5 /* LaunchScreen.storyboard */,
144C2212241BEDA200176EB5 /* Info.plist */,
);
path = "Project E";
sourceTree = "<group>";
};
144C2220241BEF5C00176EB5 /* Frameworks */ = {
isa = PBXGroup;
children = (
144C2221241BEF5C00176EB5 /* WKRUIKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
144C2200241BEDA200176EB5 /* Project E */ = {
isa = PBXNativeTarget;
buildConfigurationList = 144C2215241BEDA200176EB5 /* Build configuration list for PBXNativeTarget "Project E" */;
buildPhases = (
144C21FD241BEDA200176EB5 /* Sources */,
144C21FE241BEDA200176EB5 /* Frameworks */,
144C21FF241BEDA200176EB5 /* Resources */,
144C2224241BEF5C00176EB5 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "Project E";
productName = "Project E";
productReference = 144C2201241BEDA200176EB5 /* Project E.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
144C21F9241BEDA200176EB5 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1130;
LastUpgradeCheck = 1130;
ORGANIZATIONNAME = "Andrew Finke";
TargetAttributes = {
144C2200241BEDA200176EB5 = {
CreatedOnToolsVersion = 11.3.1;
};
};
};
buildConfigurationList = 144C21FC241BEDA200176EB5 /* Build configuration list for PBXProject "Project E" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 144C21F8241BEDA200176EB5;
productRefGroup = 144C2202241BEDA200176EB5 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
144C2200241BEDA200176EB5 /* Project E */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
144C21FF241BEDA200176EB5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
144C2211241BEDA200176EB5 /* LaunchScreen.storyboard in Resources */,
144C220E241BEDA200176EB5 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
144C21FD241BEDA200176EB5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
144C2209241BEDA200176EB5 /* ViewController.swift in Sources */,
144C2205241BEDA200176EB5 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
144C220F241BEDA200176EB5 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
144C2210241BEDA200176EB5 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
144C2213241BEDA200176EB5 /* 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;
COPY_PHASE_STRIP = NO;
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 = 13.2;
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";
};
name = Debug;
};
144C2214241BEDA200176EB5 /* 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;
COPY_PHASE_STRIP = NO;
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 = 13.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
144C2216241BEDA200176EB5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 72S993BNAV;
INFOPLIST_FILE = "Project E/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.andrewfinke.wikiraces.Project-E";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
144C2217241BEDA200176EB5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 72S993BNAV;
INFOPLIST_FILE = "Project E/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.andrewfinke.wikiraces.Project-E";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
144C21FC241BEDA200176EB5 /* Build configuration list for PBXProject "Project E" */ = {
isa = XCConfigurationList;
buildConfigurations = (
144C2213241BEDA200176EB5 /* Debug */,
144C2214241BEDA200176EB5 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
144C2215241BEDA200176EB5 /* Build configuration list for PBXNativeTarget "Project E" */ = {
isa = XCConfigurationList;
buildConfigurations = (
144C2216241BEDA200176EB5 /* Debug */,
144C2217241BEDA200176EB5 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 144C21F9241BEDA200176EB5 /* Project object */;
}
30 changes: 30 additions & 0 deletions Project E/Project E/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
//
// AppDelegate.swift
// Project E
//
// Created by Andrew Finke on 3/13/20.
// Copyright © 2020 Andrew Finke. All rights reserved.
//

import UIKit
import WKRUIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: WKRUIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

window = WKRUIWindow(frame: UIScreen.main.bounds)
let controller = UIViewController()
let nav = WKRUINavigationController(rootViewController: controller)
nav.setNavigationBarHidden(true, animated: false)
window?.rootViewController = nav
window?.makeKeyAndVisible()

return true
}

}
Loading

0 comments on commit ce7d4ab

Please sign in to comment.