[PR #16] [MERGED] Minimum changes for Xcode 11 beta 5 #26

Closed
opened 2025-12-29 04:20:15 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ivanvorobei/SwiftUI/pull/16
Author: @johnno1962
Created: 7/31/2019
Status: Merged
Merged: 7/31/2019
Merged by: @ivanvorobei

Base: masterHead: xcode-11-beta5


📝 Commits (1)

  • 0089d97 Minimum changes for Xcode 11 beta 5

📊 Changes

48 files changed (+209 additions, -114 deletions)

View changed files

📝 Other Projects/2048 Game/SwiftUI2048/Views/BlockView.swift (+2 -2)
📝 Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/HikeDetail.swift (+2 -2)
📝 Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/Models/Data.swift (+1 -1)
📝 Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/Supporting Views/GraphCapsule.swift (+6 -6)
📝 Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/Supporting Views/HikeGraph.swift (+1 -1)
📝 Other Projects/Building Lists And Navigation/Complete/Landmarks/Landmarks/Models/Data.swift (+1 -1)
📝 Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserBar.swift (+1 -3)
📝 Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserViewModel.swift (+1 -1)
📝 Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Home.swift (+7 -2)
📝 Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Models/Data.swift (+1 -1)
📝 Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Supporting Views/GraphCapsule.swift (+6 -6)
📝 Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Supporting Views/HikeGraph.swift (+1 -1)
📝 Other Projects/Currency-SwiftUI/Currency-SwiftUI/ConverterView.swift (+1 -1)
📝 Other Projects/Drawing Paths And Shapes/Complete/Landmarks/Landmarks/Models/Data.swift (+1 -1)
📝 Other Projects/Example To-Do App/SwiftUITodo/TaskEditView.swift (+1 -2)
📝 Other Projects/Example To-Do App/SwiftUITodo/TaskListView.swift (+1 -1)
Other Projects/GitHub Search/GitHubSearchWithSwiftUI.xcodeproj/xcshareddata/xcschemes/GitHubSearchWithSwiftUI.xcscheme (+78 -0)
📝 Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/RepositoryListView.swift (+2 -3)
📝 Other Projects/Handling User Input/Complete/Landmarks/Landmarks/Models/Data.swift (+1 -1)
📝 Other Projects/InstaFake/Instagram-SWUI/ContentView.swift (+12 -1)

...and 28 more files

📄 Description

Hi,

Best I can do for beta 5. "2048" is still broken this time with timeout type checking and Hiking badges and apparently anything to do with paths is broken this beta so I've commented it out. Haven't followed through on deprecation messages so as much as possible works with beta 4.


🔄 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/16 **Author:** [@johnno1962](https://github.com/johnno1962) **Created:** 7/31/2019 **Status:** ✅ Merged **Merged:** 7/31/2019 **Merged by:** [@ivanvorobei](https://github.com/ivanvorobei) **Base:** `master` ← **Head:** `xcode-11-beta5` --- ### 📝 Commits (1) - [`0089d97`](https://github.com/ivanvorobei/SwiftUI/commit/0089d970909d8ce4145ca42bde81b3bf37bb9c65) Minimum changes for Xcode 11 beta 5 ### 📊 Changes **48 files changed** (+209 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `Other Projects/2048 Game/SwiftUI2048/Views/BlockView.swift` (+2 -2) 📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/HikeDetail.swift` (+2 -2) 📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/Models/Data.swift` (+1 -1) 📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/Supporting Views/GraphCapsule.swift` (+6 -6) 📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/Supporting Views/HikeGraph.swift` (+1 -1) 📝 `Other Projects/Building Lists And Navigation/Complete/Landmarks/Landmarks/Models/Data.swift` (+1 -1) 📝 `Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserBar.swift` (+1 -3) 📝 `Other Projects/Combine using GitHub API/SwiftUI-Combine-Example/SearchUserViewModel.swift` (+1 -1) 📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Home.swift` (+7 -2) 📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Models/Data.swift` (+1 -1) 📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Supporting Views/GraphCapsule.swift` (+6 -6) 📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/Supporting Views/HikeGraph.swift` (+1 -1) 📝 `Other Projects/Currency-SwiftUI/Currency-SwiftUI/ConverterView.swift` (+1 -1) 📝 `Other Projects/Drawing Paths And Shapes/Complete/Landmarks/Landmarks/Models/Data.swift` (+1 -1) 📝 `Other Projects/Example To-Do App/SwiftUITodo/TaskEditView.swift` (+1 -2) 📝 `Other Projects/Example To-Do App/SwiftUITodo/TaskListView.swift` (+1 -1) ➕ `Other Projects/GitHub Search/GitHubSearchWithSwiftUI.xcodeproj/xcshareddata/xcschemes/GitHubSearchWithSwiftUI.xcscheme` (+78 -0) 📝 `Other Projects/GitHub Search/GitHubSearchWithSwiftUI/View/RepositoryListView.swift` (+2 -3) 📝 `Other Projects/Handling User Input/Complete/Landmarks/Landmarks/Models/Data.swift` (+1 -1) 📝 `Other Projects/InstaFake/Instagram-SWUI/ContentView.swift` (+12 -1) _...and 28 more files_ </details> ### 📄 Description Hi, Best I can do for beta 5. "2048" is still broken this time with timeout type checking and Hiking badges and apparently anything to do with paths is broken this beta so I've commented it out. Haven't followed through on deprecation messages so as much as possible works with beta 4. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:20:15 +01:00
adam closed this issue 2025-12-29 04:20:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/SwiftUI#26