Skip to content

Commit eb70b4c

Browse files
committed
s/etc/app/
1 parent 8bb010e commit eb70b4c

58 files changed

Lines changed: 15 additions & 14 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PlotDevice.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@
270270
2ABBB2F91854018B001C4E0A /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
271271
2ABBB2FB18540246001C4E0A /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
272272
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>"; };
278278
2ABDB7751867EB520069EFC3 /* app.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = app.py; sourceTree = "<group>"; };
279279
2ABDB7761867EB520069EFC3 /* views.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = views.py; sourceTree = "<group>"; };
280280
2AC07CB618EF8E7D00B75879 /* __init__.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = "<group>"; };
@@ -869,13 +869,13 @@
869869
GCC_MODEL_TUNING = G5;
870870
GCC_OPTIMIZATION_LEVEL = 0;
871871
GCC_PRECOMPILE_PREFIX_HEADER = YES;
872-
GCC_PREFIX_HEADER = etc/PlotDevice_Prefix.pch;
872+
GCC_PREFIX_HEADER = app/PlotDevice_Prefix.pch;
873873
HEADER_SEARCH_PATHS = (
874874
"$(inherited)",
875875
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
876876
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7,
877877
);
878-
INFOPLIST_FILE = "etc/PlotDevice-Info.plist";
878+
INFOPLIST_FILE = "app/PlotDevice-Info.plist";
879879
INSTALL_PATH = /Applications;
880880
LIBRARY_SEARCH_PATHS = /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config;
881881
MACOSX_DEPLOYMENT_TARGET = 10.9;
@@ -900,7 +900,7 @@
900900
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
901901
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7,
902902
);
903-
INFOPLIST_FILE = "etc/PlotDevice-Info.plist";
903+
INFOPLIST_FILE = "app/PlotDevice-Info.plist";
904904
INSTALL_PATH = /Applications;
905905
LIBRARY_SEARCH_PATHS = /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config;
906906
MACOSX_DEPLOYMENT_TARGET = 10.9;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)