diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-10-27 19:12:19 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-11-01 23:46:57 +0100 |
commit | 9630fd9145d4d5c3a46dc51dde4a433d3a7b6c9a (patch) | |
tree | 5084e69b62acba5ed24b35bd3eedcd7304397e74 /ios/MuPDF.xcodeproj | |
parent | ec4f3a97478dafba2338a3fb1dbb01abbe69b7d6 (diff) | |
download | mupdf-9630fd9145d4d5c3a46dc51dde4a433d3a7b6c9a.tar.xz |
Show "loading" message while rendering in background.
Diffstat (limited to 'ios/MuPDF.xcodeproj')
-rw-r--r-- | ios/MuPDF.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/MuPDF.xcodeproj/project.pbxproj b/ios/MuPDF.xcodeproj/project.pbxproj index a70ca95e..6c8be45e 100644 --- a/ios/MuPDF.xcodeproj/project.pbxproj +++ b/ios/MuPDF.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 96476B4614599D9400EA67C0 /* loading.png in Resources */ = {isa = PBXBuildFile; fileRef = 96476B4514599D9400EA67C0 /* loading.png */; }; 968F2E9C14539C880085264E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 968F2E9B14539C880085264E /* UIKit.framework */; }; 968F2E9E14539C880085264E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 968F2E9D14539C880085264E /* Foundation.framework */; }; 968F2EA014539C880085264E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 968F2E9F14539C880085264E /* CoreGraphics.framework */; }; @@ -22,6 +23,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 96476B4514599D9400EA67C0 /* loading.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading.png; sourceTree = "<group>"; }; 968F2E8E14539BEB0085264E /* build_libs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_libs.sh; sourceTree = "<group>"; }; 968F2E8F14539BEB0085264E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 968F2E9014539BEB0085264E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; @@ -64,6 +66,7 @@ 968F2E9214539BF10085264E /* Sources */ = { isa = PBXGroup; children = ( + 96476B4514599D9400EA67C0 /* loading.png */, 968F2E8E14539BEB0085264E /* build_libs.sh */, 968F2E8F14539BEB0085264E /* Info.plist */, 968F2E9014539BEB0085264E /* main.m */, @@ -165,6 +168,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 96476B4614599D9400EA67C0 /* loading.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; |