Copy plugin lib on build

This commit is contained in:
Colin Rofls 2017-05-07 22:46:09 -04:00
parent 8ad65965a3
commit 3421d58621

View File

@ -13,6 +13,7 @@
6B5138471EBD23C200C992A8 /* bracket_example.py in Resources */ = {isa = PBXBuildFile; fileRef = 6B5138441EBD23C200C992A8 /* bracket_example.py */; }; 6B5138471EBD23C200C992A8 /* bracket_example.py in Resources */ = {isa = PBXBuildFile; fileRef = 6B5138441EBD23C200C992A8 /* bracket_example.py */; };
6B5138481EBD23C200C992A8 /* shouty.py in Resources */ = {isa = PBXBuildFile; fileRef = 6B5138451EBD23C200C992A8 /* shouty.py */; }; 6B5138481EBD23C200C992A8 /* shouty.py in Resources */ = {isa = PBXBuildFile; fileRef = 6B5138451EBD23C200C992A8 /* shouty.py */; };
6B5138491EBD23C200C992A8 /* spellcheck.py in Resources */ = {isa = PBXBuildFile; fileRef = 6B5138461EBD23C200C992A8 /* spellcheck.py */; }; 6B5138491EBD23C200C992A8 /* spellcheck.py in Resources */ = {isa = PBXBuildFile; fileRef = 6B5138461EBD23C200C992A8 /* spellcheck.py */; };
6B9B4BA51EC012B2006C090B /* xi_plugin in Resources */ = {isa = PBXBuildFile; fileRef = 6B9B4BA41EC012B2006C090B /* xi_plugin */; };
AE0243F61E4BDF8A00641BDA /* StyleMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0243F51E4BDF8A00641BDA /* StyleMap.swift */; }; AE0243F61E4BDF8A00641BDA /* StyleMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0243F51E4BDF8A00641BDA /* StyleMap.swift */; };
AE041BA61D4327EB0069AB8B /* xi-syntect-plugin in Resources */ = {isa = PBXBuildFile; fileRef = AE041BA51D4327EB0069AB8B /* xi-syntect-plugin */; }; AE041BA61D4327EB0069AB8B /* xi-syntect-plugin in Resources */ = {isa = PBXBuildFile; fileRef = AE041BA51D4327EB0069AB8B /* xi-syntect-plugin */; };
AE168C5C1E4AD87B008249AE /* LineCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE168C5B1E4AD87B008249AE /* LineCache.swift */; }; AE168C5C1E4AD87B008249AE /* LineCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE168C5B1E4AD87B008249AE /* LineCache.swift */; };
@ -60,6 +61,7 @@
6B5138441EBD23C200C992A8 /* bracket_example.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = bracket_example.py; path = "xi-editor/python/bracket_example.py"; sourceTree = SOURCE_ROOT; }; 6B5138441EBD23C200C992A8 /* bracket_example.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = bracket_example.py; path = "xi-editor/python/bracket_example.py"; sourceTree = SOURCE_ROOT; };
6B5138451EBD23C200C992A8 /* shouty.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = shouty.py; path = "xi-editor/python/shouty.py"; sourceTree = SOURCE_ROOT; }; 6B5138451EBD23C200C992A8 /* shouty.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = shouty.py; path = "xi-editor/python/shouty.py"; sourceTree = SOURCE_ROOT; };
6B5138461EBD23C200C992A8 /* spellcheck.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = spellcheck.py; path = "xi-editor/python/spellcheck.py"; sourceTree = SOURCE_ROOT; }; 6B5138461EBD23C200C992A8 /* spellcheck.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = spellcheck.py; path = "xi-editor/python/spellcheck.py"; sourceTree = SOURCE_ROOT; };
6B9B4BA41EC012B2006C090B /* xi_plugin */ = {isa = PBXFileReference; lastKnownFileType = folder; name = xi_plugin; path = "xi-editor/python/xi_plugin"; sourceTree = SOURCE_ROOT; };
AE0243F51E4BDF8A00641BDA /* StyleMap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StyleMap.swift; sourceTree = "<group>"; }; AE0243F51E4BDF8A00641BDA /* StyleMap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StyleMap.swift; sourceTree = "<group>"; };
AE041B971D4323460069AB8B /* build-rust-xcode.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "build-rust-xcode.sh"; sourceTree = "<group>"; }; AE041B971D4323460069AB8B /* build-rust-xcode.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "build-rust-xcode.sh"; sourceTree = "<group>"; };
AE041BA51D4327EB0069AB8B /* xi-syntect-plugin */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = "xi-syntect-plugin"; sourceTree = BUILT_PRODUCTS_DIR; }; AE041BA51D4327EB0069AB8B /* xi-syntect-plugin */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = "xi-syntect-plugin"; sourceTree = BUILT_PRODUCTS_DIR; };
@ -177,6 +179,7 @@
6B5138441EBD23C200C992A8 /* bracket_example.py */, 6B5138441EBD23C200C992A8 /* bracket_example.py */,
6B5138451EBD23C200C992A8 /* shouty.py */, 6B5138451EBD23C200C992A8 /* shouty.py */,
6B5138461EBD23C200C992A8 /* spellcheck.py */, 6B5138461EBD23C200C992A8 /* spellcheck.py */,
6B9B4BA41EC012B2006C090B /* xi_plugin */,
); );
name = xicore; name = xicore;
sourceTree = "<group>"; sourceTree = "<group>";
@ -310,6 +313,7 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
6B9B4BA51EC012B2006C090B /* xi_plugin in Resources */,
6B5138491EBD23C200C992A8 /* spellcheck.py in Resources */, 6B5138491EBD23C200C992A8 /* spellcheck.py in Resources */,
F53EA2AD1DCAA8110071ACFD /* Main.storyboard in Resources */, F53EA2AD1DCAA8110071ACFD /* Main.storyboard in Resources */,
AE228F5D1C897CE7000E9B0F /* xi-core in Resources */, AE228F5D1C897CE7000E9B0F /* xi-core in Resources */,