Skip to content

Commit e2a5df5

Browse files
committed
Added newly added script retag_release.sh to xcode project.
1 parent 3498329 commit e2a5df5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SurgSim_Lite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
07980B992E83CA50007A0EB4 /* release-linux.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = "release-linux.yml"; path = ".github/workflows/release-linux.yml"; sourceTree = SOURCE_ROOT; };
3939
07980B9A2E83CA50007A0EB4 /* release-macos.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = "release-macos.yml"; path = ".github/workflows/release-macos.yml"; sourceTree = SOURCE_ROOT; };
4040
07980B9B2E83CA50007A0EB4 /* release-windows.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = "release-windows.yml"; path = ".github/workflows/release-windows.yml"; sourceTree = SOURCE_ROOT; };
41+
07980B9C2E83CC6B007A0EB4 /* retag_release.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = retag_release.sh; sourceTree = SOURCE_ROOT; };
4142
07E6EA852C0B6B35007BBC6B /* SurgSim_Lite */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SurgSim_Lite; sourceTree = BUILT_PRODUCTS_DIR; };
4243
07E6EA8F2C0B6BD4007BBC6B /* Liquids.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Liquids.h; sourceTree = "<group>"; };
4344
07E6EA912C0B6BD4007BBC6B /* ParticleSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParticleSystem.h; sourceTree = "<group>"; };
@@ -77,6 +78,7 @@
7778
072AE7E72D08B9AF004F92D3 /* scripts */ = {
7879
isa = PBXGroup;
7980
children = (
81+
07980B9C2E83CC6B007A0EB4 /* retag_release.sh */,
8082
072AE7F92D0ACA17004F92D3 /* setup_and_build.bat */,
8183
072AE7FA2D0ACA17004F92D3 /* setup_and_build.sh */,
8284
072AE7E82D08B9E7004F92D3 /* fetch-dependencies.py */,

0 commit comments

Comments
 (0)