Skip to content

Commit

Permalink
project files udpate for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin710 committed Mar 27, 2024
1 parent 4930c2d commit 0b9da7a
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 60 deletions.
48 changes: 42 additions & 6 deletions EmotiBitDataParser/EmotiBitDataParser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

/* Begin PBXBuildFile section */
0059E2448E2CB4FECB0BEF66 /* ofxOscilloscope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FF0DE1E8ABD60252EE51633 /* ofxOscilloscope.cpp */; };
0FB10EBE1B326A1803840371 /* patchboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F473E80055B6EE71F4E81838 /* patchboard.cpp */; };
125506CD3E5F428AAFE5CC65 /* ofxTCPManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F399B91E98DC31CDA6DDACB4 /* ofxTCPManager.cpp */; };
1C36947250DCB09A8A375C0C /* ofxXmlPoco.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E9998694E5001F9CF0B13BF0 /* ofxXmlPoco.cpp */; };
1CD33E884D9E3358252E82A1 /* ofxToggle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */; };
Expand All @@ -26,6 +25,9 @@
852E0891794923EE7583C621 /* ofxInputField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44B351490B620D04E1E7C52D /* ofxInputField.cpp */; };
853E0BA2F448076739446874 /* ofxColorPicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 181D363B6DD54D1FA6309C43 /* ofxColorPicker.cpp */; };
856AA354D08AB4B323081444 /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9604B925D32EE39065747725 /* ofxBaseGui.cpp */; };
8E07BBE12BB3B84000CDD443 /* PatchboardBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E07BBDB2BB3B83F00CDD443 /* PatchboardBase.cpp */; };
8E07BBE22BB3B84000CDD443 /* PatchboardXml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E07BBDC2BB3B83F00CDD443 /* PatchboardXml.cpp */; };
8E07BBE32BB3B84000CDD443 /* PatchboardJson.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E07BBDD2BB3B84000CDD443 /* PatchboardJson.cpp */; };
933A2227713C720CEFF80FD9 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */; };
9421687B2609257200B28F44 /* EmotiBitPacket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 942168792609257200B28F44 /* EmotiBitPacket.cpp */; };
9421687D2609450D00B28F44 /* verdana.ttf in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9421687C2609450C00B28F44 /* verdana.ttf */; };
Expand Down Expand Up @@ -137,6 +139,12 @@
89449E3044D456F7DE7BEA14 /* ofxPanel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxPanel.h; path = ../../../addons/ofxGui/src/ofxPanel.h; sourceTree = SOURCE_ROOT; };
8A1254FD4FD7284078EEE55E /* x509.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = x509.h; path = ../../../addons/ofxPoco/libs/openssl/include/openssl/x509.h; sourceTree = SOURCE_ROOT; };
8B1E1E0F1F7DF006BF6F4E80 /* dsa.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = dsa.h; path = ../../../addons/ofxPoco/libs/openssl/include/openssl/dsa.h; sourceTree = SOURCE_ROOT; };
8E07BBDB2BB3B83F00CDD443 /* PatchboardBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PatchboardBase.cpp; path = ../../../../ofxOscilloscope/ofxPatchboard/Patchboard/src/PatchboardBase.cpp; sourceTree = "<group>"; };
8E07BBDC2BB3B83F00CDD443 /* PatchboardXml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PatchboardXml.cpp; path = ../../../../ofxOscilloscope/ofxPatchboard/Patchboard/src/PatchboardXml.cpp; sourceTree = "<group>"; };
8E07BBDD2BB3B84000CDD443 /* PatchboardJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PatchboardJson.cpp; path = ../../../../ofxOscilloscope/ofxPatchboard/Patchboard/src/PatchboardJson.cpp; sourceTree = "<group>"; };
8E07BBDE2BB3B84000CDD443 /* PatchboardBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PatchboardBase.h; path = ../../../../ofxOscilloscope/ofxPatchboard/Patchboard/src/PatchboardBase.h; sourceTree = "<group>"; };
8E07BBDF2BB3B84000CDD443 /* PatchboardJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PatchboardJson.h; path = ../../../../ofxOscilloscope/ofxPatchboard/Patchboard/src/PatchboardJson.h; sourceTree = "<group>"; };
8E07BBE02BB3B84000CDD443 /* PatchboardXml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PatchboardXml.h; path = ../../../../ofxOscilloscope/ofxPatchboard/Patchboard/src/PatchboardXml.h; sourceTree = "<group>"; };
8F225C97B6ECA8B22FFB4B76 /* rc5.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = rc5.h; path = ../../../addons/ofxPoco/libs/openssl/include/openssl/rc5.h; sourceTree = SOURCE_ROOT; };
907C5B5E104864A2D3A25745 /* ofxToggle.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxToggle.cpp; path = ../../../addons/ofxGui/src/ofxToggle.cpp; sourceTree = SOURCE_ROOT; };
942168782609257200B28F44 /* EmotiBitPacket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EmotiBitPacket.h; path = ../../EmotiBit_XPlat_Utils/src/EmotiBitPacket.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -192,7 +200,6 @@
C8C9B823D7872F9CBF03A813 /* ofxTCPClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxTCPClient.h; path = ../../../addons/ofxNetwork/src/ofxTCPClient.h; sourceTree = SOURCE_ROOT; };
C9FE1E8D2E9BC8B7F5D308C8 /* asn1.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = asn1.h; path = ../../../addons/ofxPoco/libs/openssl/include/openssl/asn1.h; sourceTree = SOURCE_ROOT; };
CA32618C6484394941477500 /* ofxThreadedLogger.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxThreadedLogger.h; path = ../../../addons/ofxThreadedLogger/src/ofxThreadedLogger.h; sourceTree = SOURCE_ROOT; };
CCAB70C47210C54258BED939 /* patchboard.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = patchboard.h; path = ../../../addons/ofxOscilloscope/src/patchboard.h; sourceTree = SOURCE_ROOT; };
D1F2D509F3D753BBF52DAA19 /* rc4.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = rc4.h; path = ../../../addons/ofxPoco/libs/openssl/include/openssl/rc4.h; sourceTree = SOURCE_ROOT; };
D315839A1D24D10046025C0C /* asn1_mac.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = asn1_mac.h; path = ../../../addons/ofxPoco/libs/openssl/include/openssl/asn1_mac.h; sourceTree = SOURCE_ROOT; };
D67FE8EDE92985070F3FD992 /* ofxUDPSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxUDPSettings.h; path = ../../../addons/ofxNetwork/src/ofxUDPSettings.h; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -392,7 +399,6 @@
F0B21373033A0907CFFFD055 /* des.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = des.h; path = ../../../addons/ofxPoco/libs/openssl/include/openssl/des.h; sourceTree = SOURCE_ROOT; };
F32C175B3E53B0864752B5D7 /* ofxBiquadFilterInstance.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxBiquadFilterInstance.cpp; path = ../../../addons/ofxBiquadFilter/src/ofxBiquadFilterInstance.cpp; sourceTree = SOURCE_ROOT; };
F399B91E98DC31CDA6DDACB4 /* ofxTCPManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxTCPManager.cpp; path = ../../../addons/ofxNetwork/src/ofxTCPManager.cpp; sourceTree = SOURCE_ROOT; };
F473E80055B6EE71F4E81838 /* patchboard.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = patchboard.cpp; path = ../../../addons/ofxOscilloscope/src/patchboard.cpp; sourceTree = SOURCE_ROOT; };
F66993296A3AEEC70FD444F5 /* ofxNetwork.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxNetwork.h; path = ../../../addons/ofxNetwork/src/ofxNetwork.h; sourceTree = SOURCE_ROOT; };
FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = tinyxmlparser.cpp; path = ../../../addons/ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; };
FDB04DA12ABAFBA5FFE217C9 /* opensslconf.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = opensslconf.h; path = ../../../addons/ofxPoco/libs/openssl/include/openssl/opensslconf.h; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -439,6 +445,7 @@
0EBED2DE642FD8C8549B2E51 /* ofxOscilloscope */ = {
isa = PBXGroup;
children = (
8E07BBD82BB3B81100CDD443 /* ofxPatchboard */,
971D52EB9D61379150966B5C /* src */,
);
name = ofxOscilloscope;
Expand Down Expand Up @@ -697,6 +704,35 @@
name = ofx;
sourceTree = "<group>";
};
8E07BBD82BB3B81100CDD443 /* ofxPatchboard */ = {
isa = PBXGroup;
children = (
8E07BBD92BB3B81900CDD443 /* Patchboard */,
);
path = ofxPatchboard;
sourceTree = "<group>";
};
8E07BBD92BB3B81900CDD443 /* Patchboard */ = {
isa = PBXGroup;
children = (
8E07BBDA2BB3B81F00CDD443 /* src */,
);
name = Patchboard;
sourceTree = "<group>";
};
8E07BBDA2BB3B81F00CDD443 /* src */ = {
isa = PBXGroup;
children = (
8E07BBDB2BB3B83F00CDD443 /* PatchboardBase.cpp */,
8E07BBDE2BB3B84000CDD443 /* PatchboardBase.h */,
8E07BBDD2BB3B84000CDD443 /* PatchboardJson.cpp */,
8E07BBDF2BB3B84000CDD443 /* PatchboardJson.h */,
8E07BBDC2BB3B83F00CDD443 /* PatchboardXml.cpp */,
8E07BBE02BB3B84000CDD443 /* PatchboardXml.h */,
);
path = src;
sourceTree = "<group>";
};
942168772609256100B28F44 /* EmotiBit_XPlat_Utils */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -781,8 +817,6 @@
children = (
4FF0DE1E8ABD60252EE51633 /* ofxOscilloscope.cpp */,
981F60C92586ACCD9553A3D5 /* ofxOscilloscope.h */,
F473E80055B6EE71F4E81838 /* patchboard.cpp */,
CCAB70C47210C54258BED939 /* patchboard.h */,
);
name = src;
sourceTree = "<group>";
Expand Down Expand Up @@ -1278,7 +1312,9 @@
buildActionMask = 2147483647;
files = (
E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */,
8E07BBE32BB3B84000CDD443 /* PatchboardJson.cpp in Sources */,
E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */,
8E07BBE12BB3B84000CDD443 /* PatchboardBase.cpp in Sources */,
D820615CFDD5F497033D7C5A /* ofxBiquadFilter.cpp in Sources */,
A7CF97A6E1DAE4A002CA6F82 /* ofxBiquadFilterInstance.cpp in Sources */,
5FD318D4DCF1B7169E9F1F64 /* EmotiBitTestingHelper.cpp in Sources */,
Expand All @@ -1288,6 +1324,7 @@
9421687B2609257200B28F44 /* EmotiBitPacket.cpp in Sources */,
853E0BA2F448076739446874 /* ofxColorPicker.cpp in Sources */,
B266578FC55D23BFEBC042E7 /* ofxGuiGroup.cpp in Sources */,
8E07BBE22BB3B84000CDD443 /* PatchboardXml.cpp in Sources */,
852E0891794923EE7583C621 /* ofxInputField.cpp in Sources */,
483908258D00B98B4BE69F07 /* ofxLabel.cpp in Sources */,
F285EB3169F1566CA3D93C20 /* ofxPanel.cpp in Sources */,
Expand All @@ -1307,7 +1344,6 @@
69AF35586CA18EA57C5CFCD3 /* NetworkUtils.cpp in Sources */,
AEAE7BD10A06519AE832EC52 /* ofxNetworkUtils.cpp in Sources */,
0059E2448E2CB4FECB0BEF66 /* ofxOscilloscope.cpp in Sources */,
0FB10EBE1B326A1803840371 /* patchboard.cpp in Sources */,
9CA591B9A40F2386FE099328 /* ofxThreadedLogger.cpp in Sources */,
933A2227713C720CEFF80FD9 /* tinyxml.cpp in Sources */,
9D44DC88EF9E7991B4A09951 /* tinyxmlerror.cpp in Sources */,
Expand Down
Loading

0 comments on commit 0b9da7a

Please sign in to comment.