Update Xcode project
This commit is contained in:
parent
9ece8ccc71
commit
d31261f060
1 changed files with 6 additions and 0 deletions
|
@ -821,6 +821,7 @@
|
|||
91A215E21CAD9B9000927AEA /* libpango-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = EC5C242E18EF07B4001FA499 /* libpango-1.0.0.dylib */; };
|
||||
91A215E31CAD9B9000927AEA /* libpangocairo-1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = EC5C242F18EF07B4001FA499 /* libpangocairo-1.0.0.dylib */; };
|
||||
91A41F901CA22A98008B10D5 /* libreadline.8.1.dylib in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = ECA9E7461CA20AA800A947D6 /* libreadline.8.1.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
91AF556D281101C4007A7652 /* input.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91AF556C281101C3007A7652 /* input.cpp */; };
|
||||
91B621A21B76A3CC00B00E0F /* build_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B621A11B76A3CC00B00E0F /* build_info.cpp */; };
|
||||
91B621BA1B76B2C900B00E0F /* version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91B621B91B76B2C900B00E0F /* version.cpp */; };
|
||||
91B6220A1B76C0A600B00E0F /* libcairo.2.dylib in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B513B2270ED36BFB0006E551 /* libcairo.2.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
|
@ -2132,6 +2133,8 @@
|
|||
919B37F71BAF789D00E0094C /* synced_user_choice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = synced_user_choice.cpp; sourceTree = "<group>"; };
|
||||
919B37F91BAF78AB00E0094C /* synced_user_choice.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = synced_user_choice.hpp; sourceTree = "<group>"; };
|
||||
91A214E41CAD618700927AEA /* gettext.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = gettext.hpp; sourceTree = "<group>"; };
|
||||
91AF556B281101C3007A7652 /* input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = input.hpp; sourceTree = "<group>"; };
|
||||
91AF556C281101C3007A7652 /* input.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = input.cpp; sourceTree = "<group>"; };
|
||||
91B621801B766ED500B00E0F /* buffered_istream.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = buffered_istream.hpp; sourceTree = "<group>"; };
|
||||
91B621811B766F1900B00E0F /* carryover.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = carryover.hpp; sourceTree = "<group>"; };
|
||||
91B621821B766FD200B00E0F /* display_context.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = display_context.hpp; sourceTree = "<group>"; };
|
||||
|
@ -4165,6 +4168,8 @@
|
|||
ECB6A6311FB8AAC400877C20 /* point.hpp */,
|
||||
ECFB9FAB193BFB6E00146ED0 /* rect.cpp */,
|
||||
91B621F11B76BBC500B00E0F /* rect.hpp */,
|
||||
91AF556C281101C3007A7652 /* input.cpp */,
|
||||
91AF556B281101C3007A7652 /* input.hpp */,
|
||||
EC669C251DFC95AF00172EED /* surface.cpp */,
|
||||
467D9DF5205EC3DA00FA2FC4 /* surface.hpp */,
|
||||
467D9DF0205EC3D200FA2FC4 /* userevent.hpp */,
|
||||
|
@ -5159,6 +5164,7 @@
|
|||
46F92DCF2174F6A300602C1C /* label_settings.cpp in Sources */,
|
||||
62CC8E7517B9063E00C16B75 /* conditional_wml.cpp in Sources */,
|
||||
46F92F192174FEC000602C1C /* text_formatting.cpp in Sources */,
|
||||
91AF556D281101C4007A7652 /* input.cpp in Sources */,
|
||||
46F92DD92174F6A300602C1C /* tooltip.cpp in Sources */,
|
||||
4664B9441F462ED9009E4881 /* irdya_datetime.cpp in Sources */,
|
||||
EC669C261DFC95AF00172EED /* surface.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue