Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #681 from razeware/development
Browse files Browse the repository at this point in the history
v1.0.10: Propa🐼
  • Loading branch information
sammyd authored Oct 25, 2022
2 parents 34f288e + f8854d0 commit 785d510
Show file tree
Hide file tree
Showing 145 changed files with 3,124 additions and 3,619 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
<!-- It's really helpful to know your exact environment otherwise it can be difficult to help. -->

* iOS Version:
* raywenderlich.com App Version:
* kodeco.com App Version:
* Device:
9 changes: 4 additions & 5 deletions .github/workflows/appstore-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ on:

jobs:
build:

runs-on: macos-11

runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: Switch to Xcode 13.0
run: sudo xcode-select -s /Applications/Xcode_13.0.app
- name: Switch to Xcode 13.3.1
run: sudo xcode-select -s /Applications/Xcode_13.3.1.app
- name: Update fastlane
run: |
cd Emitron
Expand All @@ -37,6 +35,7 @@ jobs:
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 5
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 5
ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD: true
run: |
cd Emitron
bundle exec fastlane -v
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
build:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: Switch to Xcode 13.0
run: sudo xcode-select -s /Applications/Xcode_13.0.app
- name: Switch to Xcode 13.3.1
run: sudo xcode-select -s /Applications/Xcode_13.3.1.app
- name: Update fastlane
run: |
cd Emitron
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
SwiftLint:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v1

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/testflight-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ on:

jobs:
build:

runs-on: macos-11

runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: Switch to Xcode 13.0
run: sudo xcode-select -s /Applications/Xcode_13.0.app
- name: Switch to Xcode 13.3.1
run: sudo xcode-select -s /Applications/Xcode_13.3.1.app
- name: Update fastlane
run: |
cd Emitron
Expand All @@ -37,6 +35,7 @@ jobs:
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 5
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 5
ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD: true
run: |
cd Emitron
bundle exec fastlane -v
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/testflight-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ on:

jobs:
build:

runs-on: macos-11

runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: Switch to Xcode 13.0
run: sudo xcode-select -s /Applications/Xcode_13.0.app
- name: Switch to Xcode 13.3.1
run: sudo xcode-select -s /Applications/Xcode_13.3.1.app
- name: Update fastlane
run: |
cd Emitron
Expand All @@ -37,6 +35,7 @@ jobs:
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 5
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 5
ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD: true
run: |
cd Emitron
bundle exec fastlane -v
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
Package.resolved
.build/

# CocoaPods
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to emitron

👋 Welcome! Thanks for expressing an interest in contributing to the raywenderlich.com app.
👋 Welcome! Thanks for expressing an interest in contributing to the kodeco.com app.

## Testing

Expand All @@ -12,7 +12,7 @@ If you are fixing a single GitHub issue in particular, please add a test named `

## User Account

In order to use __emitron__, you must currently be a video subscriber to raywenderlich.com. If you are keen to contribute to the project, but are unable to use features of the app due to a lack of a raywenderlich.com subscription, please contact [email protected] noting which feature or area of the app you are interested in contributing to, and we should be able to set you up with appropriate access.
In order to use __emitron__, you must currently be a video subscriber to kodeco.com. If you are keen to contribute to the project, but are unable to use features of the app due to a lack of a kodeco.com subscription, please contact [email protected] noting which feature or area of the app you are interested in contributing to, and we should be able to set you up with appropriate access.

## Access Tokens

Expand All @@ -22,7 +22,7 @@ However, it does not contain the token that will allow access to downloads. If y

## API Documentation

__emitron__ interfaces with the raywenderlich.com API to retrieve data. You can find API documentation here:
__emitron__ interfaces with the kodeco.com API to retrieve data. You can find API documentation here:

https://raywenderlich.docs.apiary.io

Expand Down
1 change: 0 additions & 1 deletion Emitron/.ruby-version

This file was deleted.

4 changes: 2 additions & 2 deletions Emitron/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ opt_in_rules:
- required_enum_case
- single_test_class
- sorted_first_last
- strict_fileprivate
- strong_iboutlet
- switch_case_on_newline
- toggle_bool
- unneeded_parentheses_in_closure_argument
- unowned_variable_capture
- untyped_error_in_catch
- unused_import
- vertical_parameter_alignment_on_call
Expand All @@ -57,11 +55,13 @@ opt_in_rules:
- yoda_condition

disabled_rules: # rule identifiers to exclude from running
- closure_parameter_position
- force_cast
- line_length
- multiple_closures_with_trailing_closure
- todo
- trailing_whitespace
- xctfail_message

excluded: # paths to ignore during linting. overridden by `included`
- Carthage
Expand Down
Loading

0 comments on commit 785d510

Please sign in to comment.