Skip to content

Commit af0da21

Browse files
committed
Update work with IosGlk ARC
1 parent 778e0f2 commit af0da21

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

IosFizmo-Prefix.pch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
#else
1111
#include "fizmo-config.h"
1212
#endif
13+
14+
#define IOS_GLK

IosFizmo.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
C31C79B62906A6260030F3AC /* GlkEventState.m in Sources */ = {isa = PBXBuildFile; fileRef = C31C79B42906A6260030F3AC /* GlkEventState.m */; };
1011
C3A4D0AB28FF975E00FE34E5 /* ShareFiles.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C3A4D0A628FF975D00FE34E5 /* ShareFiles.storyboard */; };
1112
C3A4D0AC28FF975E00FE34E5 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C3A4D0A728FF975D00FE34E5 /* MainStoryboard.storyboard */; };
1213
C3A4D0AD28FF975E00FE34E5 /* Transcript.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C3A4D0A828FF975E00FE34E5 /* Transcript.storyboard */; };
@@ -242,6 +243,8 @@
242243
/* End PBXBuildFile section */
243244

244245
/* 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>"; };
245248
C3A4D0A628FF975D00FE34E5 /* ShareFiles.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ShareFiles.storyboard; sourceTree = "<group>"; };
246249
C3A4D0A728FF975D00FE34E5 /* MainStoryboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MainStoryboard.storyboard; sourceTree = "<group>"; };
247250
C3A4D0A828FF975E00FE34E5 /* Transcript.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Transcript.storyboard; sourceTree = "<group>"; };
@@ -382,7 +385,7 @@
382385
DF9A83C714E0D825002C2FCB /* glk_filesys_if.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glk_filesys_if.h; sourceTree = "<group>"; };
383386
DF9A83C814E0D825002C2FCB /* glk_interface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = glk_interface.c; sourceTree = "<group>"; };
384387
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; };
386389
DF9A83CB14E0D825002C2FCB /* glk_screen_if.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glk_screen_if.h; sourceTree = "<group>"; };
387390
DF9A83D414E0D994002C2FCB /* blorb_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blorb_interface.h; sourceTree = "<group>"; };
388391
DF9A83D614E0D994002C2FCB /* filesys_interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filesys_interface.h; sourceTree = "<group>"; };
@@ -440,7 +443,7 @@
440443
DF9A840D14E0D994002C2FCB /* variable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = variable.h; sourceTree = "<group>"; };
441444
DF9A840E14E0D994002C2FCB /* wordwrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wordwrap.c; sourceTree = "<group>"; };
442445
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; };
444447
DF9A841114E0D994002C2FCB /* zpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zpu.h; sourceTree = "<group>"; };
445448
DF9A841214E0D994002C2FCB /* zscii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zscii.h; sourceTree = "<group>"; };
446449
DF9A841D14E0D994002C2FCB /* libfizmo_locales.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = libfizmo_locales.c; sourceTree = "<group>"; };
@@ -683,6 +686,8 @@
683686
DF19DDD514E89F8A007DCB29 /* IosGlkLibDelegate.m */,
684687
DF9A837614E0CD7C002C2FCB /* GlkAppWrapper.h */,
685688
DF9A837714E0CD7C002C2FCB /* GlkAppWrapper.m */,
689+
C31C79B52906A6260030F3AC /* GlkEventState.h */,
690+
C31C79B42906A6260030F3AC /* GlkEventState.m */,
686691
DF9A837814E0CD7C002C2FCB /* GlkFileSelectViewController.h */,
687692
DF9A837914E0CD7C002C2FCB /* GlkFileSelectViewController.m */,
688693
DF9A837A14E0CD7C002C2FCB /* GlkFrameView.h */,
@@ -1356,6 +1361,7 @@
13561361
DF9A845C14E0D994002C2FCB /* text.c in Sources */,
13571362
DF9A845D14E0D994002C2FCB /* undo.c in Sources */,
13581363
DF9A845E14E0D994002C2FCB /* variable.c in Sources */,
1364+
C31C79B62906A6260030F3AC /* GlkEventState.m in Sources */,
13591365
DF9A845F14E0D994002C2FCB /* wordwrap.c in Sources */,
13601366
DF9A846014E0D994002C2FCB /* zpu.c in Sources */,
13611367
DF9A846714E0D994002C2FCB /* libfizmo_locales.c in Sources */,

0 commit comments

Comments
 (0)