Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project to Xcode 13, iOS 15 and watchOS 8 #166

Merged
merged 27 commits into from Oct 17, 2021
Merged

Conversation

diogot
Copy link
Owner

@diogot diogot commented Oct 11, 2021

  • Update project dependencies
  • Update project to run in Xcode 13
  • Update deployment target to iOS 14 and watchOS 7
  • Fix issues caused by updates
  • Update SwiftGen config

Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Also update pods

Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
@diogot diogot added the chore label Oct 11, 2021
@diogot diogot self-assigned this Oct 11, 2021
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
@diogot diogot mentioned this pull request Oct 11, 2021
@diogot-bot
Copy link

diogot-bot commented Oct 11, 2021

5 Warnings
⚠️ Big PR
⚠️ Modified Gemfile
⚠️ Modified Gemfile.lock
⚠️ Modified Podfile
⚠️ Modified Podfile.lock

Rubocop violations

File Line Reason
rakelib/setup.rake 118 Use _e instead of _.
rakelib/xcode.rake 45 Avoid rescuing without specifying an error class.
rakelib/xcode.rake 54 Avoid rescuing without specifying an error class.
rakelib/xcode.rake 93 Class has too many lines. [201/100]
rakelib/xcode.rake 208 Prefer single-quoted strings when you don't need string interpolation or special symbols.
rakelib/xcode.rake 221 Do not use semicolons to terminate expressions.
rakelib/xcode.rake 245 Assignment Branch Condition size for tests_results is too high. [<14, 20, 4> 24.74/17]
rakelib/xcode.rake 245 Method has too many lines. [21/20]
rakelib/xcode.rake 288 Assignment Branch Condition size for find_test_summaries is too high. [<10, 21, 6> 24.02/17]
rakelib/xcode.rake 444 Assignment Branch Condition size for parse_content is too high. [<12, 52, 7> 53.82/17]
rakelib/xcode.rake 444 Cyclomatic complexity for parse_content is too high. [8/7]
rakelib/xcode.rake 444 Method has too many lines. [36/20]

Generated by 🚫 Danger

@diogot-bot
Copy link

diogot-bot commented Oct 11, 2021

1 Warning
⚠️ 'CLKComplicationSupportedFamilies' has been deprecated starting in watchOS 7.0, use the ClockKit complications API instead. (in target 'Watch Extension' from project 'MyWeight')

Generated by 🚫 Danger

@diogot diogot force-pushed the xcode-13 branch 2 times, most recently from e40aff1 to de7bf7f Compare October 11, 2021 23:05
@diogot diogot force-pushed the xcode-13 branch 4 times, most recently from 12a7ace to e65b6dd Compare October 12, 2021 00:34
@unnamedd
Copy link

Amazing to see you working in this project again @diogot!
🤘

@diogot diogot force-pushed the xcode-13 branch 3 times, most recently from 57ab299 to 9f3e740 Compare October 12, 2021 02:22
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
Signed-off-by: Diogo Tridapalli <diogot@users.noreply.github.com>
@diogot
Copy link
Owner Author

diogot commented Oct 17, 2021

The last stop of Danger is broken, I'll merge this (the test are passing) and fix Danger in the next PR.

@diogot diogot merged commit bf73124 into development Oct 17, 2021
@diogot diogot deleted the xcode-13 branch October 17, 2021 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants