Skip to content

Commit 6fff81c

Browse files
Updated OS X projects to close #68
1 parent 9c51a7c commit 6fff81c

File tree

12 files changed

+246
-0
lines changed

12 files changed

+246
-0
lines changed

addon_config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ common:
5454
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Connection.cpp
5555
# ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Client.h
5656
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Client.cpp
57+
# ADDON_SOURCES += libs/ofxLibwebsockets/include/ofxLibwebsockets/Util.h
58+
# ADDON_SOURCES += libs/ofxLibwebsockets/src/Util.cpp
5759

5860
# some addons need resources to be copied to the bin/data folder of the project
5961
# specify here any files that need to be copied, you can use wildcards like * and ?

example_client_blob/example_client_blob.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/* Begin PBXBuildFile section */
1010
01BE940E1BF63C74007B0568 /* libturbojpeg.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 01BE940D1BF63C74007B0568 /* libturbojpeg.dylib */; };
1111
01BE940F1BF63C77007B0568 /* libturbojpeg.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 01BE940D1BF63C74007B0568 /* libturbojpeg.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
12+
01D70C8E1C406B5800A8FB45 /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01D70C8D1C406B5800A8FB45 /* Util.cpp */; };
1213
34A1CD0B670B0A4266464779 /* ofxTurboJpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC7594CA5E21F32F237CA87E /* ofxTurboJpeg.cpp */; };
1314
6D73A566CFEC0B462FE6E43C /* Reactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2232A9453E355593EF36ADA7 /* Reactor.cpp */; };
1415
86135253DC7909CA8590E157 /* Protocol.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57EEFEC8B85F7C3B15DD45A4 /* Protocol.cpp */; };
@@ -54,6 +55,7 @@
5455

5556
/* Begin PBXFileReference section */
5657
01BE940D1BF63C74007B0568 /* libturbojpeg.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libturbojpeg.dylib; path = "../../ofxTurboJpeg/libs/turbo-jpeg/lib/osx/libturbojpeg.dylib"; sourceTree = "<group>"; };
58+
01D70C8D1C406B5800A8FB45 /* Util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Util.cpp; path = ../libs/ofxLibwebsockets/src/Util.cpp; sourceTree = "<group>"; };
5759
123354539C152F1EE3FFC190 /* json-forwards.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "json-forwards.h"; path = "../../../addons/ofxLibwebsockets/libs/jsoncpp/json/json-forwards.h"; sourceTree = SOURCE_ROOT; };
5860
1816162DC196322C5D709C96 /* Server.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Server.h; path = ../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/include/ofxLibwebsockets/Server.h; sourceTree = SOURCE_ROOT; };
5961
2232A9453E355593EF36ADA7 /* Reactor.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Reactor.cpp; path = ../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/src/Reactor.cpp; sourceTree = SOURCE_ROOT; };
@@ -133,6 +135,7 @@
133135
57EEFEC8B85F7C3B15DD45A4 /* Protocol.cpp */,
134136
2232A9453E355593EF36ADA7 /* Reactor.cpp */,
135137
5D95092D59E7A34C9DB7823E /* Server.cpp */,
138+
01D70C8D1C406B5800A8FB45 /* Util.cpp */,
136139
);
137140
name = src;
138141
sourceTree = "<group>";
@@ -371,6 +374,7 @@
371374
C6C3882A0B0872D1485F3874 /* Client.cpp in Sources */,
372375
A78C77753D562AE8F0E928ED /* Connection.cpp in Sources */,
373376
F1AC6AEFB9B93C6AC45C9CA8 /* Events.cpp in Sources */,
377+
01D70C8E1C406B5800A8FB45 /* Util.cpp in Sources */,
374378
86135253DC7909CA8590E157 /* Protocol.cpp in Sources */,
375379
6D73A566CFEC0B462FE6E43C /* Reactor.cpp in Sources */,
376380
F3AD9E2A2E56B6AF32A0BDAF /* Server.cpp in Sources */,

example_client_hello_world/example_client_hello_world.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99
<string>46</string>
1010
<key>objects</key>
1111
<dict>
12+
<key>CCD326ED8E01272042317DD2</key>
13+
<dict>
14+
<key>fileRef</key>
15+
<string>8A781C912CD5B01022F6BB2C</string>
16+
<key>isa</key>
17+
<string>PBXBuildFile</string>
18+
</dict>
19+
<key>8A781C912CD5B01022F6BB2C</key>
20+
<dict>
21+
<key>explicitFileType</key>
22+
<string>sourcecode.cpp.cpp</string>
23+
<key>fileEncoding</key>
24+
<string>30</string>
25+
<key>isa</key>
26+
<string>PBXFileReference</string>
27+
<key>name</key>
28+
<string>Util.cpp</string>
29+
<key>path</key>
30+
<string>../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/src/Util.cpp</string>
31+
<key>sourceTree</key>
32+
<string>SOURCE_ROOT</string>
33+
</dict>
1234
<key>F3AD9E2A2E56B6AF32A0BDAF</key>
1335
<dict>
1436
<key>fileRef</key>
@@ -129,6 +151,7 @@
129151
<string>57EEFEC8B85F7C3B15DD45A4</string>
130152
<string>2232A9453E355593EF36ADA7</string>
131153
<string>5D95092D59E7A34C9DB7823E</string>
154+
<string>8A781C912CD5B01022F6BB2C</string>
132155
</array>
133156
<key>isa</key>
134157
<string>PBXGroup</string>
@@ -819,6 +842,7 @@
819842
<string>86135253DC7909CA8590E157</string>
820843
<string>6D73A566CFEC0B462FE6E43C</string>
821844
<string>F3AD9E2A2E56B6AF32A0BDAF</string>
845+
<string>CCD326ED8E01272042317DD2</string>
822846
</array>
823847
<key>isa</key>
824848
<string>PBXSourcesBuildPhase</string>

example_client_sharedcanvas/example_client_sharedcanvas.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99
<string>46</string>
1010
<key>objects</key>
1111
<dict>
12+
<key>CCD326ED8E01272042317DD2</key>
13+
<dict>
14+
<key>fileRef</key>
15+
<string>8A781C912CD5B01022F6BB2C</string>
16+
<key>isa</key>
17+
<string>PBXBuildFile</string>
18+
</dict>
19+
<key>8A781C912CD5B01022F6BB2C</key>
20+
<dict>
21+
<key>explicitFileType</key>
22+
<string>sourcecode.cpp.cpp</string>
23+
<key>fileEncoding</key>
24+
<string>30</string>
25+
<key>isa</key>
26+
<string>PBXFileReference</string>
27+
<key>name</key>
28+
<string>Util.cpp</string>
29+
<key>path</key>
30+
<string>../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/src/Util.cpp</string>
31+
<key>sourceTree</key>
32+
<string>SOURCE_ROOT</string>
33+
</dict>
1234
<key>F3AD9E2A2E56B6AF32A0BDAF</key>
1335
<dict>
1436
<key>fileRef</key>
@@ -129,6 +151,7 @@
129151
<string>57EEFEC8B85F7C3B15DD45A4</string>
130152
<string>2232A9453E355593EF36ADA7</string>
131153
<string>5D95092D59E7A34C9DB7823E</string>
154+
<string>8A781C912CD5B01022F6BB2C</string>
132155
</array>
133156
<key>isa</key>
134157
<string>PBXGroup</string>
@@ -834,6 +857,7 @@
834857
<string>86135253DC7909CA8590E157</string>
835858
<string>6D73A566CFEC0B462FE6E43C</string>
836859
<string>F3AD9E2A2E56B6AF32A0BDAF</string>
860+
<string>CCD326ED8E01272042317DD2</string>
837861
</array>
838862
<key>isa</key>
839863
<string>PBXSourcesBuildPhase</string>

example_particles_client/example_particles_client.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99
<string>46</string>
1010
<key>objects</key>
1111
<dict>
12+
<key>CCD326ED8E01272042317DD2</key>
13+
<dict>
14+
<key>fileRef</key>
15+
<string>8A781C912CD5B01022F6BB2C</string>
16+
<key>isa</key>
17+
<string>PBXBuildFile</string>
18+
</dict>
19+
<key>8A781C912CD5B01022F6BB2C</key>
20+
<dict>
21+
<key>explicitFileType</key>
22+
<string>sourcecode.cpp.cpp</string>
23+
<key>fileEncoding</key>
24+
<string>30</string>
25+
<key>isa</key>
26+
<string>PBXFileReference</string>
27+
<key>name</key>
28+
<string>Util.cpp</string>
29+
<key>path</key>
30+
<string>../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/src/Util.cpp</string>
31+
<key>sourceTree</key>
32+
<string>SOURCE_ROOT</string>
33+
</dict>
1234
<key>F3AD9E2A2E56B6AF32A0BDAF</key>
1335
<dict>
1436
<key>fileRef</key>
@@ -129,6 +151,7 @@
129151
<string>57EEFEC8B85F7C3B15DD45A4</string>
130152
<string>2232A9453E355593EF36ADA7</string>
131153
<string>5D95092D59E7A34C9DB7823E</string>
154+
<string>8A781C912CD5B01022F6BB2C</string>
132155
</array>
133156
<key>isa</key>
134157
<string>PBXGroup</string>
@@ -819,6 +842,7 @@
819842
<string>86135253DC7909CA8590E157</string>
820843
<string>6D73A566CFEC0B462FE6E43C</string>
821844
<string>F3AD9E2A2E56B6AF32A0BDAF</string>
845+
<string>CCD326ED8E01272042317DD2</string>
822846
</array>
823847
<key>isa</key>
824848
<string>PBXSourcesBuildPhase</string>

example_particles_server/example_particles_server.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99
<string>46</string>
1010
<key>objects</key>
1111
<dict>
12+
<key>CCD326ED8E01272042317DD2</key>
13+
<dict>
14+
<key>fileRef</key>
15+
<string>8A781C912CD5B01022F6BB2C</string>
16+
<key>isa</key>
17+
<string>PBXBuildFile</string>
18+
</dict>
19+
<key>8A781C912CD5B01022F6BB2C</key>
20+
<dict>
21+
<key>explicitFileType</key>
22+
<string>sourcecode.cpp.cpp</string>
23+
<key>fileEncoding</key>
24+
<string>30</string>
25+
<key>isa</key>
26+
<string>PBXFileReference</string>
27+
<key>name</key>
28+
<string>Util.cpp</string>
29+
<key>path</key>
30+
<string>../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/src/Util.cpp</string>
31+
<key>sourceTree</key>
32+
<string>SOURCE_ROOT</string>
33+
</dict>
1234
<key>F3AD9E2A2E56B6AF32A0BDAF</key>
1335
<dict>
1436
<key>fileRef</key>
@@ -129,6 +151,7 @@
129151
<string>57EEFEC8B85F7C3B15DD45A4</string>
130152
<string>2232A9453E355593EF36ADA7</string>
131153
<string>5D95092D59E7A34C9DB7823E</string>
154+
<string>8A781C912CD5B01022F6BB2C</string>
132155
</array>
133156
<key>isa</key>
134157
<string>PBXGroup</string>
@@ -819,6 +842,7 @@
819842
<string>86135253DC7909CA8590E157</string>
820843
<string>6D73A566CFEC0B462FE6E43C</string>
821844
<string>F3AD9E2A2E56B6AF32A0BDAF</string>
845+
<string>CCD326ED8E01272042317DD2</string>
822846
</array>
823847
<key>isa</key>
824848
<string>PBXSourcesBuildPhase</string>

example_server_binary/example_server_binary.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99
<string>46</string>
1010
<key>objects</key>
1111
<dict>
12+
<key>CCD326ED8E01272042317DD2</key>
13+
<dict>
14+
<key>fileRef</key>
15+
<string>8A781C912CD5B01022F6BB2C</string>
16+
<key>isa</key>
17+
<string>PBXBuildFile</string>
18+
</dict>
19+
<key>8A781C912CD5B01022F6BB2C</key>
20+
<dict>
21+
<key>explicitFileType</key>
22+
<string>sourcecode.cpp.cpp</string>
23+
<key>fileEncoding</key>
24+
<string>30</string>
25+
<key>isa</key>
26+
<string>PBXFileReference</string>
27+
<key>name</key>
28+
<string>Util.cpp</string>
29+
<key>path</key>
30+
<string>../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/src/Util.cpp</string>
31+
<key>sourceTree</key>
32+
<string>SOURCE_ROOT</string>
33+
</dict>
1234
<key>F3AD9E2A2E56B6AF32A0BDAF</key>
1335
<dict>
1436
<key>fileRef</key>
@@ -129,6 +151,7 @@
129151
<string>57EEFEC8B85F7C3B15DD45A4</string>
130152
<string>2232A9453E355593EF36ADA7</string>
131153
<string>5D95092D59E7A34C9DB7823E</string>
154+
<string>8A781C912CD5B01022F6BB2C</string>
132155
</array>
133156
<key>isa</key>
134157
<string>PBXGroup</string>
@@ -819,6 +842,7 @@
819842
<string>86135253DC7909CA8590E157</string>
820843
<string>6D73A566CFEC0B462FE6E43C</string>
821844
<string>F3AD9E2A2E56B6AF32A0BDAF</string>
845+
<string>CCD326ED8E01272042317DD2</string>
822846
</array>
823847
<key>isa</key>
824848
<string>PBXSourcesBuildPhase</string>

example_server_binary_video/example_server_binary_video.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99
<string>46</string>
1010
<key>objects</key>
1111
<dict>
12+
<key>CCD326ED8E01272042317DD2</key>
13+
<dict>
14+
<key>fileRef</key>
15+
<string>8A781C912CD5B01022F6BB2C</string>
16+
<key>isa</key>
17+
<string>PBXBuildFile</string>
18+
</dict>
19+
<key>8A781C912CD5B01022F6BB2C</key>
20+
<dict>
21+
<key>explicitFileType</key>
22+
<string>sourcecode.cpp.cpp</string>
23+
<key>fileEncoding</key>
24+
<string>30</string>
25+
<key>isa</key>
26+
<string>PBXFileReference</string>
27+
<key>name</key>
28+
<string>Util.cpp</string>
29+
<key>path</key>
30+
<string>../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/src/Util.cpp</string>
31+
<key>sourceTree</key>
32+
<string>SOURCE_ROOT</string>
33+
</dict>
1234
<key>F3AD9E2A2E56B6AF32A0BDAF</key>
1335
<dict>
1436
<key>fileRef</key>
@@ -129,6 +151,7 @@
129151
<string>57EEFEC8B85F7C3B15DD45A4</string>
130152
<string>2232A9453E355593EF36ADA7</string>
131153
<string>5D95092D59E7A34C9DB7823E</string>
154+
<string>8A781C912CD5B01022F6BB2C</string>
132155
</array>
133156
<key>isa</key>
134157
<string>PBXGroup</string>
@@ -819,6 +842,7 @@
819842
<string>86135253DC7909CA8590E157</string>
820843
<string>6D73A566CFEC0B462FE6E43C</string>
821844
<string>F3AD9E2A2E56B6AF32A0BDAF</string>
845+
<string>CCD326ED8E01272042317DD2</string>
822846
</array>
823847
<key>isa</key>
824848
<string>PBXSourcesBuildPhase</string>

example_server_blob/example_server_blob.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,28 @@
7373
<key>sourceTree</key>
7474
<string>SOURCE_ROOT</string>
7575
</dict>
76+
<key>CCD326ED8E01272042317DD2</key>
77+
<dict>
78+
<key>fileRef</key>
79+
<string>8A781C912CD5B01022F6BB2C</string>
80+
<key>isa</key>
81+
<string>PBXBuildFile</string>
82+
</dict>
83+
<key>8A781C912CD5B01022F6BB2C</key>
84+
<dict>
85+
<key>explicitFileType</key>
86+
<string>sourcecode.cpp.cpp</string>
87+
<key>fileEncoding</key>
88+
<string>30</string>
89+
<key>isa</key>
90+
<string>PBXFileReference</string>
91+
<key>name</key>
92+
<string>Util.cpp</string>
93+
<key>path</key>
94+
<string>../../../addons/ofxLibwebsockets/libs/ofxLibwebsockets/src/Util.cpp</string>
95+
<key>sourceTree</key>
96+
<string>SOURCE_ROOT</string>
97+
</dict>
7698
<key>F3AD9E2A2E56B6AF32A0BDAF</key>
7799
<dict>
78100
<key>fileRef</key>
@@ -193,6 +215,7 @@
193215
<string>57EEFEC8B85F7C3B15DD45A4</string>
194216
<string>2232A9453E355593EF36ADA7</string>
195217
<string>5D95092D59E7A34C9DB7823E</string>
218+
<string>8A781C912CD5B01022F6BB2C</string>
196219
</array>
197220
<key>isa</key>
198221
<string>PBXGroup</string>
@@ -892,6 +915,7 @@
892915
<string>86135253DC7909CA8590E157</string>
893916
<string>6D73A566CFEC0B462FE6E43C</string>
894917
<string>F3AD9E2A2E56B6AF32A0BDAF</string>
918+
<string>CCD326ED8E01272042317DD2</string>
895919
<string>34A1CD0B670B0A4266464779</string>
896920
</array>
897921
<key>isa</key>

0 commit comments

Comments
 (0)