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 #54 from atfinke/3.6.4
Browse files Browse the repository at this point in the history
3.6.4
  • Loading branch information
atfinke authored Mar 28, 2019
2 parents 9eefb87 + f4b7fbc commit 0b99564
Show file tree
Hide file tree
Showing 240 changed files with 11,599 additions and 4,516 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,22 @@ WikiRaces/report.xml
WikiRaces/Preview.html
WikiRaces/screenshots
WikiRaces/metadata
WikiRaces/test_output

WikiRaces/fabric.apikey
WikiRaces/fabric.buildsecret

WikiRaces/WikiRaces/GoogleService-Info.plist

WKRPython/env

WKRPython/geckodriver.log

WikiRaces/fabric.buildsecret

WikiRaces/fabric.apikey

WikiRaces/culprits.txt

WikiRaces/fastlane/report.xml

WikiRaces/fastlane/README.md
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: objective-c
osx_image: xcode10
osx_image: xcode10.2

matrix:
include:
- env: SCHEME="WKRKit" TYPE="build"
- env: SCHEME="WKRKitOfflineTests" TYPE="test"
- env: SCHEME="WKRUIKit" TYPE="build"
- env: SCHEME="WikiRaces-MW" TYPE="build"
- env: SCHEME="WikiRacesTests" TYPE="test"
- env: SCHEME="WikiRaces" TYPE="build"

before_install:
- chmod +x install_swiftlint.sh
install:
- ./install_swiftlint.sh

script:
- "xcodebuild clean $TYPE -workspace WikiRaces.xcworkspace -scheme $SCHEME -destination 'platform=iOS Simulator,name=iPad Pro (12.9-inch),OS=11.2'"
- "xcodebuild clean $TYPE -workspace WikiRaces.xcworkspace -scheme $SCHEME -destination 'platform=iOS Simulator,name=iPad Pro (12.9-inch),OS=12.2'"
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ Feel free to ping me with questions.
### Root Directory

#### /Resources
- Various iconography.
#### /WKR Python
- Various design resources.
#### /WKRPython
- Python scripts I use to compile the final articles list.
#### /WKRArticlesPreviewer
- macOS app for previewing the final articles list.
#### /WKRCloudStats
- macOS app that pulls app analytics from CloudKit.
#### /WKRKit
Expand Down
Binary file added Resources/Design.key
Binary file not shown.
Binary file modified Resources/WKRSketch.sketch
Binary file not shown.
337 changes: 337 additions & 0 deletions WKRArticlesPreviewer/WKRArticlesPreviewer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,337 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
1434C25222238E5C0099C53A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1434C25122238E5C0099C53A /* AppDelegate.swift */; };
1434C25422238E5C0099C53A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1434C25322238E5C0099C53A /* ViewController.swift */; };
1434C25622238E5D0099C53A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1434C25522238E5D0099C53A /* Assets.xcassets */; };
1434C25922238E5D0099C53A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1434C25722238E5D0099C53A /* Main.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
1434C24E22238E5C0099C53A /* WKRArticlesPreviewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WKRArticlesPreviewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
1434C25122238E5C0099C53A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
1434C25322238E5C0099C53A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
1434C25522238E5D0099C53A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
1434C25822238E5D0099C53A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
1434C25A22238E5D0099C53A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1434C25B22238E5D0099C53A /* WKRArticlesPreviewer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = WKRArticlesPreviewer.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
1434C24522238E5C0099C53A = {
isa = PBXGroup;
children = (
1434C25022238E5C0099C53A /* WKRArticlesPreviewer */,
1434C24F22238E5C0099C53A /* Products */,
);
sourceTree = "<group>";
};
1434C24F22238E5C0099C53A /* Products */ = {
isa = PBXGroup;
children = (
1434C24E22238E5C0099C53A /* WKRArticlesPreviewer.app */,
);
name = Products;
sourceTree = "<group>";
};
1434C25022238E5C0099C53A /* WKRArticlesPreviewer */ = {
isa = PBXGroup;
children = (
1434C25122238E5C0099C53A /* AppDelegate.swift */,
1434C25322238E5C0099C53A /* ViewController.swift */,
1434C25522238E5D0099C53A /* Assets.xcassets */,
1434C25722238E5D0099C53A /* Main.storyboard */,
1434C25A22238E5D0099C53A /* Info.plist */,
1434C25B22238E5D0099C53A /* WKRArticlesPreviewer.entitlements */,
);
path = WKRArticlesPreviewer;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
1434C24D22238E5C0099C53A /* WKRArticlesPreviewer */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1434C25E22238E5D0099C53A /* Build configuration list for PBXNativeTarget "WKRArticlesPreviewer" */;
buildPhases = (
1434C24A22238E5C0099C53A /* Sources */,
1434C24B22238E5C0099C53A /* Frameworks */,
1434C24C22238E5C0099C53A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = WKRArticlesPreviewer;
productName = WKRArticlesPreviewer;
productReference = 1434C24E22238E5C0099C53A /* WKRArticlesPreviewer.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
1434C24622238E5C0099C53A /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1020;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = "Andrew Finke";
TargetAttributes = {
1434C24D22238E5C0099C53A = {
CreatedOnToolsVersion = 10.2;
SystemCapabilities = {
com.apple.Sandbox = {
enabled = 1;
};
};
};
};
};
buildConfigurationList = 1434C24922238E5C0099C53A /* Build configuration list for PBXProject "WKRArticlesPreviewer" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 1434C24522238E5C0099C53A;
productRefGroup = 1434C24F22238E5C0099C53A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
1434C24D22238E5C0099C53A /* WKRArticlesPreviewer */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
1434C24C22238E5C0099C53A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1434C25622238E5D0099C53A /* Assets.xcassets in Resources */,
1434C25922238E5D0099C53A /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
1434C24A22238E5C0099C53A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1434C25422238E5C0099C53A /* ViewController.swift in Sources */,
1434C25222238E5C0099C53A /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
1434C25722238E5D0099C53A /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
1434C25822238E5D0099C53A /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
1434C25C22238E5D0099C53A /* 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 = "Mac Developer";
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;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
1434C25D22238E5D0099C53A /* 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 = "Mac Developer";
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;
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
1434C25F22238E5D0099C53A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = WKRArticlesPreviewer/WKRArticlesPreviewer.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 72S993BNAV;
INFOPLIST_FILE = WKRArticlesPreviewer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.andrewfinke.WKRArticlesPreviewer;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
1434C26022238E5D0099C53A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = WKRArticlesPreviewer/WKRArticlesPreviewer.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 72S993BNAV;
INFOPLIST_FILE = WKRArticlesPreviewer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.andrewfinke.WKRArticlesPreviewer;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
1434C24922238E5C0099C53A /* Build configuration list for PBXProject "WKRArticlesPreviewer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1434C25C22238E5D0099C53A /* Debug */,
1434C25D22238E5D0099C53A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1434C25E22238E5D0099C53A /* Build configuration list for PBXNativeTarget "WKRArticlesPreviewer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1434C25F22238E5D0099C53A /* Debug */,
1434C26022238E5D0099C53A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 1434C24622238E5C0099C53A /* Project object */;
}
Loading

0 comments on commit 0b99564

Please sign in to comment.