We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eba80e commit a6b4eaeCopy full SHA for a6b4eae
Utils/VersionBump/main.swift
@@ -16,9 +16,12 @@ let files = [
16
// Files that only accept the format x.x.x in order to release an app using the framework.
17
// This will enable publishing apps with SDK beta version.
18
let restrictFiles = [
19
- "./Samples/iOS-Swift/Sample.xcconfig",
20
"./Sources/Configuration/SDK.xcconfig",
21
- "./Sources/Configuration/SentrySwiftUI.xcconfig"
+ "./Sources/Configuration/Versioning.xcconfig",
+ "./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"
25
]
26
27
let args = CommandLine.arguments
0 commit comments