From 23e4c17ed59124765161702520dfc346af5702af Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Fri, 10 Jan 2014 14:56:45 +0000 Subject: iOS: correctly handle document changes that may affect several pages Interaction with forms may change several pages, so all pages currently represented by view need updating. --- platform/ios/MuPDF.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/ios/MuPDF.xcodeproj') diff --git a/platform/ios/MuPDF.xcodeproj/project.pbxproj b/platform/ios/MuPDF.xcodeproj/project.pbxproj index 492ea205..bb5f7a46 100644 --- a/platform/ios/MuPDF.xcodeproj/project.pbxproj +++ b/platform/ios/MuPDF.xcodeproj/project.pbxproj @@ -99,6 +99,7 @@ 96E1CDEB1779A60700FCF717 /* iTunesArtwork.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = iTunesArtwork.png; sourceTree = ""; }; 96E1CDEC1779A60700FCF717 /* x_alt_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = x_alt_blue.png; sourceTree = ""; }; 96E1CDED1779A60700FCF717 /* x_alt_blue@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "x_alt_blue@2x.png"; sourceTree = ""; }; + DA012CA218803D1C00E47712 /* MuUpdater.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MuUpdater.h; path = Classes/MuUpdater.h; sourceTree = ""; }; DA1C689817E85E8E0061F586 /* MuLibraryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MuLibraryController.h; path = Classes/MuLibraryController.h; sourceTree = ""; }; DA1C689917E85E8E0061F586 /* MuLibraryController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MuLibraryController.m; path = Classes/MuLibraryController.m; sourceTree = ""; }; DA1C689C17E861020061F586 /* MuOutlineController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MuOutlineController.h; path = Classes/MuOutlineController.h; sourceTree = ""; }; @@ -290,6 +291,7 @@ DAFF997A187C12430081C756 /* MuChoiceFieldController.xib */, DAF81D5918800D1800B0F028 /* TapImage.h */, DAF81D5A18800D1800B0F028 /* TapImage.m */, + DA012CA218803D1C00E47712 /* MuUpdater.h */, ); name = Classes; sourceTree = ""; -- cgit v1.2.3