[PR #5] [MERGED] Updated for Xcode 11 Beta3 #17

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

📋 Pull Request Information

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

Base: masterHead: xcode-11-beta3


📝 Commits (1)

  • bebb178 Updated for Xcode 11 Beta3

📊 Changes

35 files changed (+207 additions, -88 deletions)

View changed files

Examples.xcworkspace/contents.xcworkspacedata (+82 -0)
Other Projects/2048 Game/LICENSE (+0 -0)
Other Projects/2048 Game/Screenshot.png (+0 -0)
📝 Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/LandmarkList.swift (+1 -1)
📝 Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/SceneDelegate.swift (+7 -5)
📝 Other Projects/Building Lists And Navigation/Complete/Landmarks/Landmarks/LandmarkList.swift (+1 -1)
📝 Other Projects/Building Lists And Navigation/Complete/Landmarks/Landmarks/SceneDelegate.swift (+6 -4)
📝 Other Projects/Calculator/Calculator/Calculator/SceneDelegate.swift (+6 -4)
📝 Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/CategoryRow.swift (+2 -2)
📝 Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/LandmarkList.swift (+1 -1)
📝 Other Projects/Creating And Combining Views/Complete/Landmarks/Landmarks/SceneDelegate.swift (+6 -4)
📝 Other Projects/Currency-SwiftUI/Currency-SwiftUI/ConverterView.swift (+1 -1)
📝 Other Projects/Drawing Paths And Shapes/Complete/Landmarks/Landmarks/LandmarkList.swift (+1 -1)
📝 Other Projects/Drawing Paths And Shapes/Complete/Landmarks/Landmarks/SceneDelegate.swift (+7 -5)
📝 Other Projects/Flux/SwiftUI-Flux/SceneDelegate.swift (+6 -4)
📝 Other Projects/Handling User Input/Complete/Landmarks/Landmarks/LandmarkList.swift (+1 -1)
📝 Other Projects/Handling User Input/Complete/Landmarks/Landmarks/SceneDelegate.swift (+6 -4)
📝 Other Projects/InstaFake/Instagram-SWUI/ContentView.swift (+1 -1)
📝 Other Projects/InstaFake/Instagram-SWUI/SceneDelegate.swift (+7 -5)
📝 Other Projects/Interfacing With UIKit/Complete/Landmarks/Landmarks/LandmarkList.swift (+1 -1)

...and 15 more files

📄 Description

Hi,

I've updated the SceneDelegates for Xcode 11 Beta3 so these work again and created a workspace with the example projects. There are still some projects which don't build which I've left alone but "most" work now.

J.


🔄 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/5 **Author:** [@johnno1962](https://github.com/johnno1962) **Created:** 7/8/2019 **Status:** ✅ Merged **Merged:** 7/8/2019 **Merged by:** [@ivanvorobei](https://github.com/ivanvorobei) **Base:** `master` ← **Head:** `xcode-11-beta3` --- ### 📝 Commits (1) - [`bebb178`](https://github.com/ivanvorobei/SwiftUI/commit/bebb1781819d9b07c903726282a6a1f32f3ec74e) Updated for Xcode 11 Beta3 ### 📊 Changes **35 files changed** (+207 additions, -88 deletions) <details> <summary>View changed files</summary> ➕ `Examples.xcworkspace/contents.xcworkspacedata` (+82 -0) ➕ `Other Projects/2048 Game/LICENSE` (+0 -0) ➕ `Other Projects/2048 Game/Screenshot.png` (+0 -0) 📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1) 📝 `Other Projects/Animating Views And Transitions/Complete/Landmarks/Landmarks/SceneDelegate.swift` (+7 -5) 📝 `Other Projects/Building Lists And Navigation/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1) 📝 `Other Projects/Building Lists And Navigation/Complete/Landmarks/Landmarks/SceneDelegate.swift` (+6 -4) 📝 `Other Projects/Calculator/Calculator/Calculator/SceneDelegate.swift` (+6 -4) 📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/CategoryRow.swift` (+2 -2) 📝 `Other Projects/Composing Complex Interfaces/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1) 📝 `Other Projects/Creating And Combining Views/Complete/Landmarks/Landmarks/SceneDelegate.swift` (+6 -4) 📝 `Other Projects/Currency-SwiftUI/Currency-SwiftUI/ConverterView.swift` (+1 -1) 📝 `Other Projects/Drawing Paths And Shapes/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1) 📝 `Other Projects/Drawing Paths And Shapes/Complete/Landmarks/Landmarks/SceneDelegate.swift` (+7 -5) 📝 `Other Projects/Flux/SwiftUI-Flux/SceneDelegate.swift` (+6 -4) 📝 `Other Projects/Handling User Input/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1) 📝 `Other Projects/Handling User Input/Complete/Landmarks/Landmarks/SceneDelegate.swift` (+6 -4) 📝 `Other Projects/InstaFake/Instagram-SWUI/ContentView.swift` (+1 -1) 📝 `Other Projects/InstaFake/Instagram-SWUI/SceneDelegate.swift` (+7 -5) 📝 `Other Projects/Interfacing With UIKit/Complete/Landmarks/Landmarks/LandmarkList.swift` (+1 -1) _...and 15 more files_ </details> ### 📄 Description Hi, I've updated the SceneDelegates for Xcode 11 Beta3 so these work again and created a workspace with the example projects. There are still some projects which don't build which I've left alone but "most" work now. J. --- <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:13 +01:00
adam closed this issue 2025-12-29 04:20:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/SwiftUI#17