Skip to content

Commit

Permalink
Fix Xcode project file references
Browse files Browse the repository at this point in the history
  • Loading branch information
schellingb committed Apr 7, 2018
1 parent 74015eb commit 59a74a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ZillaLibSamples-OSX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
101010 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "10-surface-with-repeating-texture.inl"; sourceTree = "<group>"; };
101011 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "11-tiled-texture-surfaces.inl"; sourceTree = "<group>"; };
101012 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "12-font-rendering.inl"; sourceTree = "<group>"; };
101013 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "13-easing.inl "; sourceTree = "<group>"; };
101014 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "14-timer.inl *"; sourceTree = "<group>"; };
101013 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "13-easing.inl"; sourceTree = "<group>"; };
101014 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "14-timer.inl"; sourceTree = "<group>"; };
101015 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "15-collision-tests.inl"; sourceTree = "<group>"; };
101016 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "16-post-process-effect.inl"; sourceTree = "<group>"; };
101017 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "17-surface-shader.inl"; sourceTree = "<group>"; };
Expand Down
4 changes: 2 additions & 2 deletions ZillaLibSamples-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
101010 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "10-surface-with-repeating-texture.inl"; sourceTree = "<group>"; };
101011 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "11-tiled-texture-surfaces.inl"; sourceTree = "<group>"; };
101012 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "12-font-rendering.inl"; sourceTree = "<group>"; };
101013 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "13-easing.inl "; sourceTree = "<group>"; };
101014 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "14-timer.inl *"; sourceTree = "<group>"; };
101013 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "13-easing.inl"; sourceTree = "<group>"; };
101014 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "14-timer.inl"; sourceTree = "<group>"; };
101015 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "15-collision-tests.inl"; sourceTree = "<group>"; };
101016 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "16-post-process-effect.inl"; sourceTree = "<group>"; };
101017 = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = "17-surface-shader.inl"; sourceTree = "<group>"; };
Expand Down

0 comments on commit 59a74a7

Please sign in to comment.