Skip to content

Commit

Permalink
Update iOS版を移植
Browse files Browse the repository at this point in the history
  • Loading branch information
murawakimitsuhiro committed Aug 30, 2017
1 parent 0bc3f1d commit fd27a1f
Show file tree
Hide file tree
Showing 15 changed files with 954 additions and 106 deletions.
6 changes: 6 additions & 0 deletions Brain-Fu_k.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */; };
E717C5A73BE4076EDBC728DC /* IpEndpointName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6EE05DD94DAD5D94142391A8 /* IpEndpointName.cpp */; };
EA075BE31F4C80BC001072CC /* ofDecomposeModel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA075BE11F4C80BC001072CC /* ofDecomposeModel.cpp */; };
EA2250ED1F56B2EB00967D48 /* BrainModelData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA2250EB1F56B2EB00967D48 /* BrainModelData.cpp */; };
F0509CA2E805D1D5F70A87D0 /* NetworkingUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F72D5263CF8609CF22E13BD6 /* NetworkingUtils.cpp */; };
F95B04FD042E7407B70EE321 /* OscReceivedElements.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01571FD18D74B633FA614437 /* OscReceivedElements.cpp */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -144,6 +145,8 @@
E9F88CD42BB044F2266BD3B6 /* OscTypes.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = OscTypes.h; path = ../../addons/ofxOsc/libs/oscpack/src/osc/OscTypes.h; sourceTree = SOURCE_ROOT; };
EA075BE11F4C80BC001072CC /* ofDecomposeModel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofDecomposeModel.cpp; sourceTree = "<group>"; };
EA075BE21F4C80BC001072CC /* ofDecomposeModel.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ofDecomposeModel.hpp; sourceTree = "<group>"; };
EA2250EB1F56B2EB00967D48 /* BrainModelData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BrainModelData.cpp; sourceTree = "<group>"; };
EA2250EC1F56B2EB00967D48 /* BrainModelData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BrainModelData.h; sourceTree = "<group>"; };
EAFA8681058B5F1F30BFFD60 /* ofxOscArg.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxOscArg.h; path = ../../addons/ofxOsc/src/ofxOscArg.h; sourceTree = SOURCE_ROOT; };
EC3AD9545B31A870BF84CE63 /* Logger.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Logger.hpp; path = ../../addons/ofxAssimpModelLoader/libs/assimp/include/assimp/Logger.hpp; sourceTree = SOURCE_ROOT; };
F20DB77CFF47D59CAFCDF1DE /* ofxOscSender.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxOscSender.h; path = ../../addons/ofxOsc/src/ofxOscSender.h; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -379,6 +382,8 @@
EA075BE21F4C80BC001072CC /* ofDecomposeModel.hpp */,
7A5EB1B6F04EE1663C90B8D6 /* OSCManager.cpp */,
929DBAAC1D2697E61C5768BE /* OSCManager.hpp */,
EA2250EB1F56B2EB00967D48 /* BrainModelData.cpp */,
EA2250EC1F56B2EB00967D48 /* BrainModelData.h */,
);
path = src;
sourceTree = SOURCE_ROOT;
Expand Down Expand Up @@ -524,6 +529,7 @@
DBB73811B127DAE7DE28C895 /* ofxOscParameterSync.cpp in Sources */,
6F2D739BB67B61B0D43AB5BD /* ofxOscReceiver.cpp in Sources */,
866ACEB977FAB3191AD48906 /* ofxOscSender.cpp in Sources */,
EA2250ED1F56B2EB00967D48 /* BrainModelData.cpp in Sources */,
E717C5A73BE4076EDBC728DC /* IpEndpointName.cpp in Sources */,
F0509CA2E805D1D5F70A87D0 /* NetworkingUtils.cpp in Sources */,
C9651B24B869083F299EFA4D /* UdpSocket.cpp in Sources */,
Expand Down
Binary file not shown.
Binary file modified bin/Brain-Fu_kDebug.app/Contents/MacOS/Brain-Fu_kDebug
Binary file not shown.
Loading

0 comments on commit fd27a1f

Please sign in to comment.