diff options
author | fredrossperry <fredrossperry@gmail.com> | 2016-04-12 07:45:24 -0700 |
---|---|---|
committer | fredrossperry <fredrossperry@gmail.com> | 2016-04-12 07:46:35 -0700 |
commit | 6e328b38749bb97f908e96fc4ac4707a581a11b2 (patch) | |
tree | 425c0853ff4928255cf7567b2424663681dac895 /platform/ios/MuPDF | |
parent | 37cf22a58218795b0ef7a084efbf7248b8d09263 (diff) | |
download | mupdf-6e328b38749bb97f908e96fc4ac4707a581a11b2.tar.xz |
Fixes for building on XCode 7.3, and to use copies of images from the Android viewer project.
Diffstat (limited to 'platform/ios/MuPDF')
-rw-r--r-- | platform/ios/MuPDF/Launch Screen.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/ios/MuPDF/Launch Screen.xib b/platform/ios/MuPDF/Launch Screen.xib index 35933029..6c39450f 100644 --- a/platform/ios/MuPDF/Launch Screen.xib +++ b/platform/ios/MuPDF/Launch Screen.xib @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES"> +<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES"> <dependencies> - <deployment defaultVersion="1552" identifier="iOS"/> - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/> + <deployment identifier="iOS"/> + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> </dependencies> <objects> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> |