Skip to content

Commit a6b4eae

Browse files
chore: Fix VersionBump Util (#5192)
1 parent 2eba80e commit a6b4eae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Utils/VersionBump/main.swift

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ let files = [
1616
// Files that only accept the format x.x.x in order to release an app using the framework.
1717
// This will enable publishing apps with SDK beta version.
1818
let restrictFiles = [
19-
"./Samples/iOS-Swift/Sample.xcconfig",
2019
"./Sources/Configuration/SDK.xcconfig",
21-
"./Sources/Configuration/SentrySwiftUI.xcconfig"
20+
"./Sources/Configuration/Versioning.xcconfig",
21+
"./Sources/Configuration/SentrySwiftUI.xcconfig",
22+
"./Samples/Shared/Config/Versioning.xcconfig",
23+
"./Samples/SessionReplay-CameraTest/config/Versioning.xcconfig",
24+
"./Samples/iOS-Swift/iOS-Swift/Sample.xcconfig"
2225
]
2326

2427
let args = CommandLine.arguments

0 commit comments

Comments
 (0)