here are two commits to update the repo for Xcode 11 beta4. The second commit is optional, removing most deprecation warnings. There is still one error which seems to be a toolchain bug in project 2048 where the interface file does not compile and will need to be followed up with a radar.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/ivanvorobei/SwiftUI/pull/15
**Author:** [@johnno1962](https://github.com/johnno1962)
**Created:** 7/28/2019
**Status:** ✅ Merged
**Merged:** 7/28/2019
**Merged by:** [@ivanvorobei](https://github.com/ivanvorobei)
**Base:** `master` ← **Head:** `xcode-11-beta4`
---
### 📝 Commits (2)
- [`e3a4b91`](https://github.com/ivanvorobei/SwiftUI/commit/e3a4b915a5032d9fe267d7a1369bf5c59668b0d8) Essential changes for Xcode 11 beta4
- [`70a3dcf`](https://github.com/ivanvorobei/SwiftUI/commit/70a3dcf57fb5d00cd13af4ad0b618383dc57de37) Remove deprecation warnings for Xcode beta4
### 📊 Changes
**63 files changed** (+121 additions, -118 deletions)
<details>
<summary>View changed files</summary>
📝 `Other Projects/2048 Game/SwiftUI2048/AppDelegate.swift` (+2 -2)
📝 `Other Projects/2048 Game/SwiftUI2048/Models/GameLogic.swift` (+4 -4)
📝 `Other Projects/2048 Game/SwiftUI2048/Views/BlockView.swift` (+1 -1)
📝 `Other Projects/2048 Game/SwiftUI2048/Views/GameView.swift` (+1 -1)
📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/HikeView.swift` (+1 -1)
📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1)
📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/Models/UserData.swift` (+3 -3)
📝 `Other Projects/Building Lists And Navigation/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1)
📝 `Other Projects/Calculator/Calculator/Calculator/Calculator.swift` (+3 -3)
📝 `Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/FoundationExtensions.swift` (+2 -2)
📝 `Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserBar.swift` (+1 -1)
📝 `Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserViewModel.swift` (+3 -3)
📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/CategoryRow.swift` (+2 -2)
📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/HikeDetail.swift` (+2 -2)
📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/HikeView.swift` (+1 -1)
📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Home.swift` (+1 -1)
📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1)
📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Models/UserData.swift` (+3 -3)
📝 `Other Projects/Currency-SwiftUI/Currency-SwiftUI/ConverterView.swift` (+6 -5)
📝 `Other Projects/Currency-SwiftUI/Currency-SwiftUI/CurrencyItemView.swift` (+4 -3)
_...and 43 more files_
</details>
### 📄 Description
Hi,
here are two commits to update the repo for Xcode 11 beta4. The second commit is optional, removing *most* deprecation warnings. There is still one error which seems to be a toolchain bug in project 2048 where the interface file does not compile and will need to be followed up with a radar.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/ivanvorobei/SwiftUI/pull/15
Author: @johnno1962
Created: 7/28/2019
Status: ✅ Merged
Merged: 7/28/2019
Merged by: @ivanvorobei
Base:
master← Head:xcode-11-beta4📝 Commits (2)
e3a4b91Essential changes for Xcode 11 beta470a3dcfRemove deprecation warnings for Xcode beta4📊 Changes
63 files changed (+121 additions, -118 deletions)
View changed files
📝
Other Projects/2048 Game/SwiftUI2048/AppDelegate.swift(+2 -2)📝
Other Projects/2048 Game/SwiftUI2048/Models/GameLogic.swift(+4 -4)📝
Other Projects/2048 Game/SwiftUI2048/Views/BlockView.swift(+1 -1)📝
Other Projects/2048 Game/SwiftUI2048/Views/GameView.swift(+1 -1)📝
Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/HikeView.swift(+1 -1)📝
Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/LandmarkList.swift(+1 -1)📝
Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/Models/UserData.swift(+3 -3)📝
Other Projects/Building Lists And Navigation/Complete/Landmarks/Landmarks/LandmarkList.swift(+1 -1)📝
Other Projects/Calculator/Calculator/Calculator/Calculator.swift(+3 -3)📝
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/FoundationExtensions.swift(+2 -2)📝
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserBar.swift(+1 -1)📝
Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserViewModel.swift(+3 -3)📝
Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/CategoryRow.swift(+2 -2)📝
Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/HikeDetail.swift(+2 -2)📝
Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/HikeView.swift(+1 -1)📝
Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Home.swift(+1 -1)📝
Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/LandmarkList.swift(+1 -1)📝
Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Models/UserData.swift(+3 -3)📝
Other Projects/Currency-SwiftUI/Currency-SwiftUI/ConverterView.swift(+6 -5)📝
Other Projects/Currency-SwiftUI/Currency-SwiftUI/CurrencyItemView.swift(+4 -3)...and 43 more files
📄 Description
Hi,
here are two commits to update the repo for Xcode 11 beta4. The second commit is optional, removing most deprecation warnings. There is still one error which seems to be a toolchain bug in project 2048 where the interface file does not compile and will need to be followed up with a radar.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.