Skip to content

Commit 6d39e2f

Browse files
committed
Add warning to Package.swift
* For release automation workflow, we copy Package.swift to the XCFramework repository and rename the package name from "OneSignalFramework" to "OneSignalXCFramework". Since there are multiple occurrances of `name: "OneSignalFramework"` in this file, we ONLY want to change line 7!
1 parent 4548f27 commit 6d39e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55

66
let package = Package(
7-
name: "OneSignalFramework",
7+
name: "OneSignalFramework", // Package name MUST be on line 7 for release automation
88
products: [
99
.library(
1010
name: "OneSignalFramework",

0 commit comments

Comments
 (0)