Skip to content

Commit 6a4b62a

Browse files
Removing SSL done for OS X
1 parent e68b979 commit 6a4b62a

File tree

98 files changed

+11320
-31971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+11320
-31971
lines changed

addon_config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ common:
1616
ADDON_INCLUDES = libs/jsoncpp
1717
ADDON_INCLUDES += libs/jsoncpp/json
1818
ADDON_INCLUDES += libs/libwebsockets/include/
19-
ADDON_INCLUDES += libs/openssl/openssl
2019
ADDON_INCLUDES += libs/ofxLibwebsockets/include
2120
ADDON_INCLUDES += libs/ofxLibwebsockets/include/ofxLibwebsockets
2221
ADDON_INCLUDES += libs/ofxLibwebsockets/src

example_client_blob/example_client_blob.xcodeproj/project.pbxproj

Lines changed: 1722 additions & 771 deletions
Large diffs are not rendered by default.

example_client_blob/example_client_blob.xcodeproj/xcshareddata/xcschemes/example_client_blob Release.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
</BuildActionEntries>
2424
</BuildAction>
2525
<TestAction
26-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
27-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2828
shouldUseLaunchSchemeArgsEnv = "YES"
2929
buildConfiguration = "Release">
3030
<Testables>
@@ -40,8 +40,8 @@
4040
</MacroExpansion>
4141
</TestAction>
4242
<LaunchAction
43-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
44-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
43+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
44+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4545
launchStyle = "0"
4646
useCustomWorkingDirectory = "NO"
4747
buildConfiguration = "Release"

example_client_blob/openFrameworks-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>${EXECUTABLE_NAME}</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.yourcompany.openFrameworks</string>
10+
<string>cc.openFrameworks.ofapp</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)