Skip to content

Commit 33a74eb

Browse files
committed
Revert unnessary changes
1 parent 9bed481 commit 33a74eb

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

Example/Example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/SharedExample/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ import SwiftUI
1313

1414
struct ContentView: View {
1515
var body: some View {
16-
Image(systemName: "gear")
16+
FlowerView()
1717
}
1818
}

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ let releaseVersion = envIntValue("TARGET_RELEASE", default: 2024)
145145
let libraryEvolutionCondition = envBoolValue("LIBRARY_EVOLUTION", default: buildForDarwinPlatform)
146146
let compatibilityTestCondition = envBoolValue("COMPATIBILITY_TEST")
147147

148-
let useLocalDeps = envBoolValue("USE_LOCAL_DEPS", default: true)
148+
let useLocalDeps = envBoolValue("USE_LOCAL_DEPS")
149149

150150
// For OpenAttributeGraphShims
151151
let computeCondition = envBoolValue("OPENATTRIBUTESHIMS_COMPUTE", default: false)

0 commit comments

Comments
 (0)