PDFViewer.xcodeproj/project.pbxproj
changeset 0 c344b61ddaf6
child 6 c09c88f2a410
new file mode 100644
--- /dev/null
+++ b/PDFViewer.xcodeproj/project.pbxproj
@@ -0,0 +1,325 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 46;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		B24D2B281E89D5D600687DA8 /* PDFViewer.m in Sources */ = {isa = PBXBuildFile; fileRef = B24D2B271E89D5D600687DA8 /* PDFViewer.m */; };
+		B24D2B2F1E89D65500687DA8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B24D2B2B1E89D65500687DA8 /* AppDelegate.m */; };
+		B24D2B341E89D85D00687DA8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B24D2B331E89D85D00687DA8 /* ViewController.m */; };
+		B268D7FE1E89963E00F71608 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B268D7FD1E89963E00F71608 /* main.m */; };
+		B268D8031E89963E00F71608 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B268D8021E89963E00F71608 /* Assets.xcassets */; };
+		B268D8061E89963E00F71608 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B268D8041E89963E00F71608 /* Main.storyboard */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+		B24D2B261E89D5D600687DA8 /* PDFViewer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDFViewer.h; sourceTree = "<group>"; };
+		B24D2B271E89D5D600687DA8 /* PDFViewer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDFViewer.m; sourceTree = "<group>"; };
+		B24D2B2A1E89D65500687DA8 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+		B24D2B2B1E89D65500687DA8 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+		B24D2B321E89D85D00687DA8 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
+		B24D2B331E89D85D00687DA8 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
+		B268D7F61E89963E00F71608 /* PDFViewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PDFViewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
+		B268D7FD1E89963E00F71608 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+		B268D8021E89963E00F71608 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+		B268D8051E89963E00F71608 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+		B268D8071E89963E00F71608 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		B268D7F31E89963E00F71608 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		B24D2B251E89D5D600687DA8 /* pdfviewer */ = {
+			isa = PBXGroup;
+			children = (
+				B24D2B261E89D5D600687DA8 /* PDFViewer.h */,
+				B24D2B271E89D5D600687DA8 /* PDFViewer.m */,
+			);
+			path = pdfviewer;
+			sourceTree = "<group>";
+		};
+		B24D2B291E89D65500687DA8 /* appdelegate */ = {
+			isa = PBXGroup;
+			children = (
+				B24D2B2A1E89D65500687DA8 /* AppDelegate.h */,
+				B24D2B2B1E89D65500687DA8 /* AppDelegate.m */,
+			);
+			path = appdelegate;
+			sourceTree = "<group>";
+		};
+		B24D2B311E89D85D00687DA8 /* viewcontroller */ = {
+			isa = PBXGroup;
+			children = (
+				B24D2B321E89D85D00687DA8 /* ViewController.h */,
+				B24D2B331E89D85D00687DA8 /* ViewController.m */,
+			);
+			path = viewcontroller;
+			sourceTree = "<group>";
+		};
+		B268D7ED1E89963E00F71608 = {
+			isa = PBXGroup;
+			children = (
+				B268D7F81E89963E00F71608 /* PDFViewer */,
+				B268D7F71E89963E00F71608 /* Products */,
+			);
+			sourceTree = "<group>";
+		};
+		B268D7F71E89963E00F71608 /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				B268D7F61E89963E00F71608 /* PDFViewer.app */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		B268D7F81E89963E00F71608 /* PDFViewer */ = {
+			isa = PBXGroup;
+			children = (
+				B24D2B311E89D85D00687DA8 /* viewcontroller */,
+				B24D2B291E89D65500687DA8 /* appdelegate */,
+				B24D2B251E89D5D600687DA8 /* pdfviewer */,
+				B268D8021E89963E00F71608 /* Assets.xcassets */,
+				B268D8041E89963E00F71608 /* Main.storyboard */,
+				B268D8071E89963E00F71608 /* Info.plist */,
+				B268D7FC1E89963E00F71608 /* Supporting Files */,
+			);
+			path = PDFViewer;
+			sourceTree = "<group>";
+		};
+		B268D7FC1E89963E00F71608 /* Supporting Files */ = {
+			isa = PBXGroup;
+			children = (
+				B268D7FD1E89963E00F71608 /* main.m */,
+			);
+			name = "Supporting Files";
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		B268D7F51E89963E00F71608 /* PDFViewer */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = B268D80A1E89963E00F71608 /* Build configuration list for PBXNativeTarget "PDFViewer" */;
+			buildPhases = (
+				B268D7F21E89963E00F71608 /* Sources */,
+				B268D7F31E89963E00F71608 /* Frameworks */,
+				B268D7F41E89963E00F71608 /* Resources */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = PDFViewer;
+			productName = PDFViewer;
+			productReference = B268D7F61E89963E00F71608 /* PDFViewer.app */;
+			productType = "com.apple.product-type.application";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		B268D7EE1E89963E00F71608 /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastUpgradeCheck = 0720;
+				ORGANIZATIONNAME = "Markus Bröker";
+				TargetAttributes = {
+					B268D7F51E89963E00F71608 = {
+						CreatedOnToolsVersion = 7.2.1;
+					};
+				};
+			};
+			buildConfigurationList = B268D7F11E89963E00F71608 /* Build configuration list for PBXProject "PDFViewer" */;
+			compatibilityVersion = "Xcode 3.2";
+			developmentRegion = English;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+				Base,
+			);
+			mainGroup = B268D7ED1E89963E00F71608;
+			productRefGroup = B268D7F71E89963E00F71608 /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				B268D7F51E89963E00F71608 /* PDFViewer */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+		B268D7F41E89963E00F71608 /* Resources */ = {
+			isa = PBXResourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				B268D8031E89963E00F71608 /* Assets.xcassets in Resources */,
+				B268D8061E89963E00F71608 /* Main.storyboard in Resources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+		B268D7F21E89963E00F71608 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				B268D7FE1E89963E00F71608 /* main.m in Sources */,
+				B24D2B281E89D5D600687DA8 /* PDFViewer.m in Sources */,
+				B24D2B341E89D85D00687DA8 /* ViewController.m in Sources */,
+				B24D2B2F1E89D65500687DA8 /* AppDelegate.m in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+		B268D8041E89963E00F71608 /* Main.storyboard */ = {
+			isa = PBXVariantGroup;
+			children = (
+				B268D8051E89963E00F71608 /* Base */,
+			);
+			name = Main.storyboard;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+		B268D8081E89963E00F71608 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				CODE_SIGN_IDENTITY = "-";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = dwarf;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				ENABLE_TESTABILITY = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				MACOSX_DEPLOYMENT_TARGET = 10.10;
+				MTL_ENABLE_DEBUG_INFO = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = macosx;
+			};
+			name = Debug;
+		};
+		B268D8091E89963E00F71608 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN_UNREACHABLE_CODE = YES;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				CODE_SIGN_IDENTITY = "-";
+				COPY_PHASE_STRIP = NO;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				ENABLE_STRICT_OBJC_MSGSEND = YES;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				MACOSX_DEPLOYMENT_TARGET = 10.10;
+				MTL_ENABLE_DEBUG_INFO = NO;
+				SDKROOT = macosx;
+			};
+			name = Release;
+		};
+		B268D80B1E89963E00F71608 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				COMBINE_HIDPI_IMAGES = YES;
+				INFOPLIST_FILE = PDFViewer/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+				PRODUCT_BUNDLE_IDENTIFIER = de.4customers.PDFViewer;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Debug;
+		};
+		B268D80C1E89963E00F71608 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+				COMBINE_HIDPI_IMAGES = YES;
+				INFOPLIST_FILE = PDFViewer/Info.plist;
+				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
+				PRODUCT_BUNDLE_IDENTIFIER = de.4customers.PDFViewer;
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		B268D7F11E89963E00F71608 /* Build configuration list for PBXProject "PDFViewer" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				B268D8081E89963E00F71608 /* Debug */,
+				B268D8091E89963E00F71608 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		B268D80A1E89963E00F71608 /* Build configuration list for PBXNativeTarget "PDFViewer" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				B268D80B1E89963E00F71608 /* Debug */,
+				B268D80C1E89963E00F71608 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = B268D7EE1E89963E00F71608 /* Project object */;
+}