Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
4cce16d
"Set version to 1.218 & bump build"
Apr 13, 2022
8c80c93
bundler: bump fastlane from 2.205.1 to 2.205.2 (#1146)
dependabot[bot] Apr 26, 2022
166ff78
Run bundle update
ivan-magda Apr 26, 2022
2ff270c
refactor ui tests (#1148)
annafalileeva Jun 7, 2022
f39b145
bundler: bump fastlane from 2.205.2 to 2.206.2 (#1149)
dependabot[bot] Jun 7, 2022
b612f48
Refactor CodeSuggestionsTableViewController
ivan-magda Jun 24, 2022
1b218b2
Fix typo
ivan-magda Jun 24, 2022
64ed913
Update shouldMakeTabLineAfter
ivan-magda Jun 24, 2022
b84d7da
Update AutocompleteWords
ivan-magda Jun 24, 2022
4805e3d
Update CodePlaygroundManager.allowedCharactersSet
ivan-magda Jun 24, 2022
16395e3
Update CodeSnippetSymbols
ivan-magda Jun 24, 2022
01c212a
Refactor CodeInputAccessoryCollectionViewCell
ivan-magda Jun 24, 2022
9bcbaf0
Refactor CodeInputAccessoryView
ivan-magda Jun 24, 2022
6fbe520
Fix CodeInputAccessoryCollectionViewCell backgroundColor
ivan-magda Jun 24, 2022
11b902a
Update InputAccessoryBuilder
ivan-magda Jun 24, 2022
8898aac
Add CodeLanguageSamples
ivan-magda Jun 29, 2022
46ef38f
bundler: bump fastlane from 2.206.2 to 2.210.1 (#1156)
dependabot[bot] Sep 30, 2022
b552273
bundler: bump fastlane from 2.210.1 to 2.212.1 (#1161)
dependabot[bot] Feb 24, 2023
cdb260a
Bump activesupport from 6.1.5 to 6.1.7.2 (#1159)
dependabot[bot] Feb 24, 2023
36a3d55
Bump Ruby from 2.6.5 to 3.2.1
ivan-magda Feb 24, 2023
9d066f7
Run bundle update
ivan-magda Feb 24, 2023
68f3f93
Merge remote-tracking branch 'origin/dev' into release/1.218
ivan-magda Feb 24, 2023
34ac703
Bump Charts from 3.6.0 to 4.1.0
ivan-magda Feb 24, 2023
3ac968e
Fix build
ivan-magda Feb 24, 2023
4e66d64
Fix duplicate file in build sources
ivan-magda Feb 24, 2023
01323e7
Disable bitcode
ivan-magda Feb 24, 2023
86d5ca7
Fix Xcode 14 bundle code signing issue
ivan-magda Feb 24, 2023
642ab96
Merge remote-tracking branch 'origin/dev' into release/1.218
ivan-magda Feb 24, 2023
fd6dde1
Set version to 1.218 & bump build
ivan-magda Feb 25, 2023
b3a508e
Update copyright date
ivan-magda Feb 25, 2023
ca65b0e
Update release notes for beta testers
ivan-magda Feb 25, 2023
76ab9c2
Add Appfile
ivan-magda Feb 25, 2023
fcd5757
Add Matchfile
ivan-magda Feb 25, 2023
3f1c435
Update Appfile
ivan-magda Feb 25, 2023
c71eedb
Update Fastfile
ivan-magda Feb 25, 2023
d38face
Update author referral link appearance (#1162)
ivan-magda Feb 26, 2023
2665c7c
Merge remote-tracking branch 'origin/dev' into release/1.218
ivan-magda Feb 26, 2023
415eaa7
Update release notes for beta testers
ivan-magda Feb 26, 2023
1907311
Fix course share URL (#1163)
ivan-magda Feb 26, 2023
6b439a0
Merge remote-tracking branch 'origin/dev' into release/1.218
ivan-magda Feb 26, 2023
1e72dcd
Update release notes for beta testers
ivan-magda Feb 26, 2023
a0e1541
bundler: bump cocoapods from 1.11.3 to 1.12.0 (#1164)
dependabot[bot] Mar 7, 2023
d9cf56c
Merge remote-tracking branch 'origin/dev' into release/1.218
ivan-magda Mar 7, 2023
d654dd4
Course info update purchase feedback UI (#1166)
ivan-magda Apr 3, 2023
c747948
Merge remote-tracking branch 'origin/dev' into release/1.218
ivan-magda Apr 3, 2023
5d71518
Bump activesupport from 6.1.5 to 6.1.7.3 (#1165)
dependabot[bot] Apr 3, 2023
a5df6bf
Merge remote-tracking branch 'origin/dev' into release/1.218
ivan-magda Apr 3, 2023
41648b5
Update Swift language version
ivan-magda Apr 3, 2023
e9d2a1f
Bump build
ivan-magda Apr 3, 2023
56e3c9f
Update cocoapods
ivan-magda Apr 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ updates:
- "dependencies"
rebase-strategy: "disabled"
target-branch: "dev"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "ivan-magda"
commit-message:
prefix: "GitHub Actions"
labels:
- "dependencies"
- "ci/cd"
rebase-strategy: "disabled"
target-branch: "dev"
10 changes: 5 additions & 5 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on: [pull_request]

jobs:
label:

runs-on: ubuntu-latest

permissions:
pull-requests: write
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@4.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.1
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5.2
5.8
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org"
ruby "2.6.5"
ruby "3.2.1"

gem "fastlane", "2.205.1"
gem "cocoapods", "1.11.3"
gem "fastlane", "2.212.1"
gem "cocoapods", "1.12.0"
gem "generamba", "1.5.0"

eval_gemfile("fastlane/Pluginfile")
130 changes: 64 additions & 66 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,59 +1,58 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.5)
CFPropertyList (3.0.6)
rexml
activesupport (6.1.5)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.2)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.573.0)
aws-sdk-core (3.130.0)
aws-partitions (1.739.0)
aws-sdk-core (3.171.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.63.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.55.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.113.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-s3 (1.120.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
claide (1.1.0)
cocoapods (1.11.3)
cocoapods (1.12.0)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.11.3)
cocoapods-core (= 1.12.0)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.4.0, < 2.0)
cocoapods-downloader (>= 1.6.0, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 1.0, < 3.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.21.0, < 2.0)
cocoapods-core (1.11.3)
activesupport (>= 5.0, < 7)
cocoapods-core (1.12.0)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
Expand All @@ -75,19 +74,19 @@ GEM
colored2 (3.1.2)
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
declarative (0.0.20)
digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.6)
dotenv (2.8.1)
emoji_regex (3.2.3)
escape (0.0.4)
ethon (0.15.0)
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.92.2)
faraday (1.10.0)
excon (0.99.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -106,8 +105,8 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Expand All @@ -116,7 +115,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.6)
fastlane (2.205.1)
fastlane (2.212.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -155,7 +154,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-firebase_app_distribution (0.3.3)
fastlane-plugin-firebase_app_distribution (0.5.0)
ffi (1.15.5)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand All @@ -168,9 +167,9 @@ GEM
xcodeproj (>= 1.5.0, < 2.0.0)
gh_inspector (1.1.3)
git (1.2.9.1)
google-apis-androidpublisher_v3 (0.18.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-core (0.4.2)
google-apis-androidpublisher_v3 (0.38.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-core (0.11.0)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand All @@ -179,47 +178,47 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-iamcredentials_v1 (0.10.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-playcustomapp_v1 (0.7.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-storage_v1 (0.12.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-iamcredentials_v1 (0.17.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-playcustomapp_v1 (0.13.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.19.0)
google-apis-core (>= 0.9.0, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.2.0)
google-cloud-storage (1.36.1)
google-cloud-errors (1.3.1)
google-cloud-storage (1.44.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.19.0)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
googleauth (1.1.2)
googleauth (1.5.0)
faraday (>= 0.17.3, < 3.a)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
highline (2.0.3)
http-cookie (1.0.4)
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jmespath (1.6.1)
json (2.6.1)
jwt (2.3.0)
jmespath (1.6.2)
json (2.6.3)
jwt (2.7.0)
liquid (4.0.0)
memoist (0.16.2)
mini_magick (4.11.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.15.0)
minitest (5.18.0)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.0.0)
Expand All @@ -229,10 +228,10 @@ GEM
netrc (0.11.0)
optparse (0.1.1)
os (1.1.4)
plist (3.6.0)
public_suffix (4.0.6)
plist (3.7.0)
public_suffix (4.0.7)
rake (13.0.6)
representable (3.1.1)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
Expand All @@ -243,12 +242,12 @@ GEM
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
security (0.1.3)
signet (0.16.1)
signet (0.17.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.0)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simctl (1.6.8)
simctl (1.6.10)
CFPropertyList
naturally
terminal-notifier (2.0.0)
Expand All @@ -261,15 +260,15 @@ GEM
tty-cursor (~> 0.7)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.1)
webrick (1.7.0)
unf_ext (0.0.8.2)
webrick (1.8.1)
word_wrap (1.0.0)
xcodeproj (1.21.0)
xcodeproj (1.22.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand All @@ -280,19 +279,18 @@ GEM
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
xcpretty (~> 0.2, >= 0.0.7)
zeitwerk (2.5.4)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (= 1.11.3)
fastlane (= 2.205.1)
cocoapods (= 1.12.0)
fastlane (= 2.212.1)
fastlane-plugin-firebase_app_distribution
generamba (= 1.5.0)

RUBY VERSION
ruby 2.6.5p114
ruby 3.2.1p31

BUNDLED WITH
2.1.4
2.4.10
Loading