author | Wuzzy <almikes@aol.com> |
Sun, 20 Nov 2016 04:21:24 +0100 | |
changeset 11967 | 7dd85fe00de3 |
parent 11313 | 4701700276f5 |
child 12868 | 81433734052e |
permissions | -rw-r--r-- |
5171 | 1 |
// !$*UTF8*$! |
2 |
{ |
|
3 |
archiveVersion = 1; |
|
4 |
classes = { |
|
5 |
}; |
|
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
6 |
objectVersion = 46; |
5171 | 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; |
|
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
292 |
attributes = { |
11313
4701700276f5
- 'iOS Deployment Target' bump to 8.0
antonc27 <antonc27@mail.ru>
parents:
11143
diff
changeset
|
293 |
LastUpgradeCheck = 0710; |
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
294 |
}; |
5171 | 295 |
buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Lua" */; |
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
296 |
compatibilityVersion = "Xcode 3.2"; |
5171 | 297 |
developmentRegion = English; |
298 |
hasScannedForEncodings = 1; |
|
299 |
knownRegions = ( |
|
300 |
English, |
|
301 |
Japanese, |
|
302 |
French, |
|
303 |
German, |
|
304 |
); |
|
305 |
mainGroup = 0867D691FE84028FC02AAC07 /* Lua */; |
|
306 |
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; |
|
307 |
projectDirPath = ""; |
|
308 |
projectRoot = ""; |
|
309 |
targets = ( |
|
310 |
D2AAC07D0554694100DB518D /* libLua */, |
|
311 |
); |
|
312 |
}; |
|
313 |
/* End PBXProject section */ |
|
314 |
||
315 |
/* Begin PBXSourcesBuildPhase section */ |
|
316 |
D2AAC07B0554694100DB518D /* Sources */ = { |
|
317 |
isa = PBXSourcesBuildPhase; |
|
318 |
buildActionMask = 2147483647; |
|
319 |
files = ( |
|
320 |
619598FB1364C7BD00B429B6 /* lapi.c in Sources */, |
|
321 |
619598FD1364C7BD00B429B6 /* lauxlib.c in Sources */, |
|
322 |
619598FF1364C7BD00B429B6 /* lbaselib.c in Sources */, |
|
323 |
619599001364C7BD00B429B6 /* lcode.c in Sources */, |
|
324 |
619599021364C7BD00B429B6 /* ldblib.c in Sources */, |
|
325 |
619599031364C7BD00B429B6 /* ldebug.c in Sources */, |
|
326 |
619599051364C7BD00B429B6 /* ldo.c in Sources */, |
|
327 |
619599071364C7BD00B429B6 /* ldump.c in Sources */, |
|
328 |
619599081364C7BD00B429B6 /* lfunc.c in Sources */, |
|
329 |
6195990A1364C7BD00B429B6 /* lgc.c in Sources */, |
|
330 |
6195990C1364C7BD00B429B6 /* linit.c in Sources */, |
|
331 |
6195990D1364C7BD00B429B6 /* liolib.c in Sources */, |
|
332 |
6195990E1364C7BD00B429B6 /* llex.c in Sources */, |
|
333 |
619599111364C7BD00B429B6 /* lmathlib.c in Sources */, |
|
334 |
619599121364C7BD00B429B6 /* lmem.c in Sources */, |
|
335 |
619599141364C7BD00B429B6 /* loadlib.c in Sources */, |
|
336 |
619599151364C7BD00B429B6 /* lobject.c in Sources */, |
|
337 |
619599171364C7BD00B429B6 /* lopcodes.c in Sources */, |
|
338 |
619599191364C7BD00B429B6 /* loslib.c in Sources */, |
|
339 |
6195991A1364C7BD00B429B6 /* lparser.c in Sources */, |
|
340 |
6195991C1364C7BD00B429B6 /* lstate.c in Sources */, |
|
341 |
6195991E1364C7BD00B429B6 /* lstring.c in Sources */, |
|
342 |
619599201364C7BD00B429B6 /* lstrlib.c in Sources */, |
|
343 |
619599211364C7BD00B429B6 /* ltable.c in Sources */, |
|
344 |
619599231364C7BD00B429B6 /* ltablib.c in Sources */, |
|
345 |
619599241364C7BD00B429B6 /* ltm.c in Sources */, |
|
346 |
619599291364C7BD00B429B6 /* lundump.c in Sources */, |
|
347 |
6195992B1364C7BD00B429B6 /* lvm.c in Sources */, |
|
348 |
6195992D1364C7BD00B429B6 /* lzio.c in Sources */, |
|
349 |
6195992F1364C7BD00B429B6 /* print.c in Sources */, |
|
350 |
); |
|
351 |
runOnlyForDeploymentPostprocessing = 0; |
|
352 |
}; |
|
353 |
/* End PBXSourcesBuildPhase section */ |
|
354 |
||
355 |
/* Begin XCBuildConfiguration section */ |
|
356 |
1DEB921F08733DC00010E9CD /* Debug */ = { |
|
357 |
isa = XCBuildConfiguration; |
|
358 |
buildSettings = { |
|
359 |
ALWAYS_SEARCH_USER_PATHS = NO; |
|
360 |
COPY_PHASE_STRIP = NO; |
|
361 |
DSTROOT = /tmp/Lua.dst; |
|
362 |
GCC_DYNAMIC_NO_PIC = NO; |
|
363 |
GCC_ENABLE_FIX_AND_CONTINUE = YES; |
|
364 |
GCC_MODEL_TUNING = G5; |
|
365 |
GCC_OPTIMIZATION_LEVEL = 0; |
|
366 |
GCC_PRECOMPILE_PREFIX_HEADER = YES; |
|
367 |
GCC_PREFIX_HEADER = Lua_Prefix.pch; |
|
368 |
INSTALL_PATH = /usr/local/lib; |
|
369 |
PRODUCT_NAME = Lua; |
|
11143 | 370 |
SKIP_INSTALL = YES; |
371 |
VALID_ARCHS = "armv7 x86_64 arm64"; |
|
5171 | 372 |
}; |
373 |
name = Debug; |
|
374 |
}; |
|
375 |
1DEB922008733DC00010E9CD /* Release */ = { |
|
376 |
isa = XCBuildConfiguration; |
|
377 |
buildSettings = { |
|
378 |
ALWAYS_SEARCH_USER_PATHS = NO; |
|
379 |
DSTROOT = /tmp/Lua.dst; |
|
380 |
GCC_MODEL_TUNING = G5; |
|
381 |
GCC_PRECOMPILE_PREFIX_HEADER = YES; |
|
382 |
GCC_PREFIX_HEADER = Lua_Prefix.pch; |
|
383 |
INSTALL_PATH = /usr/local/lib; |
|
384 |
PRODUCT_NAME = Lua; |
|
11143 | 385 |
SKIP_INSTALL = YES; |
386 |
VALID_ARCHS = "armv7 x86_64 arm64"; |
|
5171 | 387 |
}; |
388 |
name = Release; |
|
389 |
}; |
|
390 |
1DEB922308733DC00010E9CD /* Debug */ = { |
|
391 |
isa = XCBuildConfiguration; |
|
392 |
buildSettings = { |
|
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
393 |
CLANG_WARN_BOOL_CONVERSION = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
394 |
CLANG_WARN_CONSTANT_CONVERSION = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
395 |
CLANG_WARN_EMPTY_BODY = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
396 |
CLANG_WARN_ENUM_CONVERSION = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
397 |
CLANG_WARN_INT_CONVERSION = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
398 |
CLANG_WARN_UNREACHABLE_CODE = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
399 |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
400 |
ENABLE_STRICT_OBJC_MSGSEND = YES; |
11313
4701700276f5
- 'iOS Deployment Target' bump to 8.0
antonc27 <antonc27@mail.ru>
parents:
11143
diff
changeset
|
401 |
ENABLE_TESTABILITY = YES; |
5171 | 402 |
GCC_C_LANGUAGE_STANDARD = c99; |
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
403 |
GCC_NO_COMMON_BLOCKS = YES; |
5171 | 404 |
GCC_OPTIMIZATION_LEVEL = 0; |
405 |
GCC_THUMB_SUPPORT = NO; |
|
406 |
GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
|
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
407 |
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
5171 | 408 |
GCC_WARN_ABOUT_RETURN_TYPE = YES; |
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
409 |
GCC_WARN_UNDECLARED_SELECTOR = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
410 |
GCC_WARN_UNINITIALIZED_AUTOS = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
411 |
GCC_WARN_UNUSED_FUNCTION = YES; |
5171 | 412 |
GCC_WARN_UNUSED_VARIABLE = YES; |
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
413 |
IPHONEOS_DEPLOYMENT_TARGET = 7.0; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
414 |
ONLY_ACTIVE_ARCH = YES; |
5171 | 415 |
OTHER_LDFLAGS = "-ObjC"; |
416 |
PREBINDING = NO; |
|
417 |
SDKROOT = iphoneos; |
|
5172 | 418 |
TARGETED_DEVICE_FAMILY = "1,2"; |
11143 | 419 |
VALID_ARCHS = "armv7 armv7s arm64"; |
5171 | 420 |
}; |
421 |
name = Debug; |
|
422 |
}; |
|
423 |
1DEB922408733DC00010E9CD /* Release */ = { |
|
424 |
isa = XCBuildConfiguration; |
|
425 |
buildSettings = { |
|
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
426 |
CLANG_WARN_BOOL_CONVERSION = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
427 |
CLANG_WARN_CONSTANT_CONVERSION = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
428 |
CLANG_WARN_EMPTY_BODY = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
429 |
CLANG_WARN_ENUM_CONVERSION = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
430 |
CLANG_WARN_INT_CONVERSION = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
431 |
CLANG_WARN_UNREACHABLE_CODE = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
432 |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
433 |
ENABLE_STRICT_OBJC_MSGSEND = YES; |
5171 | 434 |
GCC_C_LANGUAGE_STANDARD = c99; |
5503
d8632f589008
use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
koda
parents:
5172
diff
changeset
|
435 |
GCC_FAST_MATH = YES; |
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
436 |
GCC_NO_COMMON_BLOCKS = YES; |
5171 | 437 |
GCC_THUMB_SUPPORT = NO; |
438 |
GCC_VERSION = com.apple.compilers.llvm.clang.1_0; |
|
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
439 |
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
5171 | 440 |
GCC_WARN_ABOUT_RETURN_TYPE = YES; |
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
441 |
GCC_WARN_UNDECLARED_SELECTOR = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
442 |
GCC_WARN_UNINITIALIZED_AUTOS = YES; |
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
443 |
GCC_WARN_UNUSED_FUNCTION = YES; |
5171 | 444 |
GCC_WARN_UNUSED_VARIABLE = YES; |
11079
2e025063ca12
- Xcode projects updated to recommended settings (auto done by Xcode)
antonc27 <antonc27@mail.ru>
parents:
6207
diff
changeset
|
445 |
IPHONEOS_DEPLOYMENT_TARGET = 7.0; |
5171 | 446 |
OTHER_LDFLAGS = "-ObjC"; |
447 |
PREBINDING = NO; |
|
448 |
SDKROOT = iphoneos; |
|
5172 | 449 |
TARGETED_DEVICE_FAMILY = "1,2"; |
11143 | 450 |
VALID_ARCHS = "armv7 armv7s arm64"; |
5171 | 451 |
}; |
452 |
name = Release; |
|
453 |
}; |
|
454 |
/* End XCBuildConfiguration section */ |
|
455 |
||
456 |
/* Begin XCConfigurationList section */ |
|
457 |
1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "libLua" */ = { |
|
458 |
isa = XCConfigurationList; |
|
459 |
buildConfigurations = ( |
|
460 |
1DEB921F08733DC00010E9CD /* Debug */, |
|
461 |
1DEB922008733DC00010E9CD /* Release */, |
|
462 |
); |
|
463 |
defaultConfigurationIsVisible = 0; |
|
464 |
defaultConfigurationName = Release; |
|
465 |
}; |
|
466 |
1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Lua" */ = { |
|
467 |
isa = XCConfigurationList; |
|
468 |
buildConfigurations = ( |
|
469 |
1DEB922308733DC00010E9CD /* Debug */, |
|
470 |
1DEB922408733DC00010E9CD /* Release */, |
|
471 |
); |
|
472 |
defaultConfigurationIsVisible = 0; |
|
473 |
defaultConfigurationName = Release; |
|
474 |
}; |
|
475 |
/* End XCConfigurationList section */ |
|
476 |
}; |
|
477 |
rootObject = 0867D690FE84028FC02AAC07 /* Project object */; |
|
478 |
} |