|
270 | 270 | 2ABBB2F91854018B001C4E0A /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; |
271 | 271 | 2ABBB2FB18540246001C4E0A /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; }; |
272 | 272 | 2ABBB2FD185402AC001C4E0A /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = System/Library/Frameworks/CoreMedia.framework; sourceTree = SDKROOT; }; |
273 | | - 2ABDB7671867D8160069EFC3 /* plotdevice-app.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = "plotdevice-app.py"; path = "etc/plotdevice-app.py"; sourceTree = "<group>"; }; |
274 | | - 2ABDB7681867D8160069EFC3 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = etc/main.m; sourceTree = "<group>"; }; |
275 | | - 2ABDB7691867D8160069EFC3 /* PlotDevice_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlotDevice_Prefix.pch; path = etc/PlotDevice_Prefix.pch; sourceTree = "<group>"; }; |
276 | | - 2ABDB76C1867D8210069EFC3 /* PlotDevice-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "PlotDevice-Info.plist"; path = "etc/PlotDevice-Info.plist"; sourceTree = "<group>"; }; |
277 | | - 2ABDB7721867D9920069EFC3 /* plotdevice */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = plotdevice; path = etc/plotdevice; sourceTree = "<group>"; }; |
| 273 | + 2ABDB7671867D8160069EFC3 /* plotdevice-app.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = "plotdevice-app.py"; path = "app/plotdevice-app.py"; sourceTree = "<group>"; }; |
| 274 | + 2ABDB7681867D8160069EFC3 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = app/main.m; sourceTree = "<group>"; }; |
| 275 | + 2ABDB7691867D8160069EFC3 /* PlotDevice_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlotDevice_Prefix.pch; path = app/PlotDevice_Prefix.pch; sourceTree = "<group>"; }; |
| 276 | + 2ABDB76C1867D8210069EFC3 /* PlotDevice-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "PlotDevice-Info.plist"; path = "app/PlotDevice-Info.plist"; sourceTree = "<group>"; }; |
| 277 | + 2ABDB7721867D9920069EFC3 /* plotdevice */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = plotdevice; path = app/plotdevice; sourceTree = "<group>"; }; |
278 | 278 | 2ABDB7751867EB520069EFC3 /* app.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = app.py; sourceTree = "<group>"; }; |
279 | 279 | 2ABDB7761867EB520069EFC3 /* views.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = views.py; sourceTree = "<group>"; }; |
280 | 280 | 2AC07CB618EF8E7D00B75879 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = "<group>"; }; |
|
869 | 869 | GCC_MODEL_TUNING = G5; |
870 | 870 | GCC_OPTIMIZATION_LEVEL = 0; |
871 | 871 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
872 | | - GCC_PREFIX_HEADER = etc/PlotDevice_Prefix.pch; |
| 872 | + GCC_PREFIX_HEADER = app/PlotDevice_Prefix.pch; |
873 | 873 | HEADER_SEARCH_PATHS = ( |
874 | 874 | "$(inherited)", |
875 | 875 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
876 | 876 | /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7, |
877 | 877 | ); |
878 | | - INFOPLIST_FILE = "etc/PlotDevice-Info.plist"; |
| 878 | + INFOPLIST_FILE = "app/PlotDevice-Info.plist"; |
879 | 879 | INSTALL_PATH = /Applications; |
880 | 880 | LIBRARY_SEARCH_PATHS = /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config; |
881 | 881 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
|
900 | 900 | /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, |
901 | 901 | /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7, |
902 | 902 | ); |
903 | | - INFOPLIST_FILE = "etc/PlotDevice-Info.plist"; |
| 903 | + INFOPLIST_FILE = "app/PlotDevice-Info.plist"; |
904 | 904 | INSTALL_PATH = /Applications; |
905 | 905 | LIBRARY_SEARCH_PATHS = /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config; |
906 | 906 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
|
0 commit comments