hammerspoon/LuaSkin/LuaSkin.xcodeproj/project.pbxproj

966 lines
58 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
4FAD367827E4F568007EC56F /* lthread_tracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FAD367727E4F568007EC56F /* lthread_tracker.m */; };
4FAD367A27E4F57C007EC56F /* lthread_tracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FAD367927E4F57C007EC56F /* lthread_tracker.h */; };
4FD782B627E50EF20069F49B /* lthread_tracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FAD367927E4F57C007EC56F /* lthread_tracker.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FDC203D1E117F7500EDA72E /* luaskin.lua in Resources */ = {isa = PBXBuildFile; fileRef = 4FDC203C1E117F7500EDA72E /* luaskin.lua */; };
4FDD8E781C850AC800085D7A /* lsunit.lua in Resources */ = {isa = PBXBuildFile; fileRef = 4FDD8E771C850AC800085D7A /* lsunit.lua */; };
4FDD8E801C85A09600085D7A /* testinit.lua in Resources */ = {isa = PBXBuildFile; fileRef = 4FDD8E7F1C85A09600085D7A /* testinit.lua */; };
4FE3905024AB578B006A304B /* ltable.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3901124AB5788006A304B /* ltable.c */; };
4FE3905124AB578B006A304B /* lmathlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3901224AB5788006A304B /* lmathlib.c */; };
4FE3905224AB578B006A304B /* lstate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901324AB5788006A304B /* lstate.h */; };
4FE3905324AB578B006A304B /* lundump.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901424AB5788006A304B /* lundump.h */; };
4FE3905424AB578B006A304B /* linit.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3901524AB5788006A304B /* linit.c */; };
4FE3905524AB578B006A304B /* loslib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3901624AB5788006A304B /* loslib.c */; };
4FE3905624AB578B006A304B /* lua.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901724AB5788006A304B /* lua.hpp */; };
4FE3905724AB578B006A304B /* lprefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901824AB5788006A304B /* lprefix.h */; };
4FE3905824AB578B006A304B /* lauxlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901924AB5788006A304B /* lauxlib.h */; };
4FE3905924AB578B006A304B /* llex.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3901A24AB5788006A304B /* llex.c */; };
4FE3905A24AB578B006A304B /* lobjectivec_exceptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3901B24AB5788006A304B /* lobjectivec_exceptions.m */; };
4FE3905B24AB578B006A304B /* llimits.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901C24AB5788006A304B /* llimits.h */; };
4FE3905C24AB578B006A304B /* lobject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901D24AB5788006A304B /* lobject.h */; };
4FE3905D24AB578B006A304B /* lparser.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901E24AB5788006A304B /* lparser.h */; };
4FE3905E24AB578B006A304B /* loadlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3901F24AB5788006A304B /* loadlib.c */; };
4FE3905F24AB578B006A304B /* lualib.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902024AB5788006A304B /* lualib.h */; };
4FE3906024AB578B006A304B /* ldebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3902124AB5788006A304B /* ldebug.c */; };
4FE3906124AB578B006A304B /* lzio.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902224AB5789006A304B /* lzio.h */; };
4FE3906224AB578B006A304B /* ltablib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3902324AB5789006A304B /* ltablib.c */; };
4FE3906324AB578B006A304B /* lopcodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902424AB5789006A304B /* lopcodes.h */; };
4FE3906424AB578B006A304B /* lctype.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3902524AB5789006A304B /* lctype.c */; };
4FE3906524AB578B006A304B /* lobjectivec_exceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902624AB5789006A304B /* lobjectivec_exceptions.h */; };
4FE3906624AB578B006A304B /* lapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3902724AB5789006A304B /* lapi.c */; };
4FE3906724AB578B006A304B /* lua.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3902824AB5789006A304B /* lua.c */; };
4FE3906824AB578B006A304B /* ltm.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902924AB5789006A304B /* ltm.h */; };
4FE3906924AB578B006A304B /* ltm.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3902A24AB5789006A304B /* ltm.c */; };
4FE3906A24AB578B006A304B /* lstring.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902B24AB5789006A304B /* lstring.h */; };
4FE3906B24AB578B006A304B /* lstate.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3902C24AB5789006A304B /* lstate.c */; };
4FE3906C24AB578B006A304B /* lctype.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902D24AB5789006A304B /* lctype.h */; };
4FE3906D24AB578B006A304B /* lcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902E24AB5789006A304B /* lcode.h */; };
4FE3906E24AB578B006A304B /* lbaselib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3902F24AB5789006A304B /* lbaselib.c */; };
4FE3906F24AB578B006A304B /* lmem.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903024AB5789006A304B /* lmem.h */; };
4FE3907024AB578B006A304B /* ldo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903124AB5789006A304B /* ldo.h */; };
4FE3907124AB578B006A304B /* ljumptab.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903224AB5789006A304B /* ljumptab.h */; };
4FE3907224AB578B006A304B /* lopcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3903324AB5789006A304B /* lopcodes.c */; };
4FE3907324AB578B006A304B /* lstrlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3903424AB5789006A304B /* lstrlib.c */; };
4FE3907424AB578B006A304B /* lstring.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3903524AB5789006A304B /* lstring.c */; };
4FE3907524AB578B006A304B /* lvm.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903624AB5789006A304B /* lvm.h */; };
4FE3907624AB578B006A304B /* lutf8lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3903724AB578A006A304B /* lutf8lib.c */; };
4FE3907724AB578B006A304B /* lgc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903824AB578A006A304B /* lgc.h */; };
4FE3907824AB578B006A304B /* ldebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903924AB578A006A304B /* ldebug.h */; };
4FE3907924AB578B006A304B /* lopnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903A24AB578A006A304B /* lopnames.h */; };
4FE3907A24AB578B006A304B /* lapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903B24AB578A006A304B /* lapi.h */; };
4FE3907B24AB578B006A304B /* liolib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3903C24AB578A006A304B /* liolib.c */; };
4FE3907C24AB578B006A304B /* ldump.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3903D24AB578A006A304B /* ldump.c */; };
4FE3907D24AB578B006A304B /* lfunc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3903E24AB578A006A304B /* lfunc.c */; };
4FE3907E24AB578B006A304B /* lparser.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3903F24AB578A006A304B /* lparser.c */; };
4FE3907F24AB578B006A304B /* lauxlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904024AB578A006A304B /* lauxlib.c */; };
4FE3908024AB578B006A304B /* lua.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904124AB578A006A304B /* lua.h */; };
4FE3908124AB578B006A304B /* lzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904224AB578A006A304B /* lzio.c */; };
4FE3908224AB578B006A304B /* lcorolib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904324AB578A006A304B /* lcorolib.c */; };
4FE3908324AB578B006A304B /* llex.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904424AB578A006A304B /* llex.h */; };
4FE3908424AB578B006A304B /* lgc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904524AB578A006A304B /* lgc.c */; };
4FE3908524AB578B006A304B /* lobject.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904624AB578A006A304B /* lobject.c */; };
4FE3908624AB578B006A304B /* ldblib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904724AB578A006A304B /* ldblib.c */; };
4FE3908724AB578B006A304B /* ldo.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904824AB578A006A304B /* ldo.c */; };
4FE3908824AB578B006A304B /* lfunc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904924AB578B006A304B /* lfunc.h */; };
4FE3908924AB578B006A304B /* lundump.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904A24AB578B006A304B /* lundump.c */; };
4FE3908A24AB578B006A304B /* luaconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904B24AB578B006A304B /* luaconf.h */; };
4FE3908B24AB578B006A304B /* lvm.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904C24AB578B006A304B /* lvm.c */; };
4FE3908C24AB578B006A304B /* lmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904D24AB578B006A304B /* lmem.c */; };
4FE3908D24AB578B006A304B /* lcode.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE3904E24AB578B006A304B /* lcode.c */; };
4FE3908E24AB578B006A304B /* ltable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904F24AB578B006A304B /* ltable.h */; };
4FE3908F24AB57DE006A304B /* lapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903B24AB578A006A304B /* lapi.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909024AB57DE006A304B /* lauxlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901924AB5788006A304B /* lauxlib.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909124AB57DE006A304B /* lcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902E24AB5789006A304B /* lcode.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909224AB57DE006A304B /* lctype.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902D24AB5789006A304B /* lctype.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909324AB57DE006A304B /* ldebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903924AB578A006A304B /* ldebug.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909424AB57DE006A304B /* ldo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903124AB5789006A304B /* ldo.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909524AB57DE006A304B /* lfunc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904924AB578B006A304B /* lfunc.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909624AB57DE006A304B /* lgc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903824AB578A006A304B /* lgc.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909824AB57DE006A304B /* llex.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904424AB578A006A304B /* llex.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909924AB57DE006A304B /* llimits.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901C24AB5788006A304B /* llimits.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909A24AB57DE006A304B /* lmem.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903024AB5789006A304B /* lmem.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909B24AB57DE006A304B /* lobject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901D24AB5788006A304B /* lobject.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909C24AB57DE006A304B /* lopcodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902424AB5789006A304B /* lopcodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909D24AB57DE006A304B /* lopnames.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903A24AB578A006A304B /* lopnames.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909E24AB57DE006A304B /* lparser.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901E24AB5788006A304B /* lparser.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE3909F24AB57DE006A304B /* lprefix.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901824AB5788006A304B /* lprefix.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A024AB57DE006A304B /* lstate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901324AB5788006A304B /* lstate.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A124AB57DE006A304B /* lstring.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902B24AB5789006A304B /* lstring.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A224AB57DE006A304B /* ltable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904F24AB578B006A304B /* ltable.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A324AB57DE006A304B /* ltm.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902924AB5789006A304B /* ltm.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A424AB57DE006A304B /* lua.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904124AB578A006A304B /* lua.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A624AB57DE006A304B /* luaconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3904B24AB578B006A304B /* luaconf.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A724AB57DE006A304B /* lualib.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902024AB5788006A304B /* lualib.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A824AB57DE006A304B /* lundump.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3901424AB5788006A304B /* lundump.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390A924AB57DE006A304B /* lvm.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3903624AB5789006A304B /* lvm.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FE390AA24AB57DE006A304B /* lzio.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE3902224AB5789006A304B /* lzio.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FEF59551B29CE06002344A7 /* LuaSkin.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FEF59541B29CE06002344A7 /* LuaSkin.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FEF595B1B29CE06002344A7 /* LuaSkin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4FEF594F1B29CE06002344A7 /* LuaSkin.framework */; };
4FEF59621B29CE06002344A7 /* LuaSkinTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FEF59611B29CE06002344A7 /* LuaSkinTests.m */; };
4FEF59711B29D0FB002344A7 /* Skin.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FEF596F1B29D0FB002344A7 /* Skin.h */; settings = {ATTRIBUTES = (Public, ); }; };
4FEF59721B29D0FB002344A7 /* Skin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FEF59701B29D0FB002344A7 /* Skin.m */; };
4FEF5AD51B29E017002344A7 /* liblua.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4FEF5A981B29E005002344A7 /* liblua.a */; };
D671D314231EDA6B0043822A /* luaskin.m in Sources */ = {isa = PBXBuildFile; fileRef = D671D313231EDA6B0043822A /* luaskin.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
4FEF595C1B29CE06002344A7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4FEF59461B29CE06002344A7 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4FEF594E1B29CE06002344A7;
remoteInfo = LuaSkin;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
4F0C1C7D273143D0002CA157 /* LuaSkin-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "LuaSkin-Base.xcconfig"; sourceTree = "<group>"; };
4F0C1C7E273143DF002CA157 /* LuaSkin-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "LuaSkin-Release.xcconfig"; sourceTree = "<group>"; };
4FAD367727E4F568007EC56F /* lthread_tracker.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = lthread_tracker.m; path = "lua-5.4.3/src/lthread_tracker.m"; sourceTree = "<group>"; };
4FAD367927E4F57C007EC56F /* lthread_tracker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = lthread_tracker.h; path = "lua-5.4.3/src/lthread_tracker.h"; sourceTree = "<group>"; };
4FDC203C1E117F7500EDA72E /* luaskin.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = luaskin.lua; sourceTree = "<group>"; };
4FDD8E771C850AC800085D7A /* lsunit.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lsunit.lua; sourceTree = "<group>"; };
4FDD8E7F1C85A09600085D7A /* testinit.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = testinit.lua; sourceTree = "<group>"; };
4FE3901124AB5788006A304B /* ltable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ltable.c; path = "lua-5.4.3/src/ltable.c"; sourceTree = "<group>"; };
4FE3901224AB5788006A304B /* lmathlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lmathlib.c; path = "lua-5.4.3/src/lmathlib.c"; sourceTree = "<group>"; };
4FE3901324AB5788006A304B /* lstate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lstate.h; path = "lua-5.4.3/src/lstate.h"; sourceTree = "<group>"; };
4FE3901424AB5788006A304B /* lundump.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lundump.h; path = "lua-5.4.3/src/lundump.h"; sourceTree = "<group>"; };
4FE3901524AB5788006A304B /* linit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = linit.c; path = "lua-5.4.3/src/linit.c"; sourceTree = "<group>"; };
4FE3901624AB5788006A304B /* loslib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loslib.c; path = "lua-5.4.3/src/loslib.c"; sourceTree = "<group>"; };
4FE3901724AB5788006A304B /* lua.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = lua.hpp; path = "lua-5.4.3/src/lua.hpp"; sourceTree = "<group>"; };
4FE3901824AB5788006A304B /* lprefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lprefix.h; path = "lua-5.4.3/src/lprefix.h"; sourceTree = "<group>"; };
4FE3901924AB5788006A304B /* lauxlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lauxlib.h; path = "lua-5.4.3/src/lauxlib.h"; sourceTree = "<group>"; };
4FE3901A24AB5788006A304B /* llex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = llex.c; path = "lua-5.4.3/src/llex.c"; sourceTree = "<group>"; };
4FE3901B24AB5788006A304B /* lobjectivec_exceptions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = lobjectivec_exceptions.m; path = "lua-5.4.3/src/lobjectivec_exceptions.m"; sourceTree = "<group>"; };
4FE3901C24AB5788006A304B /* llimits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = llimits.h; path = "lua-5.4.3/src/llimits.h"; sourceTree = "<group>"; };
4FE3901D24AB5788006A304B /* lobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lobject.h; path = "lua-5.4.3/src/lobject.h"; sourceTree = "<group>"; };
4FE3901E24AB5788006A304B /* lparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lparser.h; path = "lua-5.4.3/src/lparser.h"; sourceTree = "<group>"; };
4FE3901F24AB5788006A304B /* loadlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loadlib.c; path = "lua-5.4.3/src/loadlib.c"; sourceTree = "<group>"; };
4FE3902024AB5788006A304B /* lualib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lualib.h; path = "lua-5.4.3/src/lualib.h"; sourceTree = "<group>"; };
4FE3902124AB5788006A304B /* ldebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ldebug.c; path = "lua-5.4.3/src/ldebug.c"; sourceTree = "<group>"; };
4FE3902224AB5789006A304B /* lzio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lzio.h; path = "lua-5.4.3/src/lzio.h"; sourceTree = "<group>"; };
4FE3902324AB5789006A304B /* ltablib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ltablib.c; path = "lua-5.4.3/src/ltablib.c"; sourceTree = "<group>"; };
4FE3902424AB5789006A304B /* lopcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lopcodes.h; path = "lua-5.4.3/src/lopcodes.h"; sourceTree = "<group>"; };
4FE3902524AB5789006A304B /* lctype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lctype.c; path = "lua-5.4.3/src/lctype.c"; sourceTree = "<group>"; };
4FE3902624AB5789006A304B /* lobjectivec_exceptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lobjectivec_exceptions.h; path = "lua-5.4.3/src/lobjectivec_exceptions.h"; sourceTree = "<group>"; };
4FE3902724AB5789006A304B /* lapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lapi.c; path = "lua-5.4.3/src/lapi.c"; sourceTree = "<group>"; };
4FE3902824AB5789006A304B /* lua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lua.c; path = "lua-5.4.3/src/lua.c"; sourceTree = "<group>"; };
4FE3902924AB5789006A304B /* ltm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ltm.h; path = "lua-5.4.3/src/ltm.h"; sourceTree = "<group>"; };
4FE3902A24AB5789006A304B /* ltm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ltm.c; path = "lua-5.4.3/src/ltm.c"; sourceTree = "<group>"; };
4FE3902B24AB5789006A304B /* lstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lstring.h; path = "lua-5.4.3/src/lstring.h"; sourceTree = "<group>"; };
4FE3902C24AB5789006A304B /* lstate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lstate.c; path = "lua-5.4.3/src/lstate.c"; sourceTree = "<group>"; };
4FE3902D24AB5789006A304B /* lctype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lctype.h; path = "lua-5.4.3/src/lctype.h"; sourceTree = "<group>"; };
4FE3902E24AB5789006A304B /* lcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lcode.h; path = "lua-5.4.3/src/lcode.h"; sourceTree = "<group>"; };
4FE3902F24AB5789006A304B /* lbaselib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lbaselib.c; path = "lua-5.4.3/src/lbaselib.c"; sourceTree = "<group>"; };
4FE3903024AB5789006A304B /* lmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lmem.h; path = "lua-5.4.3/src/lmem.h"; sourceTree = "<group>"; };
4FE3903124AB5789006A304B /* ldo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ldo.h; path = "lua-5.4.3/src/ldo.h"; sourceTree = "<group>"; };
4FE3903224AB5789006A304B /* ljumptab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ljumptab.h; path = "lua-5.4.3/src/ljumptab.h"; sourceTree = "<group>"; };
4FE3903324AB5789006A304B /* lopcodes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lopcodes.c; path = "lua-5.4.3/src/lopcodes.c"; sourceTree = "<group>"; };
4FE3903424AB5789006A304B /* lstrlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lstrlib.c; path = "lua-5.4.3/src/lstrlib.c"; sourceTree = "<group>"; };
4FE3903524AB5789006A304B /* lstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lstring.c; path = "lua-5.4.3/src/lstring.c"; sourceTree = "<group>"; };
4FE3903624AB5789006A304B /* lvm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lvm.h; path = "lua-5.4.3/src/lvm.h"; sourceTree = "<group>"; };
4FE3903724AB578A006A304B /* lutf8lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lutf8lib.c; path = "lua-5.4.3/src/lutf8lib.c"; sourceTree = "<group>"; };
4FE3903824AB578A006A304B /* lgc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lgc.h; path = "lua-5.4.3/src/lgc.h"; sourceTree = "<group>"; };
4FE3903924AB578A006A304B /* ldebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ldebug.h; path = "lua-5.4.3/src/ldebug.h"; sourceTree = "<group>"; };
4FE3903A24AB578A006A304B /* lopnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lopnames.h; path = "lua-5.4.3/src/lopnames.h"; sourceTree = "<group>"; };
4FE3903B24AB578A006A304B /* lapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lapi.h; path = "lua-5.4.3/src/lapi.h"; sourceTree = "<group>"; };
4FE3903C24AB578A006A304B /* liolib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = liolib.c; path = "lua-5.4.3/src/liolib.c"; sourceTree = "<group>"; };
4FE3903D24AB578A006A304B /* ldump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ldump.c; path = "lua-5.4.3/src/ldump.c"; sourceTree = "<group>"; };
4FE3903E24AB578A006A304B /* lfunc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lfunc.c; path = "lua-5.4.3/src/lfunc.c"; sourceTree = "<group>"; };
4FE3903F24AB578A006A304B /* lparser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lparser.c; path = "lua-5.4.3/src/lparser.c"; sourceTree = "<group>"; };
4FE3904024AB578A006A304B /* lauxlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lauxlib.c; path = "lua-5.4.3/src/lauxlib.c"; sourceTree = "<group>"; };
4FE3904124AB578A006A304B /* lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lua.h; path = "lua-5.4.3/src/lua.h"; sourceTree = "<group>"; };
4FE3904224AB578A006A304B /* lzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzio.c; path = "lua-5.4.3/src/lzio.c"; sourceTree = "<group>"; };
4FE3904324AB578A006A304B /* lcorolib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lcorolib.c; path = "lua-5.4.3/src/lcorolib.c"; sourceTree = "<group>"; };
4FE3904424AB578A006A304B /* llex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = llex.h; path = "lua-5.4.3/src/llex.h"; sourceTree = "<group>"; };
4FE3904524AB578A006A304B /* lgc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lgc.c; path = "lua-5.4.3/src/lgc.c"; sourceTree = "<group>"; };
4FE3904624AB578A006A304B /* lobject.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lobject.c; path = "lua-5.4.3/src/lobject.c"; sourceTree = "<group>"; };
4FE3904724AB578A006A304B /* ldblib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ldblib.c; path = "lua-5.4.3/src/ldblib.c"; sourceTree = "<group>"; };
4FE3904824AB578A006A304B /* ldo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ldo.c; path = "lua-5.4.3/src/ldo.c"; sourceTree = "<group>"; };
4FE3904924AB578B006A304B /* lfunc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lfunc.h; path = "lua-5.4.3/src/lfunc.h"; sourceTree = "<group>"; };
4FE3904A24AB578B006A304B /* lundump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lundump.c; path = "lua-5.4.3/src/lundump.c"; sourceTree = "<group>"; };
4FE3904B24AB578B006A304B /* luaconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = luaconf.h; path = "lua-5.4.3/src/luaconf.h"; sourceTree = "<group>"; };
4FE3904C24AB578B006A304B /* lvm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lvm.c; path = "lua-5.4.3/src/lvm.c"; sourceTree = "<group>"; };
4FE3904D24AB578B006A304B /* lmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lmem.c; path = "lua-5.4.3/src/lmem.c"; sourceTree = "<group>"; };
4FE3904E24AB578B006A304B /* lcode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lcode.c; path = "lua-5.4.3/src/lcode.c"; sourceTree = "<group>"; };
4FE3904F24AB578B006A304B /* ltable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ltable.h; path = "lua-5.4.3/src/ltable.h"; sourceTree = "<group>"; };
4FEF594F1B29CE06002344A7 /* LuaSkin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LuaSkin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4FEF59531B29CE06002344A7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4FEF59541B29CE06002344A7 /* LuaSkin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LuaSkin.h; sourceTree = "<group>"; };
4FEF595A1B29CE06002344A7 /* LuaSkinTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LuaSkinTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4FEF59601B29CE06002344A7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4FEF59611B29CE06002344A7 /* LuaSkinTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = LuaSkinTests.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
4FEF596F1B29D0FB002344A7 /* Skin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = Skin.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
4FEF59701B29D0FB002344A7 /* Skin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = Skin.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
4FEF5A981B29E005002344A7 /* liblua.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblua.a; sourceTree = BUILT_PRODUCTS_DIR; };
D671D313231EDA6B0043822A /* luaskin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = luaskin.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
4FEF594B1B29CE06002344A7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4FEF5AD51B29E017002344A7 /* liblua.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4FEF59571B29CE06002344A7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4FEF595B1B29CE06002344A7 /* LuaSkin.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4FEF5A951B29E005002344A7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
4FE3901024AB5768006A304B /* lua-5.4.3 */ = {
isa = PBXGroup;
children = (
4FE3902724AB5789006A304B /* lapi.c */,
4FE3903B24AB578A006A304B /* lapi.h */,
4FE3904024AB578A006A304B /* lauxlib.c */,
4FE3901924AB5788006A304B /* lauxlib.h */,
4FE3902F24AB5789006A304B /* lbaselib.c */,
4FE3904E24AB578B006A304B /* lcode.c */,
4FE3902E24AB5789006A304B /* lcode.h */,
4FE3904324AB578A006A304B /* lcorolib.c */,
4FE3902524AB5789006A304B /* lctype.c */,
4FE3902D24AB5789006A304B /* lctype.h */,
4FE3904724AB578A006A304B /* ldblib.c */,
4FE3902124AB5788006A304B /* ldebug.c */,
4FE3903924AB578A006A304B /* ldebug.h */,
4FE3904824AB578A006A304B /* ldo.c */,
4FE3903124AB5789006A304B /* ldo.h */,
4FE3903D24AB578A006A304B /* ldump.c */,
4FE3903E24AB578A006A304B /* lfunc.c */,
4FE3904924AB578B006A304B /* lfunc.h */,
4FE3904524AB578A006A304B /* lgc.c */,
4FE3903824AB578A006A304B /* lgc.h */,
4FE3901524AB5788006A304B /* linit.c */,
4FE3903C24AB578A006A304B /* liolib.c */,
4FE3903224AB5789006A304B /* ljumptab.h */,
4FE3901A24AB5788006A304B /* llex.c */,
4FE3904424AB578A006A304B /* llex.h */,
4FE3901C24AB5788006A304B /* llimits.h */,
4FE3901224AB5788006A304B /* lmathlib.c */,
4FE3904D24AB578B006A304B /* lmem.c */,
4FE3903024AB5789006A304B /* lmem.h */,
4FE3901F24AB5788006A304B /* loadlib.c */,
4FE3904624AB578A006A304B /* lobject.c */,
4FE3901D24AB5788006A304B /* lobject.h */,
4FE3902624AB5789006A304B /* lobjectivec_exceptions.h */,
4FE3901B24AB5788006A304B /* lobjectivec_exceptions.m */,
4FE3903324AB5789006A304B /* lopcodes.c */,
4FE3902424AB5789006A304B /* lopcodes.h */,
4FE3903A24AB578A006A304B /* lopnames.h */,
4FE3901624AB5788006A304B /* loslib.c */,
4FE3903F24AB578A006A304B /* lparser.c */,
4FE3901E24AB5788006A304B /* lparser.h */,
4FE3901824AB5788006A304B /* lprefix.h */,
4FE3902C24AB5789006A304B /* lstate.c */,
4FE3901324AB5788006A304B /* lstate.h */,
4FE3903524AB5789006A304B /* lstring.c */,
4FE3902B24AB5789006A304B /* lstring.h */,
4FE3903424AB5789006A304B /* lstrlib.c */,
4FE3901124AB5788006A304B /* ltable.c */,
4FE3904F24AB578B006A304B /* ltable.h */,
4FE3902324AB5789006A304B /* ltablib.c */,
4FE3902A24AB5789006A304B /* ltm.c */,
4FE3902924AB5789006A304B /* ltm.h */,
4FE3902824AB5789006A304B /* lua.c */,
4FE3904124AB578A006A304B /* lua.h */,
4FE3901724AB5788006A304B /* lua.hpp */,
4FE3904B24AB578B006A304B /* luaconf.h */,
4FE3902024AB5788006A304B /* lualib.h */,
4FE3904A24AB578B006A304B /* lundump.c */,
4FE3901424AB5788006A304B /* lundump.h */,
4FE3903724AB578A006A304B /* lutf8lib.c */,
4FE3904C24AB578B006A304B /* lvm.c */,
4FE3903624AB5789006A304B /* lvm.h */,
4FE3904224AB578A006A304B /* lzio.c */,
4FE3902224AB5789006A304B /* lzio.h */,
4FAD367727E4F568007EC56F /* lthread_tracker.m */,
4FAD367927E4F57C007EC56F /* lthread_tracker.h */,
);
name = "lua-5.4.3";
sourceTree = "<group>";
};
4FEF59451B29CE06002344A7 = {
isa = PBXGroup;
children = (
4F0C1C7E273143DF002CA157 /* LuaSkin-Release.xcconfig */,
4F0C1C7D273143D0002CA157 /* LuaSkin-Base.xcconfig */,
4FE3901024AB5768006A304B /* lua-5.4.3 */,
4FEF59511B29CE06002344A7 /* LuaSkin */,
4FEF595E1B29CE06002344A7 /* LuaSkinTests */,
4FEF59501B29CE06002344A7 /* Products */,
);
sourceTree = "<group>";
};
4FEF59501B29CE06002344A7 /* Products */ = {
isa = PBXGroup;
children = (
4FEF594F1B29CE06002344A7 /* LuaSkin.framework */,
4FEF595A1B29CE06002344A7 /* LuaSkinTests.xctest */,
4FEF5A981B29E005002344A7 /* liblua.a */,
);
name = Products;
sourceTree = "<group>";
};
4FEF59511B29CE06002344A7 /* LuaSkin */ = {
isa = PBXGroup;
children = (
D671D313231EDA6B0043822A /* luaskin.m */,
4FEF59541B29CE06002344A7 /* LuaSkin.h */,
4FEF59521B29CE06002344A7 /* Supporting Files */,
4FEF596F1B29D0FB002344A7 /* Skin.h */,
4FEF59701B29D0FB002344A7 /* Skin.m */,
4FDC203C1E117F7500EDA72E /* luaskin.lua */,
);
path = LuaSkin;
sourceTree = "<group>";
};
4FEF59521B29CE06002344A7 /* Supporting Files */ = {
isa = PBXGroup;
children = (
4FEF59531B29CE06002344A7 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
4FEF595E1B29CE06002344A7 /* LuaSkinTests */ = {
isa = PBXGroup;
children = (
4FDD8E771C850AC800085D7A /* lsunit.lua */,
4FDD8E7F1C85A09600085D7A /* testinit.lua */,
4FEF59611B29CE06002344A7 /* LuaSkinTests.m */,
4FEF595F1B29CE06002344A7 /* Supporting Files */,
);
path = LuaSkinTests;
sourceTree = "<group>";
};
4FEF595F1B29CE06002344A7 /* Supporting Files */ = {
isa = PBXGroup;
children = (
4FEF59601B29CE06002344A7 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
4FEF594C1B29CE06002344A7 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
4FE3909424AB57DE006A304B /* ldo.h in Headers */,
4FE3909C24AB57DE006A304B /* lopcodes.h in Headers */,
4FE3909524AB57DE006A304B /* lfunc.h in Headers */,
4FE390A824AB57DE006A304B /* lundump.h in Headers */,
4FE3909F24AB57DE006A304B /* lprefix.h in Headers */,
4FE3909E24AB57DE006A304B /* lparser.h in Headers */,
4FE3909224AB57DE006A304B /* lctype.h in Headers */,
4FE3909024AB57DE006A304B /* lauxlib.h in Headers */,
4FE3909624AB57DE006A304B /* lgc.h in Headers */,
4FE3909B24AB57DE006A304B /* lobject.h in Headers */,
4FE390A624AB57DE006A304B /* luaconf.h in Headers */,
4FE390A324AB57DE006A304B /* ltm.h in Headers */,
4FE3909324AB57DE006A304B /* ldebug.h in Headers */,
4FE390A424AB57DE006A304B /* lua.h in Headers */,
4FE390A224AB57DE006A304B /* ltable.h in Headers */,
4FD782B627E50EF20069F49B /* lthread_tracker.h in Headers */,
4FE3909824AB57DE006A304B /* llex.h in Headers */,
4FE3909D24AB57DE006A304B /* lopnames.h in Headers */,
4FE390A724AB57DE006A304B /* lualib.h in Headers */,
4FE3909924AB57DE006A304B /* llimits.h in Headers */,
4FE3909A24AB57DE006A304B /* lmem.h in Headers */,
4FE390A924AB57DE006A304B /* lvm.h in Headers */,
4FEF59551B29CE06002344A7 /* LuaSkin.h in Headers */,
4FE390AA24AB57DE006A304B /* lzio.h in Headers */,
4FE3909124AB57DE006A304B /* lcode.h in Headers */,
4FE390A024AB57DE006A304B /* lstate.h in Headers */,
4FE390A124AB57DE006A304B /* lstring.h in Headers */,
4FEF59711B29D0FB002344A7 /* Skin.h in Headers */,
4FE3908F24AB57DE006A304B /* lapi.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4FEF5A961B29E005002344A7 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
4FE3906D24AB578B006A304B /* lcode.h in Headers */,
4FE3907924AB578B006A304B /* lopnames.h in Headers */,
4FE3907824AB578B006A304B /* ldebug.h in Headers */,
4FE3908024AB578B006A304B /* lua.h in Headers */,
4FE3905F24AB578B006A304B /* lualib.h in Headers */,
4FE3907024AB578B006A304B /* ldo.h in Headers */,
4FE3907124AB578B006A304B /* ljumptab.h in Headers */,
4FE3906C24AB578B006A304B /* lctype.h in Headers */,
4FE3906324AB578B006A304B /* lopcodes.h in Headers */,
4FE3905224AB578B006A304B /* lstate.h in Headers */,
4FE3906524AB578B006A304B /* lobjectivec_exceptions.h in Headers */,
4FE3905724AB578B006A304B /* lprefix.h in Headers */,
4FE3905824AB578B006A304B /* lauxlib.h in Headers */,
4FE3905D24AB578B006A304B /* lparser.h in Headers */,
4FE3906824AB578B006A304B /* ltm.h in Headers */,
4FE3905C24AB578B006A304B /* lobject.h in Headers */,
4FE3907A24AB578B006A304B /* lapi.h in Headers */,
4FE3908E24AB578B006A304B /* ltable.h in Headers */,
4FE3908324AB578B006A304B /* llex.h in Headers */,
4FE3907724AB578B006A304B /* lgc.h in Headers */,
4FE3906F24AB578B006A304B /* lmem.h in Headers */,
4FE3906124AB578B006A304B /* lzio.h in Headers */,
4FE3907524AB578B006A304B /* lvm.h in Headers */,
4FE3905324AB578B006A304B /* lundump.h in Headers */,
4FE3905624AB578B006A304B /* lua.hpp in Headers */,
4FE3905B24AB578B006A304B /* llimits.h in Headers */,
4FAD367A27E4F57C007EC56F /* lthread_tracker.h in Headers */,
4FE3908824AB578B006A304B /* lfunc.h in Headers */,
4FE3906A24AB578B006A304B /* lstring.h in Headers */,
4FE3908A24AB578B006A304B /* luaconf.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
4FEF594E1B29CE06002344A7 /* LuaSkin */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4FEF59651B29CE06002344A7 /* Build configuration list for PBXNativeTarget "LuaSkin" */;
buildPhases = (
4FEF594A1B29CE06002344A7 /* Sources */,
4FEF594B1B29CE06002344A7 /* Frameworks */,
4FEF594C1B29CE06002344A7 /* Headers */,
4FEF594D1B29CE06002344A7 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = LuaSkin;
productName = LuaSkin;
productReference = 4FEF594F1B29CE06002344A7 /* LuaSkin.framework */;
productType = "com.apple.product-type.framework";
};
4FEF59591B29CE06002344A7 /* LuaSkinTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4FEF59681B29CE06002344A7 /* Build configuration list for PBXNativeTarget "LuaSkinTests" */;
buildPhases = (
4FEF59561B29CE06002344A7 /* Sources */,
4FEF59571B29CE06002344A7 /* Frameworks */,
4FEF59581B29CE06002344A7 /* Resources */,
);
buildRules = (
);
dependencies = (
4FEF595D1B29CE06002344A7 /* PBXTargetDependency */,
);
name = LuaSkinTests;
productName = LuaSkinTests;
productReference = 4FEF595A1B29CE06002344A7 /* LuaSkinTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
4FEF5A971B29E005002344A7 /* lua */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4FEF5A991B29E006002344A7 /* Build configuration list for PBXNativeTarget "lua" */;
buildPhases = (
4FEF5A941B29E005002344A7 /* Sources */,
4FEF5A951B29E005002344A7 /* Frameworks */,
4FEF5A961B29E005002344A7 /* Headers */,
);
buildRules = (
);
dependencies = (
);
name = lua;
productName = lua.a;
productReference = 4FEF5A981B29E005002344A7 /* liblua.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
4FEF59461B29CE06002344A7 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1320;
ORGANIZATIONNAME = Hammerspoon;
TargetAttributes = {
4FEF594E1B29CE06002344A7 = {
CreatedOnToolsVersion = 6.3.2;
};
4FEF59591B29CE06002344A7 = {
CreatedOnToolsVersion = 6.3.2;
};
4FEF5A971B29E005002344A7 = {
CreatedOnToolsVersion = 6.3.2;
};
};
};
buildConfigurationList = 4FEF59491B29CE06002344A7 /* Build configuration list for PBXProject "LuaSkin" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 4FEF59451B29CE06002344A7;
productRefGroup = 4FEF59501B29CE06002344A7 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
4FEF594E1B29CE06002344A7 /* LuaSkin */,
4FEF59591B29CE06002344A7 /* LuaSkinTests */,
4FEF5A971B29E005002344A7 /* lua */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
4FEF594D1B29CE06002344A7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4FDC203D1E117F7500EDA72E /* luaskin.lua in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4FEF59581B29CE06002344A7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4FDD8E801C85A09600085D7A /* testinit.lua in Resources */,
4FDD8E781C850AC800085D7A /* lsunit.lua in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
4FEF594A1B29CE06002344A7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4FEF59721B29D0FB002344A7 /* Skin.m in Sources */,
D671D314231EDA6B0043822A /* luaskin.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4FEF59561B29CE06002344A7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4FEF59621B29CE06002344A7 /* LuaSkinTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4FEF5A941B29E005002344A7 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4FE3908624AB578B006A304B /* ldblib.c in Sources */,
4FE3906924AB578B006A304B /* ltm.c in Sources */,
4FE3908124AB578B006A304B /* lzio.c in Sources */,
4FE3906724AB578B006A304B /* lua.c in Sources */,
4FE3908C24AB578B006A304B /* lmem.c in Sources */,
4FE3905A24AB578B006A304B /* lobjectivec_exceptions.m in Sources */,
4FE3907C24AB578B006A304B /* ldump.c in Sources */,
4FE3907F24AB578B006A304B /* lauxlib.c in Sources */,
4FE3905024AB578B006A304B /* ltable.c in Sources */,
4FE3908424AB578B006A304B /* lgc.c in Sources */,
4FE3908B24AB578B006A304B /* lvm.c in Sources */,
4FE3907424AB578B006A304B /* lstring.c in Sources */,
4FE3908524AB578B006A304B /* lobject.c in Sources */,
4FE3906024AB578B006A304B /* ldebug.c in Sources */,
4FE3905924AB578B006A304B /* llex.c in Sources */,
4FE3906424AB578B006A304B /* lctype.c in Sources */,
4FE3907B24AB578B006A304B /* liolib.c in Sources */,
4FE3907224AB578B006A304B /* lopcodes.c in Sources */,
4FE3908924AB578B006A304B /* lundump.c in Sources */,
4FE3907624AB578B006A304B /* lutf8lib.c in Sources */,
4FE3908724AB578B006A304B /* ldo.c in Sources */,
4FE3907D24AB578B006A304B /* lfunc.c in Sources */,
4FE3906E24AB578B006A304B /* lbaselib.c in Sources */,
4FE3906624AB578B006A304B /* lapi.c in Sources */,
4FE3906B24AB578B006A304B /* lstate.c in Sources */,
4FE3907E24AB578B006A304B /* lparser.c in Sources */,
4FAD367827E4F568007EC56F /* lthread_tracker.m in Sources */,
4FE3908224AB578B006A304B /* lcorolib.c in Sources */,
4FE3905124AB578B006A304B /* lmathlib.c in Sources */,
4FE3906224AB578B006A304B /* ltablib.c in Sources */,
4FE3905524AB578B006A304B /* loslib.c in Sources */,
4FE3907324AB578B006A304B /* lstrlib.c in Sources */,
4FE3905424AB578B006A304B /* linit.c in Sources */,
4FE3908D24AB578B006A304B /* lcode.c in Sources */,
4FE3905E24AB578B006A304B /* loadlib.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
4FEF595D1B29CE06002344A7 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4FEF594E1B29CE06002344A7 /* LuaSkin */;
targetProxy = 4FEF595C1B29CE06002344A7 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
4F0454E120F1480E00699F29 /* Profile */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 4F0C1C7D273143D0002CA157 /* LuaSkin-Base.xcconfig */;
buildSettings = {
};
name = Profile;
};
4F0454E220F1480E00699F29 /* Profile */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_DEADCODE_DEADSTORES = NO;
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
CLANG_WARN_ASSIGN_ENUM = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
CLANG_WARN_OBJC_RECEIVER_WEAK = YES;
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
GCC_WARN_MULTIPLE_DEFINITION_TYPES_FOR_SELECTOR = YES;
GCC_WARN_PEDANTIC = YES;
GCC_WARN_SHADOW = YES;
GCC_WARN_SIGN_COMPARE = YES;
GCC_WARN_STRICT_SELECTOR_MATCH = YES;
GCC_WARN_UNKNOWN_PRAGMAS = YES;
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
INFOPLIST_FILE = LuaSkin/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.hammerspoon.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WARNING_CFLAGS = "$(inherited)";
};
name = Profile;
};
4F0454E320F1480E00699F29 /* Profile */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = LuaSkinTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.hammerspoon.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
WARNING_CFLAGS = "";
};
name = Profile;
};
4F0454E420F1480E00699F29 /* Profile */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_COMMA = NO;
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_UNINITIALIZED_AUTOS = NO;
OTHER_CFLAGS = (
"-DLUA_COMPAT_5_3",
"-DLUA_USE_MACOSX",
"-DLUA_USE_APICHECK",
"-DLUAI_ASSERT",
);
OTHER_LDFLAGS = "-lreadline";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
WARNING_CFLAGS = "";
};
name = Profile;
};
4FEF59631B29CE06002344A7 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 4F0C1C7D273143D0002CA157 /* LuaSkin-Base.xcconfig */;
buildSettings = {
};
name = Debug;
};
4FEF59641B29CE06002344A7 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 4F0C1C7E273143DF002CA157 /* LuaSkin-Release.xcconfig */;
buildSettings = {
};
name = Release;
};
4FEF59661B29CE06002344A7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_DEADCODE_DEADSTORES = NO;
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
CLANG_WARN_ASSIGN_ENUM = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
CLANG_WARN_OBJC_RECEIVER_WEAK = YES;
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
GCC_WARN_MULTIPLE_DEFINITION_TYPES_FOR_SELECTOR = YES;
GCC_WARN_PEDANTIC = YES;
GCC_WARN_SHADOW = YES;
GCC_WARN_SIGN_COMPARE = YES;
GCC_WARN_STRICT_SELECTOR_MATCH = YES;
GCC_WARN_UNKNOWN_PRAGMAS = YES;
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
INFOPLIST_FILE = LuaSkin/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.hammerspoon.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WARNING_CFLAGS = "$(inherited)";
};
name = Debug;
};
4FEF59671B29CE06002344A7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_DEADCODE_DEADSTORES = NO;
CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
CLANG_WARN_ASSIGN_ENUM = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
CLANG_WARN_OBJC_RECEIVER_WEAK = YES;
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
GCC_WARN_MULTIPLE_DEFINITION_TYPES_FOR_SELECTOR = YES;
GCC_WARN_PEDANTIC = YES;
GCC_WARN_SHADOW = YES;
GCC_WARN_SIGN_COMPARE = YES;
GCC_WARN_STRICT_SELECTOR_MATCH = YES;
GCC_WARN_UNKNOWN_PRAGMAS = YES;
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_PARAMETER = YES;
INFOPLIST_FILE = LuaSkin/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.hammerspoon.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
WARNING_CFLAGS = "$(inherited)";
};
name = Release;
};
4FEF59691B29CE06002344A7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = LuaSkinTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.hammerspoon.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
WARNING_CFLAGS = "";
};
name = Debug;
};
4FEF596A1B29CE06002344A7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
INFOPLIST_FILE = LuaSkinTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.hammerspoon.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
WARNING_CFLAGS = "";
};
name = Release;
};
4FEF5A9A1B29E006002344A7 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_COMMA = NO;
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_UNINITIALIZED_AUTOS = NO;
OTHER_CFLAGS = (
"-DLUA_COMPAT_5_3",
"-DLUA_USE_MACOSX",
"-DLUA_USE_APICHECK",
"-DLUAI_ASSERT",
);
OTHER_LDFLAGS = "-lreadline";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
WARNING_CFLAGS = "";
};
name = Debug;
};
4FEF5A9B1B29E006002344A7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_COMMA = NO;
COMBINE_HIDPI_IMAGES = YES;
EXECUTABLE_PREFIX = lib;
GCC_WARN_UNINITIALIZED_AUTOS = NO;
OTHER_CFLAGS = (
"-DLUA_COMPAT_5_3",
"-DLUA_USE_MACOSX",
"-DLUA_USE_APICHECK",
"-DLUAI_ASSERT",
);
OTHER_LDFLAGS = "-lreadline";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
STRIP_INSTALLED_PRODUCT = NO;
WARNING_CFLAGS = "";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
4FEF59491B29CE06002344A7 /* Build configuration list for PBXProject "LuaSkin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4FEF59631B29CE06002344A7 /* Debug */,
4F0454E120F1480E00699F29 /* Profile */,
4FEF59641B29CE06002344A7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4FEF59651B29CE06002344A7 /* Build configuration list for PBXNativeTarget "LuaSkin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4FEF59661B29CE06002344A7 /* Debug */,
4F0454E220F1480E00699F29 /* Profile */,
4FEF59671B29CE06002344A7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4FEF59681B29CE06002344A7 /* Build configuration list for PBXNativeTarget "LuaSkinTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4FEF59691B29CE06002344A7 /* Debug */,
4F0454E320F1480E00699F29 /* Profile */,
4FEF596A1B29CE06002344A7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4FEF5A991B29E006002344A7 /* Build configuration list for PBXNativeTarget "lua" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4FEF5A9A1B29E006002344A7 /* Debug */,
4F0454E420F1480E00699F29 /* Profile */,
4FEF5A9B1B29E006002344A7 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 4FEF59461B29CE06002344A7 /* Project object */;
}