|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 95FF1CA51FA30A040093371B /* NpyFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95FF1CA31FA30A040093371B /* NpyFile.cpp */; }; |
10 | 11 | E1D300381DAEBC570050E0F8 /* BinaryRecording.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1D300321DAEBC570050E0F8 /* BinaryRecording.cpp */; }; |
11 | 12 | E1D300391DAEBC570050E0F8 /* OpenEphysLib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1D300351DAEBC570050E0F8 /* OpenEphysLib.cpp */; }; |
12 | 13 | E1D3003A1DAEBC570050E0F8 /* SequentialBlockFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1D300361DAEBC570050E0F8 /* SequentialBlockFile.cpp */; }; |
13 | 14 | /* End PBXBuildFile section */ |
14 | 15 |
|
15 | 16 | /* Begin PBXFileReference section */ |
| 17 | + 95FF1CA31FA30A040093371B /* NpyFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NpyFile.cpp; sourceTree = "<group>"; }; |
| 18 | + 95FF1CA41FA30A040093371B /* NpyFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NpyFile.h; sourceTree = "<group>"; }; |
16 | 19 | E1D300281DAEBBBD0050E0F8 /* BinaryWriter.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BinaryWriter.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
17 | 20 | E1D3002B1DAEBBBD0050E0F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
18 | 21 | E1D300321DAEBC570050E0F8 /* BinaryRecording.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BinaryRecording.cpp; sourceTree = "<group>"; }; |
|
65 | 68 | E1D300311DAEBC140050E0F8 /* Source */ = { |
66 | 69 | isa = PBXGroup; |
67 | 70 | children = ( |
| 71 | + 95FF1CA31FA30A040093371B /* NpyFile.cpp */, |
| 72 | + 95FF1CA41FA30A040093371B /* NpyFile.h */, |
68 | 73 | E1D300331DAEBC570050E0F8 /* BinaryRecording.h */, |
69 | 74 | E1D300321DAEBC570050E0F8 /* BinaryRecording.cpp */, |
70 | 75 | E1D300341DAEBC570050E0F8 /* FileMemoryBlock.h */, |
|
156 | 161 | E1D300381DAEBC570050E0F8 /* BinaryRecording.cpp in Sources */, |
157 | 162 | E1D300391DAEBC570050E0F8 /* OpenEphysLib.cpp in Sources */, |
158 | 163 | E1D3003A1DAEBC570050E0F8 /* SequentialBlockFile.cpp in Sources */, |
| 164 | + 95FF1CA51FA30A040093371B /* NpyFile.cpp in Sources */, |
159 | 165 | ); |
160 | 166 | runOnlyForDeploymentPostprocessing = 0; |
161 | 167 | }; |
|
0 commit comments