Skip to content

Commit

Permalink
remove refs to libcrypto and libssl which are gone on elcapitan
Browse files Browse the repository at this point in the history
  • Loading branch information
halfnelson committed Feb 16, 2017
1 parent e564c3b commit 77da05c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions xcode/osx-static/moai-osx-static.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/* Begin PBXBuildFile section */
0300CF5F140DC53C00ABCC5B /* libSystem.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0324CC63135643FD000ADC60 /* libSystem.dylib */; };
0300CF60140DC53C00ABCC5B /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD74EA2B137807E40093EE68 /* libcrypto.dylib */; };
0300CF61140DC53C00ABCC5B /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD74EA311378080E0093EE68 /* libssl.dylib */; };
0300CF66140DC53C00ABCC5B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07CC7AF913DF7E9B00F2DEDE /* CoreFoundation.framework */; };
0300CF67140DC53C00ABCC5B /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07CC7AFF13DF7EF200F2DEDE /* Carbon.framework */; };
0300CF68140DC53C00ABCC5B /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07CC7B0613DF7F0F00F2DEDE /* IOKit.framework */; };
Expand Down Expand Up @@ -146,8 +144,6 @@
CDFD7C761A0859CB00A94E6B /* libmoai-osx-zl-crypto.a in Frameworks */,
CDFD7C771A0859CB00A94E6B /* libmoai-osx-zl-vfs.a in Frameworks */,
CD096FD218E0FFE300A36EDD /* libstdc++.dylib in Frameworks */,
0300CF60140DC53C00ABCC5B /* libcrypto.dylib in Frameworks */,
0300CF61140DC53C00ABCC5B /* libssl.dylib in Frameworks */,
0300CF5F140DC53C00ABCC5B /* libSystem.dylib in Frameworks */,
0300CF7B140DC61000ABCC5B /* AudioToolbox.framework in Frameworks */,
0300CF94140DC65100ABCC5B /* AudioUnit.framework in Frameworks */,
Expand Down
4 changes: 0 additions & 4 deletions xcode/osx/moai-osx.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,6 @@
CD323B051A8040CB00E2FEBB /* SDLKeyCodeMapping.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SDLKeyCodeMapping.cpp; path = "../../src/host-sdl/SDLKeyCodeMapping.cpp"; sourceTree = "<group>"; };
CD323B061A8040CB00E2FEBB /* SDLKeyCodeMapping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDLKeyCodeMapping.h; path = "../../src/host-sdl/SDLKeyCodeMapping.h"; sourceTree = "<group>"; };
CD6600651831CB5400D9862B /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
CD74EA2B137807E40093EE68 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = /usr/lib/libcrypto.dylib; sourceTree = "<absolute>"; };
CD74EA311378080E0093EE68 /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.dylib; path = /usr/lib/libssl.dylib; sourceTree = "<absolute>"; };
CD795EF117F08E4B006AEB47 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
CD795EF317F08F4E006AEB47 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
CD795EF517F08F86006AEB47 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ForceFeedback.framework; path = /System/Library/Frameworks/ForceFeedback.framework; sourceTree = "<absolute>"; };
Expand Down Expand Up @@ -834,8 +832,6 @@
CDFD8FAF1AD8653C0003F415 /* libmoai-osx-zl-vfs.a */,
CDFD8FB01AD8653C0003F415 /* libmoai-osx.a */,
CD096FD118E0FFE300A36EDD /* libstdc++.dylib */,
CD74EA2B137807E40093EE68 /* libcrypto.dylib */,
CD74EA311378080E0093EE68 /* libssl.dylib */,
0324CC63135643FD000ADC60 /* libSystem.dylib */,
66D9680B14047B7100017919 /* libz.dylib */,
CD795EF117F08E4B006AEB47 /* Cocoa.framework */,
Expand Down

0 comments on commit 77da05c

Please sign in to comment.