|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + C31C79B62906A6260030F3AC /* GlkEventState.m in Sources */ = {isa = PBXBuildFile; fileRef = C31C79B42906A6260030F3AC /* GlkEventState.m */; }; |
10 | 11 | C3A4D0AB28FF975E00FE34E5 /* ShareFiles.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C3A4D0A628FF975D00FE34E5 /* ShareFiles.storyboard */; };
|
11 | 12 | C3A4D0AC28FF975E00FE34E5 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C3A4D0A728FF975D00FE34E5 /* MainStoryboard.storyboard */; };
|
12 | 13 | C3A4D0AD28FF975E00FE34E5 /* Transcript.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C3A4D0A828FF975E00FE34E5 /* Transcript.storyboard */; };
|
|
242 | 243 | /* End PBXBuildFile section */
|
243 | 244 |
|
244 | 245 | /* Begin PBXFileReference section */
|
| 246 | + C31C79B42906A6260030F3AC /* GlkEventState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GlkEventState.m; sourceTree = "<group>"; }; |
| 247 | + C31C79B52906A6260030F3AC /* GlkEventState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlkEventState.h; sourceTree = "<group>"; }; |
245 | 248 | C3A4D0A628FF975D00FE34E5 /* ShareFiles.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ShareFiles.storyboard; sourceTree = "<group>"; };
|
246 | 249 | C3A4D0A728FF975D00FE34E5 /* MainStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MainStoryboard.storyboard; sourceTree = "<group>"; };
|
247 | 250 | C3A4D0A828FF975E00FE34E5 /* Transcript.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Transcript.storyboard; sourceTree = "<group>"; };
|
|
382 | 385 | DF9A83C714E0D825002C2FCB /* glk_filesys_if.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glk_filesys_if.h; sourceTree = "<group>"; };
|
383 | 386 | DF9A83C814E0D825002C2FCB /* glk_interface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = glk_interface.c; sourceTree = "<group>"; };
|
384 | 387 | DF9A83C914E0D825002C2FCB /* glk_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glk_interface.h; sourceTree = "<group>"; };
|
385 |
| - DF9A83CA14E0D825002C2FCB /* glk_screen_if.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = glk_screen_if.c; sourceTree = "<group>"; }; |
| 388 | + DF9A83CA14E0D825002C2FCB /* glk_screen_if.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; indentWidth = 2; path = glk_screen_if.c; sourceTree = "<group>"; tabWidth = 2; }; |
386 | 389 | DF9A83CB14E0D825002C2FCB /* glk_screen_if.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glk_screen_if.h; sourceTree = "<group>"; };
|
387 | 390 | DF9A83D414E0D994002C2FCB /* blorb_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blorb_interface.h; sourceTree = "<group>"; };
|
388 | 391 | DF9A83D614E0D994002C2FCB /* filesys_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filesys_interface.h; sourceTree = "<group>"; };
|
|
440 | 443 | DF9A840D14E0D994002C2FCB /* variable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = variable.h; sourceTree = "<group>"; };
|
441 | 444 | DF9A840E14E0D994002C2FCB /* wordwrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wordwrap.c; sourceTree = "<group>"; };
|
442 | 445 | DF9A840F14E0D994002C2FCB /* wordwrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wordwrap.h; sourceTree = "<group>"; };
|
443 |
| - DF9A841014E0D994002C2FCB /* zpu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zpu.c; sourceTree = "<group>"; }; |
| 446 | + DF9A841014E0D994002C2FCB /* zpu.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; indentWidth = 2; path = zpu.c; sourceTree = "<group>"; tabWidth = 2; }; |
444 | 447 | DF9A841114E0D994002C2FCB /* zpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zpu.h; sourceTree = "<group>"; };
|
445 | 448 | DF9A841214E0D994002C2FCB /* zscii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zscii.h; sourceTree = "<group>"; };
|
446 | 449 | DF9A841D14E0D994002C2FCB /* libfizmo_locales.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = libfizmo_locales.c; sourceTree = "<group>"; };
|
|
683 | 686 | DF19DDD514E89F8A007DCB29 /* IosGlkLibDelegate.m */,
|
684 | 687 | DF9A837614E0CD7C002C2FCB /* GlkAppWrapper.h */,
|
685 | 688 | DF9A837714E0CD7C002C2FCB /* GlkAppWrapper.m */,
|
| 689 | + C31C79B52906A6260030F3AC /* GlkEventState.h */, |
| 690 | + C31C79B42906A6260030F3AC /* GlkEventState.m */, |
686 | 691 | DF9A837814E0CD7C002C2FCB /* GlkFileSelectViewController.h */,
|
687 | 692 | DF9A837914E0CD7C002C2FCB /* GlkFileSelectViewController.m */,
|
688 | 693 | DF9A837A14E0CD7C002C2FCB /* GlkFrameView.h */,
|
|
1356 | 1361 | DF9A845C14E0D994002C2FCB /* text.c in Sources */,
|
1357 | 1362 | DF9A845D14E0D994002C2FCB /* undo.c in Sources */,
|
1358 | 1363 | DF9A845E14E0D994002C2FCB /* variable.c in Sources */,
|
| 1364 | + C31C79B62906A6260030F3AC /* GlkEventState.m in Sources */, |
1359 | 1365 | DF9A845F14E0D994002C2FCB /* wordwrap.c in Sources */,
|
1360 | 1366 | DF9A846014E0D994002C2FCB /* zpu.c in Sources */,
|
1361 | 1367 | DF9A846714E0D994002C2FCB /* libfizmo_locales.c in Sources */,
|
|
0 commit comments