Skip to content

Commit 7915498

Browse files
authored
Gardening (siteline#353)
1 parent 9ec97e7 commit 7915498

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Examples/Showcase/Showcase/App.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import SwiftUI
22

33
#if os(iOS) || os(tvOS)
4-
@UIApplicationMain
4+
@main
55
final class AppDelegate: UIResponder, UIApplicationDelegate {
66

77
var window: UIWindow?

Tests/Tests.xcodeproj/xcshareddata/xcschemes/LegacySwiftUIIntrospectTests.xcscheme

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
savedToolIdentifier = ""
5252
useCustomWorkingDirectory = "NO"
5353
debugDocumentVersioning = "YES">
54+
<MacroExpansion>
55+
<BuildableReference
56+
BuildableIdentifier = "primary"
57+
BlueprintIdentifier = "D50E2F4D2A2B9DEE00BAFB03"
58+
BuildableName = "LegacyTestsHostApp.app"
59+
BlueprintName = "LegacyTestsHostApp"
60+
ReferencedContainer = "container:Tests.xcodeproj">
61+
</BuildableReference>
62+
</MacroExpansion>
5463
</ProfileAction>
5564
<AnalyzeAction
5665
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)