Skip to content

Commit ad2244f

Browse files
committed
Adding tag_release.sh to xcode project.
1 parent 277791b commit ad2244f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Termin8or.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
0733A6422EC08B0A0045BCFD /* release-macos.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = "release-macos.yml"; path = ".github/workflows/release-macos.yml"; sourceTree = "<group>"; };
4545
0733A6432EC08CDB0045BCFD /* release-linux.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = "release-linux.yml"; path = ".github/workflows/release-linux.yml"; sourceTree = "<group>"; };
4646
0733A6452EC08FA30045BCFD /* release-windows.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = "release-windows.yml"; path = ".github/workflows/release-windows.yml"; sourceTree = "<group>"; };
47+
0733A6462EC151020045BCFD /* tag_release.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = tag_release.sh; sourceTree = SOURCE_ROOT; };
4748
0739D9BF2BA2229100964E96 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
4849
075AC77B2E6C767800D0EE66 /* dependencies */ = {isa = PBXFileReference; lastKnownFileType = text; path = dependencies; sourceTree = SOURCE_ROOT; };
4950
075AC77C2E6C767800D0EE66 /* fetch-dependencies.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = "fetch-dependencies.py"; sourceTree = SOURCE_ROOT; };
@@ -139,6 +140,7 @@
139140
075AC7742E6C763200D0EE66 /* scripts */ = {
140141
isa = PBXGroup;
141142
children = (
143+
0733A6462EC151020045BCFD /* tag_release.sh */,
142144
075AC77B2E6C767800D0EE66 /* dependencies */,
143145
075AC77C2E6C767800D0EE66 /* fetch-dependencies.py */,
144146
);

0 commit comments

Comments
 (0)