misc/liblua/Xcode/Lua.xcodeproj/project.pbxproj
changeset 5171 f9283dc4860d
child 5172 88f2e05288ba
equal deleted inserted replaced
5170:f7e49eff3708 5171:f9283dc4860d
       
     1 // !$*UTF8*$!
       
     2 {
       
     3 	archiveVersion = 1;
       
     4 	classes = {
       
     5 	};
       
     6 	objectVersion = 45;
       
     7 	objects = {
       
     8 
       
     9 /* Begin PBXBuildFile section */
       
    10 		619598FB1364C7BD00B429B6 /* lapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598C61364C7BD00B429B6 /* lapi.c */; };
       
    11 		619598FC1364C7BD00B429B6 /* lapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598C71364C7BD00B429B6 /* lapi.h */; };
       
    12 		619598FD1364C7BD00B429B6 /* lauxlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598C81364C7BD00B429B6 /* lauxlib.c */; };
       
    13 		619598FE1364C7BD00B429B6 /* lauxlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598C91364C7BD00B429B6 /* lauxlib.h */; };
       
    14 		619598FF1364C7BD00B429B6 /* lbaselib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598CA1364C7BD00B429B6 /* lbaselib.c */; };
       
    15 		619599001364C7BD00B429B6 /* lcode.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598CB1364C7BD00B429B6 /* lcode.c */; };
       
    16 		619599011364C7BD00B429B6 /* lcode.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598CC1364C7BD00B429B6 /* lcode.h */; };
       
    17 		619599021364C7BD00B429B6 /* ldblib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598CD1364C7BD00B429B6 /* ldblib.c */; };
       
    18 		619599031364C7BD00B429B6 /* ldebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598CE1364C7BD00B429B6 /* ldebug.c */; };
       
    19 		619599041364C7BD00B429B6 /* ldebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598CF1364C7BD00B429B6 /* ldebug.h */; };
       
    20 		619599051364C7BD00B429B6 /* ldo.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598D01364C7BD00B429B6 /* ldo.c */; };
       
    21 		619599061364C7BD00B429B6 /* ldo.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598D11364C7BD00B429B6 /* ldo.h */; };
       
    22 		619599071364C7BD00B429B6 /* ldump.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598D21364C7BD00B429B6 /* ldump.c */; };
       
    23 		619599081364C7BD00B429B6 /* lfunc.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598D31364C7BD00B429B6 /* lfunc.c */; };
       
    24 		619599091364C7BD00B429B6 /* lfunc.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598D41364C7BD00B429B6 /* lfunc.h */; };
       
    25 		6195990A1364C7BD00B429B6 /* lgc.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598D51364C7BD00B429B6 /* lgc.c */; };
       
    26 		6195990B1364C7BD00B429B6 /* lgc.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598D61364C7BD00B429B6 /* lgc.h */; };
       
    27 		6195990C1364C7BD00B429B6 /* linit.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598D71364C7BD00B429B6 /* linit.c */; };
       
    28 		6195990D1364C7BD00B429B6 /* liolib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598D81364C7BD00B429B6 /* liolib.c */; };
       
    29 		6195990E1364C7BD00B429B6 /* llex.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598D91364C7BD00B429B6 /* llex.c */; };
       
    30 		6195990F1364C7BD00B429B6 /* llex.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598DA1364C7BD00B429B6 /* llex.h */; };
       
    31 		619599101364C7BD00B429B6 /* llimits.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598DB1364C7BD00B429B6 /* llimits.h */; };
       
    32 		619599111364C7BD00B429B6 /* lmathlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598DC1364C7BD00B429B6 /* lmathlib.c */; };
       
    33 		619599121364C7BD00B429B6 /* lmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598DD1364C7BD00B429B6 /* lmem.c */; };
       
    34 		619599131364C7BD00B429B6 /* lmem.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598DE1364C7BD00B429B6 /* lmem.h */; };
       
    35 		619599141364C7BD00B429B6 /* loadlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598DF1364C7BD00B429B6 /* loadlib.c */; };
       
    36 		619599151364C7BD00B429B6 /* lobject.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598E01364C7BD00B429B6 /* lobject.c */; };
       
    37 		619599161364C7BD00B429B6 /* lobject.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598E11364C7BD00B429B6 /* lobject.h */; };
       
    38 		619599171364C7BD00B429B6 /* lopcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598E21364C7BD00B429B6 /* lopcodes.c */; };
       
    39 		619599181364C7BD00B429B6 /* lopcodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598E31364C7BD00B429B6 /* lopcodes.h */; };
       
    40 		619599191364C7BD00B429B6 /* loslib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598E41364C7BD00B429B6 /* loslib.c */; };
       
    41 		6195991A1364C7BD00B429B6 /* lparser.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598E51364C7BD00B429B6 /* lparser.c */; };
       
    42 		6195991B1364C7BD00B429B6 /* lparser.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598E61364C7BD00B429B6 /* lparser.h */; };
       
    43 		6195991C1364C7BD00B429B6 /* lstate.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598E71364C7BD00B429B6 /* lstate.c */; };
       
    44 		6195991D1364C7BD00B429B6 /* lstate.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598E81364C7BD00B429B6 /* lstate.h */; };
       
    45 		6195991E1364C7BD00B429B6 /* lstring.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598E91364C7BD00B429B6 /* lstring.c */; };
       
    46 		6195991F1364C7BD00B429B6 /* lstring.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598EA1364C7BD00B429B6 /* lstring.h */; };
       
    47 		619599201364C7BD00B429B6 /* lstrlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598EB1364C7BD00B429B6 /* lstrlib.c */; };
       
    48 		619599211364C7BD00B429B6 /* ltable.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598EC1364C7BD00B429B6 /* ltable.c */; };
       
    49 		619599221364C7BD00B429B6 /* ltable.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598ED1364C7BD00B429B6 /* ltable.h */; };
       
    50 		619599231364C7BD00B429B6 /* ltablib.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598EE1364C7BD00B429B6 /* ltablib.c */; };
       
    51 		619599241364C7BD00B429B6 /* ltm.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598EF1364C7BD00B429B6 /* ltm.c */; };
       
    52 		619599251364C7BD00B429B6 /* ltm.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598F01364C7BD00B429B6 /* ltm.h */; };
       
    53 		619599261364C7BD00B429B6 /* lua.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598F11364C7BD00B429B6 /* lua.h */; };
       
    54 		619599271364C7BD00B429B6 /* luaconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598F21364C7BD00B429B6 /* luaconf.h */; };
       
    55 		619599281364C7BD00B429B6 /* lualib.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598F31364C7BD00B429B6 /* lualib.h */; };
       
    56 		619599291364C7BD00B429B6 /* lundump.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598F41364C7BD00B429B6 /* lundump.c */; };
       
    57 		6195992A1364C7BD00B429B6 /* lundump.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598F51364C7BD00B429B6 /* lundump.h */; };
       
    58 		6195992B1364C7BD00B429B6 /* lvm.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598F61364C7BD00B429B6 /* lvm.c */; };
       
    59 		6195992C1364C7BD00B429B6 /* lvm.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598F71364C7BD00B429B6 /* lvm.h */; };
       
    60 		6195992D1364C7BD00B429B6 /* lzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598F81364C7BD00B429B6 /* lzio.c */; };
       
    61 		6195992E1364C7BD00B429B6 /* lzio.h in Headers */ = {isa = PBXBuildFile; fileRef = 619598F91364C7BD00B429B6 /* lzio.h */; };
       
    62 		6195992F1364C7BD00B429B6 /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = 619598FA1364C7BD00B429B6 /* print.c */; };
       
    63 		AA747D9F0F9514B9006C5449 /* Lua_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = AA747D9E0F9514B9006C5449 /* Lua_Prefix.pch */; };
       
    64 		AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
       
    65 /* End PBXBuildFile section */
       
    66 
       
    67 /* Begin PBXFileReference section */
       
    68 		619598C61364C7BD00B429B6 /* lapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lapi.c; path = ../lapi.c; sourceTree = SOURCE_ROOT; };
       
    69 		619598C71364C7BD00B429B6 /* lapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lapi.h; path = ../lapi.h; sourceTree = SOURCE_ROOT; };
       
    70 		619598C81364C7BD00B429B6 /* lauxlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lauxlib.c; path = ../lauxlib.c; sourceTree = SOURCE_ROOT; };
       
    71 		619598C91364C7BD00B429B6 /* lauxlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lauxlib.h; path = ../lauxlib.h; sourceTree = SOURCE_ROOT; };
       
    72 		619598CA1364C7BD00B429B6 /* lbaselib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lbaselib.c; path = ../lbaselib.c; sourceTree = SOURCE_ROOT; };
       
    73 		619598CB1364C7BD00B429B6 /* lcode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lcode.c; path = ../lcode.c; sourceTree = SOURCE_ROOT; };
       
    74 		619598CC1364C7BD00B429B6 /* lcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lcode.h; path = ../lcode.h; sourceTree = SOURCE_ROOT; };
       
    75 		619598CD1364C7BD00B429B6 /* ldblib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ldblib.c; path = ../ldblib.c; sourceTree = SOURCE_ROOT; };
       
    76 		619598CE1364C7BD00B429B6 /* ldebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ldebug.c; path = ../ldebug.c; sourceTree = SOURCE_ROOT; };
       
    77 		619598CF1364C7BD00B429B6 /* ldebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ldebug.h; path = ../ldebug.h; sourceTree = SOURCE_ROOT; };
       
    78 		619598D01364C7BD00B429B6 /* ldo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ldo.c; path = ../ldo.c; sourceTree = SOURCE_ROOT; };
       
    79 		619598D11364C7BD00B429B6 /* ldo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ldo.h; path = ../ldo.h; sourceTree = SOURCE_ROOT; };
       
    80 		619598D21364C7BD00B429B6 /* ldump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ldump.c; path = ../ldump.c; sourceTree = SOURCE_ROOT; };
       
    81 		619598D31364C7BD00B429B6 /* lfunc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lfunc.c; path = ../lfunc.c; sourceTree = SOURCE_ROOT; };
       
    82 		619598D41364C7BD00B429B6 /* lfunc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lfunc.h; path = ../lfunc.h; sourceTree = SOURCE_ROOT; };
       
    83 		619598D51364C7BD00B429B6 /* lgc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lgc.c; path = ../lgc.c; sourceTree = SOURCE_ROOT; };
       
    84 		619598D61364C7BD00B429B6 /* lgc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lgc.h; path = ../lgc.h; sourceTree = SOURCE_ROOT; };
       
    85 		619598D71364C7BD00B429B6 /* linit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = linit.c; path = ../linit.c; sourceTree = SOURCE_ROOT; };
       
    86 		619598D81364C7BD00B429B6 /* liolib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = liolib.c; path = ../liolib.c; sourceTree = SOURCE_ROOT; };
       
    87 		619598D91364C7BD00B429B6 /* llex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = llex.c; path = ../llex.c; sourceTree = SOURCE_ROOT; };
       
    88 		619598DA1364C7BD00B429B6 /* llex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = llex.h; path = ../llex.h; sourceTree = SOURCE_ROOT; };
       
    89 		619598DB1364C7BD00B429B6 /* llimits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = llimits.h; path = ../llimits.h; sourceTree = SOURCE_ROOT; };
       
    90 		619598DC1364C7BD00B429B6 /* lmathlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lmathlib.c; path = ../lmathlib.c; sourceTree = SOURCE_ROOT; };
       
    91 		619598DD1364C7BD00B429B6 /* lmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lmem.c; path = ../lmem.c; sourceTree = SOURCE_ROOT; };
       
    92 		619598DE1364C7BD00B429B6 /* lmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lmem.h; path = ../lmem.h; sourceTree = SOURCE_ROOT; };
       
    93 		619598DF1364C7BD00B429B6 /* loadlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loadlib.c; path = ../loadlib.c; sourceTree = SOURCE_ROOT; };
       
    94 		619598E01364C7BD00B429B6 /* lobject.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lobject.c; path = ../lobject.c; sourceTree = SOURCE_ROOT; };
       
    95 		619598E11364C7BD00B429B6 /* lobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lobject.h; path = ../lobject.h; sourceTree = SOURCE_ROOT; };
       
    96 		619598E21364C7BD00B429B6 /* lopcodes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lopcodes.c; path = ../lopcodes.c; sourceTree = SOURCE_ROOT; };
       
    97 		619598E31364C7BD00B429B6 /* lopcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lopcodes.h; path = ../lopcodes.h; sourceTree = SOURCE_ROOT; };
       
    98 		619598E41364C7BD00B429B6 /* loslib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = loslib.c; path = ../loslib.c; sourceTree = SOURCE_ROOT; };
       
    99 		619598E51364C7BD00B429B6 /* lparser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lparser.c; path = ../lparser.c; sourceTree = SOURCE_ROOT; };
       
   100 		619598E61364C7BD00B429B6 /* lparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lparser.h; path = ../lparser.h; sourceTree = SOURCE_ROOT; };
       
   101 		619598E71364C7BD00B429B6 /* lstate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lstate.c; path = ../lstate.c; sourceTree = SOURCE_ROOT; };
       
   102 		619598E81364C7BD00B429B6 /* lstate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lstate.h; path = ../lstate.h; sourceTree = SOURCE_ROOT; };
       
   103 		619598E91364C7BD00B429B6 /* lstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lstring.c; path = ../lstring.c; sourceTree = SOURCE_ROOT; };
       
   104 		619598EA1364C7BD00B429B6 /* lstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lstring.h; path = ../lstring.h; sourceTree = SOURCE_ROOT; };
       
   105 		619598EB1364C7BD00B429B6 /* lstrlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lstrlib.c; path = ../lstrlib.c; sourceTree = SOURCE_ROOT; };
       
   106 		619598EC1364C7BD00B429B6 /* ltable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ltable.c; path = ../ltable.c; sourceTree = SOURCE_ROOT; };
       
   107 		619598ED1364C7BD00B429B6 /* ltable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ltable.h; path = ../ltable.h; sourceTree = SOURCE_ROOT; };
       
   108 		619598EE1364C7BD00B429B6 /* ltablib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ltablib.c; path = ../ltablib.c; sourceTree = SOURCE_ROOT; };
       
   109 		619598EF1364C7BD00B429B6 /* ltm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ltm.c; path = ../ltm.c; sourceTree = SOURCE_ROOT; };
       
   110 		619598F01364C7BD00B429B6 /* ltm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ltm.h; path = ../ltm.h; sourceTree = SOURCE_ROOT; };
       
   111 		619598F11364C7BD00B429B6 /* lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lua.h; path = ../lua.h; sourceTree = SOURCE_ROOT; };
       
   112 		619598F21364C7BD00B429B6 /* luaconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = luaconf.h; path = ../luaconf.h; sourceTree = SOURCE_ROOT; };
       
   113 		619598F31364C7BD00B429B6 /* lualib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lualib.h; path = ../lualib.h; sourceTree = SOURCE_ROOT; };
       
   114 		619598F41364C7BD00B429B6 /* lundump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lundump.c; path = ../lundump.c; sourceTree = SOURCE_ROOT; };
       
   115 		619598F51364C7BD00B429B6 /* lundump.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lundump.h; path = ../lundump.h; sourceTree = SOURCE_ROOT; };
       
   116 		619598F61364C7BD00B429B6 /* lvm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lvm.c; path = ../lvm.c; sourceTree = SOURCE_ROOT; };
       
   117 		619598F71364C7BD00B429B6 /* lvm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lvm.h; path = ../lvm.h; sourceTree = SOURCE_ROOT; };
       
   118 		619598F81364C7BD00B429B6 /* lzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lzio.c; path = ../lzio.c; sourceTree = SOURCE_ROOT; };
       
   119 		619598F91364C7BD00B429B6 /* lzio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lzio.h; path = ../lzio.h; sourceTree = SOURCE_ROOT; };
       
   120 		619598FA1364C7BD00B429B6 /* print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = print.c; path = ../print.c; sourceTree = SOURCE_ROOT; };
       
   121 		AA747D9E0F9514B9006C5449 /* Lua_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lua_Prefix.pch; sourceTree = SOURCE_ROOT; };
       
   122 		AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
       
   123 		D2AAC07E0554694100DB518D /* libLua.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libLua.a; sourceTree = BUILT_PRODUCTS_DIR; };
       
   124 /* End PBXFileReference section */
       
   125 
       
   126 /* Begin PBXFrameworksBuildPhase section */
       
   127 		D2AAC07C0554694100DB518D /* Frameworks */ = {
       
   128 			isa = PBXFrameworksBuildPhase;
       
   129 			buildActionMask = 2147483647;
       
   130 			files = (
       
   131 				AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
       
   132 			);
       
   133 			runOnlyForDeploymentPostprocessing = 0;
       
   134 		};
       
   135 /* End PBXFrameworksBuildPhase section */
       
   136 
       
   137 /* Begin PBXGroup section */
       
   138 		034768DFFF38A50411DB9C8B /* Products */ = {
       
   139 			isa = PBXGroup;
       
   140 			children = (
       
   141 				D2AAC07E0554694100DB518D /* libLua.a */,
       
   142 			);
       
   143 			name = Products;
       
   144 			sourceTree = "<group>";
       
   145 		};
       
   146 		0867D691FE84028FC02AAC07 /* Lua */ = {
       
   147 			isa = PBXGroup;
       
   148 			children = (
       
   149 				08FB77AEFE84172EC02AAC07 /* Sources */,
       
   150 				32C88DFF0371C24200C91783 /* Other Sources */,
       
   151 				0867D69AFE84028FC02AAC07 /* Frameworks */,
       
   152 				034768DFFF38A50411DB9C8B /* Products */,
       
   153 			);
       
   154 			name = Lua;
       
   155 			sourceTree = "<group>";
       
   156 		};
       
   157 		0867D69AFE84028FC02AAC07 /* Frameworks */ = {
       
   158 			isa = PBXGroup;
       
   159 			children = (
       
   160 				AACBBE490F95108600F1A2B1 /* Foundation.framework */,
       
   161 			);
       
   162 			name = Frameworks;
       
   163 			sourceTree = "<group>";
       
   164 		};
       
   165 		08FB77AEFE84172EC02AAC07 /* Sources */ = {
       
   166 			isa = PBXGroup;
       
   167 			children = (
       
   168 				619598C61364C7BD00B429B6 /* lapi.c */,
       
   169 				619598C71364C7BD00B429B6 /* lapi.h */,
       
   170 				619598C81364C7BD00B429B6 /* lauxlib.c */,
       
   171 				619598C91364C7BD00B429B6 /* lauxlib.h */,
       
   172 				619598CA1364C7BD00B429B6 /* lbaselib.c */,
       
   173 				619598CB1364C7BD00B429B6 /* lcode.c */,
       
   174 				619598CC1364C7BD00B429B6 /* lcode.h */,
       
   175 				619598CD1364C7BD00B429B6 /* ldblib.c */,
       
   176 				619598CE1364C7BD00B429B6 /* ldebug.c */,
       
   177 				619598CF1364C7BD00B429B6 /* ldebug.h */,
       
   178 				619598D01364C7BD00B429B6 /* ldo.c */,
       
   179 				619598D11364C7BD00B429B6 /* ldo.h */,
       
   180 				619598D21364C7BD00B429B6 /* ldump.c */,
       
   181 				619598D31364C7BD00B429B6 /* lfunc.c */,
       
   182 				619598D41364C7BD00B429B6 /* lfunc.h */,
       
   183 				619598D51364C7BD00B429B6 /* lgc.c */,
       
   184 				619598D61364C7BD00B429B6 /* lgc.h */,
       
   185 				619598D71364C7BD00B429B6 /* linit.c */,
       
   186 				619598D81364C7BD00B429B6 /* liolib.c */,
       
   187 				619598D91364C7BD00B429B6 /* llex.c */,
       
   188 				619598DA1364C7BD00B429B6 /* llex.h */,
       
   189 				619598DB1364C7BD00B429B6 /* llimits.h */,
       
   190 				619598DC1364C7BD00B429B6 /* lmathlib.c */,
       
   191 				619598DD1364C7BD00B429B6 /* lmem.c */,
       
   192 				619598DE1364C7BD00B429B6 /* lmem.h */,
       
   193 				619598DF1364C7BD00B429B6 /* loadlib.c */,
       
   194 				619598E01364C7BD00B429B6 /* lobject.c */,
       
   195 				619598E11364C7BD00B429B6 /* lobject.h */,
       
   196 				619598E21364C7BD00B429B6 /* lopcodes.c */,
       
   197 				619598E31364C7BD00B429B6 /* lopcodes.h */,
       
   198 				619598E41364C7BD00B429B6 /* loslib.c */,
       
   199 				619598E51364C7BD00B429B6 /* lparser.c */,
       
   200 				619598E61364C7BD00B429B6 /* lparser.h */,
       
   201 				619598E71364C7BD00B429B6 /* lstate.c */,
       
   202 				619598E81364C7BD00B429B6 /* lstate.h */,
       
   203 				619598E91364C7BD00B429B6 /* lstring.c */,
       
   204 				619598EA1364C7BD00B429B6 /* lstring.h */,
       
   205 				619598EB1364C7BD00B429B6 /* lstrlib.c */,
       
   206 				619598EC1364C7BD00B429B6 /* ltable.c */,
       
   207 				619598ED1364C7BD00B429B6 /* ltable.h */,
       
   208 				619598EE1364C7BD00B429B6 /* ltablib.c */,
       
   209 				619598EF1364C7BD00B429B6 /* ltm.c */,
       
   210 				619598F01364C7BD00B429B6 /* ltm.h */,
       
   211 				619598F11364C7BD00B429B6 /* lua.h */,
       
   212 				619598F21364C7BD00B429B6 /* luaconf.h */,
       
   213 				619598F31364C7BD00B429B6 /* lualib.h */,
       
   214 				619598F41364C7BD00B429B6 /* lundump.c */,
       
   215 				619598F51364C7BD00B429B6 /* lundump.h */,
       
   216 				619598F61364C7BD00B429B6 /* lvm.c */,
       
   217 				619598F71364C7BD00B429B6 /* lvm.h */,
       
   218 				619598F81364C7BD00B429B6 /* lzio.c */,
       
   219 				619598F91364C7BD00B429B6 /* lzio.h */,
       
   220 				619598FA1364C7BD00B429B6 /* print.c */,
       
   221 			);
       
   222 			name = Sources;
       
   223 			sourceTree = "<group>";
       
   224 		};
       
   225 		32C88DFF0371C24200C91783 /* Other Sources */ = {
       
   226 			isa = PBXGroup;
       
   227 			children = (
       
   228 				AA747D9E0F9514B9006C5449 /* Lua_Prefix.pch */,
       
   229 			);
       
   230 			name = "Other Sources";
       
   231 			sourceTree = "<group>";
       
   232 		};
       
   233 /* End PBXGroup section */
       
   234 
       
   235 /* Begin PBXHeadersBuildPhase section */
       
   236 		D2AAC07A0554694100DB518D /* Headers */ = {
       
   237 			isa = PBXHeadersBuildPhase;
       
   238 			buildActionMask = 2147483647;
       
   239 			files = (
       
   240 				AA747D9F0F9514B9006C5449 /* Lua_Prefix.pch in Headers */,
       
   241 				619598FC1364C7BD00B429B6 /* lapi.h in Headers */,
       
   242 				619598FE1364C7BD00B429B6 /* lauxlib.h in Headers */,
       
   243 				619599011364C7BD00B429B6 /* lcode.h in Headers */,
       
   244 				619599041364C7BD00B429B6 /* ldebug.h in Headers */,
       
   245 				619599061364C7BD00B429B6 /* ldo.h in Headers */,
       
   246 				619599091364C7BD00B429B6 /* lfunc.h in Headers */,
       
   247 				6195990B1364C7BD00B429B6 /* lgc.h in Headers */,
       
   248 				6195990F1364C7BD00B429B6 /* llex.h in Headers */,
       
   249 				619599101364C7BD00B429B6 /* llimits.h in Headers */,
       
   250 				619599131364C7BD00B429B6 /* lmem.h in Headers */,
       
   251 				619599161364C7BD00B429B6 /* lobject.h in Headers */,
       
   252 				619599181364C7BD00B429B6 /* lopcodes.h in Headers */,
       
   253 				6195991B1364C7BD00B429B6 /* lparser.h in Headers */,
       
   254 				6195991D1364C7BD00B429B6 /* lstate.h in Headers */,
       
   255 				6195991F1364C7BD00B429B6 /* lstring.h in Headers */,
       
   256 				619599221364C7BD00B429B6 /* ltable.h in Headers */,
       
   257 				619599251364C7BD00B429B6 /* ltm.h in Headers */,
       
   258 				619599261364C7BD00B429B6 /* lua.h in Headers */,
       
   259 				619599271364C7BD00B429B6 /* luaconf.h in Headers */,
       
   260 				619599281364C7BD00B429B6 /* lualib.h in Headers */,
       
   261 				6195992A1364C7BD00B429B6 /* lundump.h in Headers */,
       
   262 				6195992C1364C7BD00B429B6 /* lvm.h in Headers */,
       
   263 				6195992E1364C7BD00B429B6 /* lzio.h in Headers */,
       
   264 			);
       
   265 			runOnlyForDeploymentPostprocessing = 0;
       
   266 		};
       
   267 /* End PBXHeadersBuildPhase section */
       
   268 
       
   269 /* Begin PBXNativeTarget section */
       
   270 		D2AAC07D0554694100DB518D /* libLua */ = {
       
   271 			isa = PBXNativeTarget;
       
   272 			buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "libLua" */;
       
   273 			buildPhases = (
       
   274 				D2AAC07A0554694100DB518D /* Headers */,
       
   275 				D2AAC07B0554694100DB518D /* Sources */,
       
   276 				D2AAC07C0554694100DB518D /* Frameworks */,
       
   277 			);
       
   278 			buildRules = (
       
   279 			);
       
   280 			dependencies = (
       
   281 			);
       
   282 			name = libLua;
       
   283 			productName = Lua;
       
   284 			productReference = D2AAC07E0554694100DB518D /* libLua.a */;
       
   285 			productType = "com.apple.product-type.library.static";
       
   286 		};
       
   287 /* End PBXNativeTarget section */
       
   288 
       
   289 /* Begin PBXProject section */
       
   290 		0867D690FE84028FC02AAC07 /* Project object */ = {
       
   291 			isa = PBXProject;
       
   292 			buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Lua" */;
       
   293 			compatibilityVersion = "Xcode 3.1";
       
   294 			developmentRegion = English;
       
   295 			hasScannedForEncodings = 1;
       
   296 			knownRegions = (
       
   297 				English,
       
   298 				Japanese,
       
   299 				French,
       
   300 				German,
       
   301 			);
       
   302 			mainGroup = 0867D691FE84028FC02AAC07 /* Lua */;
       
   303 			productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
       
   304 			projectDirPath = "";
       
   305 			projectRoot = "";
       
   306 			targets = (
       
   307 				D2AAC07D0554694100DB518D /* libLua */,
       
   308 			);
       
   309 		};
       
   310 /* End PBXProject section */
       
   311 
       
   312 /* Begin PBXSourcesBuildPhase section */
       
   313 		D2AAC07B0554694100DB518D /* Sources */ = {
       
   314 			isa = PBXSourcesBuildPhase;
       
   315 			buildActionMask = 2147483647;
       
   316 			files = (
       
   317 				619598FB1364C7BD00B429B6 /* lapi.c in Sources */,
       
   318 				619598FD1364C7BD00B429B6 /* lauxlib.c in Sources */,
       
   319 				619598FF1364C7BD00B429B6 /* lbaselib.c in Sources */,
       
   320 				619599001364C7BD00B429B6 /* lcode.c in Sources */,
       
   321 				619599021364C7BD00B429B6 /* ldblib.c in Sources */,
       
   322 				619599031364C7BD00B429B6 /* ldebug.c in Sources */,
       
   323 				619599051364C7BD00B429B6 /* ldo.c in Sources */,
       
   324 				619599071364C7BD00B429B6 /* ldump.c in Sources */,
       
   325 				619599081364C7BD00B429B6 /* lfunc.c in Sources */,
       
   326 				6195990A1364C7BD00B429B6 /* lgc.c in Sources */,
       
   327 				6195990C1364C7BD00B429B6 /* linit.c in Sources */,
       
   328 				6195990D1364C7BD00B429B6 /* liolib.c in Sources */,
       
   329 				6195990E1364C7BD00B429B6 /* llex.c in Sources */,
       
   330 				619599111364C7BD00B429B6 /* lmathlib.c in Sources */,
       
   331 				619599121364C7BD00B429B6 /* lmem.c in Sources */,
       
   332 				619599141364C7BD00B429B6 /* loadlib.c in Sources */,
       
   333 				619599151364C7BD00B429B6 /* lobject.c in Sources */,
       
   334 				619599171364C7BD00B429B6 /* lopcodes.c in Sources */,
       
   335 				619599191364C7BD00B429B6 /* loslib.c in Sources */,
       
   336 				6195991A1364C7BD00B429B6 /* lparser.c in Sources */,
       
   337 				6195991C1364C7BD00B429B6 /* lstate.c in Sources */,
       
   338 				6195991E1364C7BD00B429B6 /* lstring.c in Sources */,
       
   339 				619599201364C7BD00B429B6 /* lstrlib.c in Sources */,
       
   340 				619599211364C7BD00B429B6 /* ltable.c in Sources */,
       
   341 				619599231364C7BD00B429B6 /* ltablib.c in Sources */,
       
   342 				619599241364C7BD00B429B6 /* ltm.c in Sources */,
       
   343 				619599291364C7BD00B429B6 /* lundump.c in Sources */,
       
   344 				6195992B1364C7BD00B429B6 /* lvm.c in Sources */,
       
   345 				6195992D1364C7BD00B429B6 /* lzio.c in Sources */,
       
   346 				6195992F1364C7BD00B429B6 /* print.c in Sources */,
       
   347 			);
       
   348 			runOnlyForDeploymentPostprocessing = 0;
       
   349 		};
       
   350 /* End PBXSourcesBuildPhase section */
       
   351 
       
   352 /* Begin XCBuildConfiguration section */
       
   353 		1DEB921F08733DC00010E9CD /* Debug */ = {
       
   354 			isa = XCBuildConfiguration;
       
   355 			buildSettings = {
       
   356 				ALWAYS_SEARCH_USER_PATHS = NO;
       
   357 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
       
   358 				COPY_PHASE_STRIP = NO;
       
   359 				DSTROOT = /tmp/Lua.dst;
       
   360 				GCC_DYNAMIC_NO_PIC = NO;
       
   361 				GCC_ENABLE_FIX_AND_CONTINUE = YES;
       
   362 				GCC_MODEL_TUNING = G5;
       
   363 				GCC_OPTIMIZATION_LEVEL = 0;
       
   364 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
       
   365 				GCC_PREFIX_HEADER = Lua_Prefix.pch;
       
   366 				INSTALL_PATH = /usr/local/lib;
       
   367 				PRODUCT_NAME = Lua;
       
   368 			};
       
   369 			name = Debug;
       
   370 		};
       
   371 		1DEB922008733DC00010E9CD /* Release */ = {
       
   372 			isa = XCBuildConfiguration;
       
   373 			buildSettings = {
       
   374 				ALWAYS_SEARCH_USER_PATHS = NO;
       
   375 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
       
   376 				DSTROOT = /tmp/Lua.dst;
       
   377 				GCC_MODEL_TUNING = G5;
       
   378 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
       
   379 				GCC_PREFIX_HEADER = Lua_Prefix.pch;
       
   380 				INSTALL_PATH = /usr/local/lib;
       
   381 				PRODUCT_NAME = Lua;
       
   382 			};
       
   383 			name = Release;
       
   384 		};
       
   385 		1DEB922308733DC00010E9CD /* Debug */ = {
       
   386 			isa = XCBuildConfiguration;
       
   387 			buildSettings = {
       
   388 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
       
   389 				GCC_C_LANGUAGE_STANDARD = c99;
       
   390 				GCC_OPTIMIZATION_LEVEL = 0;
       
   391 				GCC_THUMB_SUPPORT = NO;
       
   392 				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
       
   393 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
       
   394 				GCC_WARN_UNUSED_VARIABLE = YES;
       
   395 				OTHER_LDFLAGS = "-ObjC";
       
   396 				PREBINDING = NO;
       
   397 				SDKROOT = iphoneos;
       
   398 			};
       
   399 			name = Debug;
       
   400 		};
       
   401 		1DEB922408733DC00010E9CD /* Release */ = {
       
   402 			isa = XCBuildConfiguration;
       
   403 			buildSettings = {
       
   404 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
       
   405 				GCC_C_LANGUAGE_STANDARD = c99;
       
   406 				GCC_THUMB_SUPPORT = NO;
       
   407 				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
       
   408 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
       
   409 				GCC_WARN_UNUSED_VARIABLE = YES;
       
   410 				OTHER_LDFLAGS = "-ObjC";
       
   411 				PREBINDING = NO;
       
   412 				SDKROOT = iphoneos;
       
   413 			};
       
   414 			name = Release;
       
   415 		};
       
   416 /* End XCBuildConfiguration section */
       
   417 
       
   418 /* Begin XCConfigurationList section */
       
   419 		1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "libLua" */ = {
       
   420 			isa = XCConfigurationList;
       
   421 			buildConfigurations = (
       
   422 				1DEB921F08733DC00010E9CD /* Debug */,
       
   423 				1DEB922008733DC00010E9CD /* Release */,
       
   424 			);
       
   425 			defaultConfigurationIsVisible = 0;
       
   426 			defaultConfigurationName = Release;
       
   427 		};
       
   428 		1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Lua" */ = {
       
   429 			isa = XCConfigurationList;
       
   430 			buildConfigurations = (
       
   431 				1DEB922308733DC00010E9CD /* Debug */,
       
   432 				1DEB922408733DC00010E9CD /* Release */,
       
   433 			);
       
   434 			defaultConfigurationIsVisible = 0;
       
   435 			defaultConfigurationName = Release;
       
   436 		};
       
   437 /* End XCConfigurationList section */
       
   438 	};
       
   439 	rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
       
   440 }