Skip to content

Commit

Permalink
No -Package suffix on scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 8, 2025
1 parent 01558d5 commit 49e3a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for rawPlatform in rawPlatforms {
}

var xcodeBuildArguments = [
"-scheme", "CacheAdvance-Package",
"-scheme", "CacheAdvance",
"-sdk", platform.sdk,
"-derivedDataPath", platform.derivedDataPath,
"-PBXBuildsContinueAfterErrors=0",
Expand Down

0 comments on commit 49e3a5f

Please sign in to comment.