summaryrefslogtreecommitdiff
path: root/ios/MuPDF.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'ios/MuPDF.xcodeproj/project.pbxproj')
-rw-r--r--ios/MuPDF.xcodeproj/project.pbxproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/MuPDF.xcodeproj/project.pbxproj b/ios/MuPDF.xcodeproj/project.pbxproj
index fade0624..61542780 100644
--- a/ios/MuPDF.xcodeproj/project.pbxproj
+++ b/ios/MuPDF.xcodeproj/project.pbxproj
@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
+ 9644E9A0146ACEC000E5B70A /* document.c in Sources */ = {isa = PBXBuildFile; fileRef = 9644E99E146ACEC000E5B70A /* document.c */; };
9683F619145F4F84000E1607 /* About.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 9683F618145F4F84000E1607 /* About.pdf */; };
968F2E9C14539C880085264E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 968F2E9B14539C880085264E /* UIKit.framework */; };
968F2E9E14539C880085264E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 968F2E9D14539C880085264E /* Foundation.framework */; };
@@ -36,6 +37,8 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
+ 9644E99E146ACEC000E5B70A /* document.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = document.c; sourceTree = "<group>"; };
+ 9644E99F146ACEC000E5B70A /* document.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = document.h; sourceTree = "<group>"; };
9683F618145F4F84000E1607 /* About.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = About.pdf; sourceTree = "<group>"; };
968461E214642DB00012AE09 /* libLibraries.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libLibraries.a; sourceTree = BUILT_PRODUCTS_DIR; };
968F2E8E14539BEB0085264E /* build_libs.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_libs.sh; sourceTree = "<group>"; };
@@ -89,6 +92,8 @@
96BD2B35145AC485001CEBC3 /* Icon-72.png */,
968F2E8F14539BEB0085264E /* Info.plist */,
968F2E8E14539BEB0085264E /* build_libs.sh */,
+ 9644E99E146ACEC000E5B70A /* document.c */,
+ 9644E99F146ACEC000E5B70A /* document.h */,
968F2E9014539BEB0085264E /* main.m */,
);
name = Sources;
@@ -245,6 +250,7 @@
buildActionMask = 2147483647;
files = (
968F2EB014539CDA0085264E /* main.m in Sources */,
+ 9644E9A0146ACEC000E5B70A /* document.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -362,6 +368,7 @@
968461EC14642DB00012AE09 /* Release */,
);
defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
};
968F2EAD14539C880085264E /* Build configuration list for PBXNativeTarget "MuPDF" */ = {
isa = XCConfigurationList;