mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 02:41:58 -05:00
Update project file with suggested changes
This commit is contained in:
parent
b08efe7bda
commit
31e8c9bbf9
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
00844B9E1CF2657800F50E78 /* libcrypto.1.0.0.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 00844B9C1CF2657800F50E78 /* libcrypto.1.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
00844B9F1CF2657800F50E78 /* libssl.1.0.0.dylib in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 00844B9D1CF2657800F50E78 /* libssl.1.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
00844BA01CF266E000F50E78 /* libcrypto.1.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 00844B9C1CF2657800F50E78 /* libcrypto.1.0.0.dylib */; };
|
||||
008BF72A1CDAA5C30019A2AD /* track_design_index.c in Sources */ = {isa = PBXBuildFile; fileRef = 008BF7261CDAA5C30019A2AD /* track_design_index.c */; };
|
||||
008BF72B1CDAA5C30019A2AD /* track_design_save.c in Sources */ = {isa = PBXBuildFile; fileRef = 008BF7271CDAA5C30019A2AD /* track_design_save.c */; };
|
||||
008BF72C1CDAA5C30019A2AD /* track_design.c in Sources */ = {isa = PBXBuildFile; fileRef = 008BF7281CDAA5C30019A2AD /* track_design.c */; };
|
||||
|
@ -311,6 +314,8 @@
|
|||
dstPath = "";
|
||||
dstSubfolderSpec = 10;
|
||||
files = (
|
||||
00844B9E1CF2657800F50E78 /* libcrypto.1.0.0.dylib in Embed Frameworks */,
|
||||
00844B9F1CF2657800F50E78 /* libssl.1.0.0.dylib in Embed Frameworks */,
|
||||
D43532601C34730200BA219B /* libpng.dylib in Embed Frameworks */,
|
||||
D4EC48D01C2634C70024B507 /* libfreetype.dylib in Embed Frameworks */,
|
||||
D4EC48D11C2634C70024B507 /* libjansson.dylib in Embed Frameworks */,
|
||||
|
@ -324,6 +329,8 @@
|
|||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
00844B9C1CF2657800F50E78 /* libcrypto.1.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.1.0.0.dylib; path = libxc/lib/libcrypto.1.0.0.dylib; sourceTree = "<group>"; };
|
||||
00844B9D1CF2657800F50E78 /* libssl.1.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.1.0.0.dylib; path = libxc/lib/libssl.1.0.0.dylib; sourceTree = "<group>"; };
|
||||
008BF7261CDAA5C30019A2AD /* track_design_index.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = track_design_index.c; sourceTree = "<group>"; };
|
||||
008BF7271CDAA5C30019A2AD /* track_design_save.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = track_design_save.c; sourceTree = "<group>"; };
|
||||
008BF7281CDAA5C30019A2AD /* track_design.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = track_design.c; sourceTree = "<group>"; };
|
||||
|
@ -800,6 +807,7 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
00844BA01CF266E000F50E78 /* libcrypto.1.0.0.dylib in Frameworks */,
|
||||
D47304D51C4FF8250015C0EA /* libz.tbd in Frameworks */,
|
||||
D41B73EF1C2101890080A7B9 /* libcurl.tbd in Frameworks */,
|
||||
D41B741D1C210A7A0080A7B9 /* libiconv.tbd in Frameworks */,
|
||||
|
@ -1442,6 +1450,8 @@
|
|||
D497D06F1C20FD52002BF46A = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
00844B9C1CF2657800F50E78 /* libcrypto.1.0.0.dylib */,
|
||||
00844B9D1CF2657800F50E78 /* libssl.1.0.0.dylib */,
|
||||
D41B72431C21015A0080A7B9 /* Sources */,
|
||||
D497D07A1C20FD52002BF46A /* Resources */,
|
||||
D41B73ED1C21017D0080A7B9 /* Libraries */,
|
||||
|
|
Loading…
Reference in a new issue