Upgrade project for iOS 7

This commit is contained in:
Felix Schulze 2013-10-12 14:28:12 +02:00
parent b6dd1dbcf7
commit 4d95e5ec15
10 changed files with 385 additions and 1163 deletions

View File

@ -16,12 +16,9 @@
533ED3131528C4840005C6FA /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 533ED3121528C4840005C6FA /* ViewController.m */; }; 533ED3131528C4840005C6FA /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 533ED3121528C4840005C6FA /* ViewController.m */; };
533ED3161528C4840005C6FA /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 533ED3141528C4840005C6FA /* ViewController_iPhone.xib */; }; 533ED3161528C4840005C6FA /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 533ED3141528C4840005C6FA /* ViewController_iPhone.xib */; };
533ED3191528C4840005C6FA /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 533ED3171528C4840005C6FA /* ViewController_iPad.xib */; }; 533ED3191528C4840005C6FA /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 533ED3171528C4840005C6FA /* ViewController_iPad.xib */; };
533ED3201528C4950005C6FA /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 533ED31F1528C4950005C6FA /* Icon.png */; };
533ED3221528C4960005C6FA /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 533ED3211528C4960005C6FA /* Icon@2x.png */; };
533ED3261528C4FA0005C6FA /* Icon~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 533ED3251528C4FA0005C6FA /* Icon~ipad.png */; };
533ED3281528C5140005C6FA /* Icon~iPad@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 533ED3271528C5140005C6FA /* Icon~iPad@2x.png */; };
533ED32C1528C53B0005C6FA /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 533ED32A1528C53B0005C6FA /* libcrypto.a */; }; 533ED32C1528C53B0005C6FA /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 533ED32A1528C53B0005C6FA /* libcrypto.a */; };
533ED32D1528C53B0005C6FA /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 533ED32B1528C53B0005C6FA /* libssl.a */; }; 533ED32D1528C53B0005C6FA /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 533ED32B1528C53B0005C6FA /* libssl.a */; };
534FB2AE180975D700B5F868 /* Icons.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 534FB2AD180975D700B5F868 /* Icons.xcassets */; };
D1E978031547EE765CD39AD2 /* FSOpenSSL.m in Sources */ = {isa = PBXBuildFile; fileRef = D1E97EE2A904D58DAE4231E2 /* FSOpenSSL.m */; }; D1E978031547EE765CD39AD2 /* FSOpenSSL.m in Sources */ = {isa = PBXBuildFile; fileRef = D1E97EE2A904D58DAE4231E2 /* FSOpenSSL.m */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
@ -40,12 +37,9 @@
533ED3121528C4840005C6FA /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; 533ED3121528C4840005C6FA /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
533ED3151528C4840005C6FA /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; }; 533ED3151528C4840005C6FA /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; };
533ED3181528C4840005C6FA /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; }; 533ED3181528C4840005C6FA /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; };
533ED31F1528C4950005C6FA /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = ../Icon.png; sourceTree = "<group>"; };
533ED3211528C4960005C6FA /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "../Icon@2x.png"; sourceTree = "<group>"; };
533ED3251528C4FA0005C6FA /* Icon~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon~ipad.png"; path = "../Icon~ipad.png"; sourceTree = "<group>"; };
533ED3271528C5140005C6FA /* Icon~iPad@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon~iPad@2x.png"; path = "../Icon~iPad@2x.png"; sourceTree = "<group>"; };
533ED32A1528C53B0005C6FA /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = lib/libcrypto.a; sourceTree = "<group>"; }; 533ED32A1528C53B0005C6FA /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = lib/libcrypto.a; sourceTree = "<group>"; };
533ED32B1528C53B0005C6FA /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = lib/libssl.a; sourceTree = "<group>"; }; 533ED32B1528C53B0005C6FA /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = lib/libssl.a; sourceTree = "<group>"; };
534FB2AD180975D700B5F868 /* Icons.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Icons.xcassets; sourceTree = "<group>"; };
D1E979D803ACC127411934DC /* FSOpenSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSOpenSSL.h; sourceTree = "<group>"; }; D1E979D803ACC127411934DC /* FSOpenSSL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSOpenSSL.h; sourceTree = "<group>"; };
D1E97EE2A904D58DAE4231E2 /* FSOpenSSL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FSOpenSSL.m; sourceTree = "<group>"; }; D1E97EE2A904D58DAE4231E2 /* FSOpenSSL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FSOpenSSL.m; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
@ -98,7 +92,6 @@
533ED3051528C4840005C6FA /* OpenSSL-for-iOS */ = { 533ED3051528C4840005C6FA /* OpenSSL-for-iOS */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
533ED3291528C51A0005C6FA /* Ressources */,
533ED30E1528C4840005C6FA /* AppDelegate.h */, 533ED30E1528C4840005C6FA /* AppDelegate.h */,
533ED30F1528C4840005C6FA /* AppDelegate.m */, 533ED30F1528C4840005C6FA /* AppDelegate.m */,
533ED3111528C4840005C6FA /* ViewController.h */, 533ED3111528C4840005C6FA /* ViewController.h */,
@ -108,6 +101,7 @@
533ED3061528C4840005C6FA /* Supporting Files */, 533ED3061528C4840005C6FA /* Supporting Files */,
D1E97EE2A904D58DAE4231E2 /* FSOpenSSL.m */, D1E97EE2A904D58DAE4231E2 /* FSOpenSSL.m */,
D1E979D803ACC127411934DC /* FSOpenSSL.h */, D1E979D803ACC127411934DC /* FSOpenSSL.h */,
534FB2AD180975D700B5F868 /* Icons.xcassets */,
); );
path = "OpenSSL-for-iOS"; path = "OpenSSL-for-iOS";
sourceTree = "<group>"; sourceTree = "<group>";
@ -123,17 +117,6 @@
name = "Supporting Files"; name = "Supporting Files";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
533ED3291528C51A0005C6FA /* Ressources */ = {
isa = PBXGroup;
children = (
533ED3271528C5140005C6FA /* Icon~iPad@2x.png */,
533ED3251528C4FA0005C6FA /* Icon~ipad.png */,
533ED3211528C4960005C6FA /* Icon@2x.png */,
533ED31F1528C4950005C6FA /* Icon.png */,
);
name = Ressources;
sourceTree = "<group>";
};
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
@ -188,10 +171,7 @@
533ED30A1528C4840005C6FA /* InfoPlist.strings in Resources */, 533ED30A1528C4840005C6FA /* InfoPlist.strings in Resources */,
533ED3161528C4840005C6FA /* ViewController_iPhone.xib in Resources */, 533ED3161528C4840005C6FA /* ViewController_iPhone.xib in Resources */,
533ED3191528C4840005C6FA /* ViewController_iPad.xib in Resources */, 533ED3191528C4840005C6FA /* ViewController_iPad.xib in Resources */,
533ED3201528C4950005C6FA /* Icon.png in Resources */, 534FB2AE180975D700B5F868 /* Icons.xcassets in Resources */,
533ED3221528C4960005C6FA /* Icon@2x.png in Resources */,
533ED3261528C4FA0005C6FA /* Icon~ipad.png in Resources */,
533ED3281528C5140005C6FA /* Icon~iPad@2x.png in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@ -260,7 +240,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "include/**"; HEADER_SEARCH_PATHS = "include/**";
IPHONEOS_DEPLOYMENT_TARGET = 5.1; IPHONEOS_DEPLOYMENT_TARGET = 7.0;
SDKROOT = iphoneos; SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
}; };
@ -280,7 +260,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "include/**"; HEADER_SEARCH_PATHS = "include/**";
IPHONEOS_DEPLOYMENT_TARGET = 5.1; IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos; SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
@ -291,10 +271,11 @@
533ED31D1528C4840005C6FA /* Debug */ = { 533ED31D1528C4840005C6FA /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OpenSSL-for-iOS/OpenSSL-for-iOS-Prefix.pch"; GCC_PREFIX_HEADER = "OpenSSL-for-iOS/OpenSSL-for-iOS-Prefix.pch";
INFOPLIST_FILE = "OpenSSL-for-iOS/OpenSSL-for-iOS-Info.plist"; INFOPLIST_FILE = "OpenSSL-for-iOS/OpenSSL-for-iOS-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"\"$(SRCROOT)/lib\"", "\"$(SRCROOT)/lib\"",
@ -307,10 +288,11 @@
533ED31E1528C4840005C6FA /* Release */ = { 533ED31E1528C4840005C6FA /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OpenSSL-for-iOS/OpenSSL-for-iOS-Prefix.pch"; GCC_PREFIX_HEADER = "OpenSSL-for-iOS/OpenSSL-for-iOS-Prefix.pch";
INFOPLIST_FILE = "OpenSSL-for-iOS/OpenSSL-for-iOS-Info.plist"; INFOPLIST_FILE = "OpenSSL-for-iOS/OpenSSL-for-iOS-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
LIBRARY_SEARCH_PATHS = ( LIBRARY_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"\"$(SRCROOT)/lib\"", "\"$(SRCROOT)/lib\"",
@ -339,6 +321,7 @@
533ED31E1528C4840005C6FA /* Release */, 533ED31E1528C4840005C6FA /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
}; };
/* End XCConfigurationList section */ /* End XCConfigurationList section */
}; };

View File

@ -0,0 +1,92 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "1x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "Icon.png",
"scale" : "1x"
},
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "Icon@2x.png",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "50x50",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "50x50",
"scale" : "2x"
},
{
"size" : "72x72",
"idiom" : "ipad",
"filename" : "Icon~ipad.png",
"scale" : "1x"
},
{
"size" : "72x72",
"idiom" : "ipad",
"filename" : "Icon~iPad@2x.png",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,49 @@
{
"images" : [
{
"orientation" : "portrait",
"idiom" : "ipad",
"minimum-system-version" : "7.0",
"extent" : "full-screen",
"scale" : "2x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"minimum-system-version" : "7.0",
"extent" : "full-screen",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"minimum-system-version" : "7.0",
"extent" : "full-screen",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"minimum-system-version" : "7.0",
"subtype" : "retina4",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"minimum-system-version" : "7.0",
"extent" : "full-screen",
"scale" : "1x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View File

@ -9,18 +9,9 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key> <key>CFBundleIcons</key>
<dict> <dict/>
<key>CFBundlePrimaryIcon</key> <key>CFBundleIcons~ipad</key>
<dict> <dict/>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
<string>Icon~ipad.png</string>
<string>Icon~iPad@2x.png</string>
</array>
</dict>
</dict>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>de.felixschulze.${PRODUCT_NAME:rfc1034identifier}</string> <string>de.felixschulze.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
@ -43,6 +34,8 @@
<array> <array>
<string>armv7</string> <string>armv7</string>
</array> </array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
<key>UISupportedInterfaceOrientations</key> <key>UISupportedInterfaceOrientations</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortrait</string>

View File

@ -1,562 +1,114 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="8.00"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="4511" systemVersion="13A598" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
<data> <dependencies>
<int key="IBDocument.SystemTarget">1296</int> <deployment defaultVersion="1792" identifier="iOS"/>
<string key="IBDocument.SystemVersion">11D50b</string> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3745"/>
<string key="IBDocument.InterfaceBuilderVersion">2182</string> </dependencies>
<string key="IBDocument.AppKitVersion">1138.32</string> <objects>
<string key="IBDocument.HIToolboxVersion">568.00</string> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ViewController">
<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <connections>
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> <outlet property="md5TextField" destination="4" id="16"/>
<string key="NS.object.0">1181</string> <outlet property="sha256TextField" destination="11" id="17"/>
</object> <outlet property="textField" destination="8" id="18"/>
<array key="IBDocument.IntegratedClassDependencies"> <outlet property="view" destination="2" id="3"/>
<string>IBUIView</string> </connections>
<string>IBProxyObject</string> </placeholder>
<string>IBUILabel</string> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<string>IBUIBarButtonItem</string> <view contentMode="scaleToFill" id="2">
<string>IBUITextField</string> <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<string>IBUINavigationBar</string> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<string>IBUINavigationItem</string> <subviews>
<string>IBUIButton</string> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="" lineBreakMode="tailTruncation" minimumFontSize="10" id="4">
</array> <rect key="frame" x="20" y="259" width="728" height="31"/>
<array key="IBDocument.PluginDependencies"> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> <fontDescription key="fontDescription" type="system" pointSize="17"/>
</array> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<object class="NSMutableDictionary" key="IBDocument.Metadata"> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<string key="NS.key.0">PluginDependencyRecalculationVersion</string> </label>
<integer value="1" key="NS.object.0"/> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Text:" lineBreakMode="tailTruncation" minimumFontSize="10" id="5">
</object> <rect key="frame" x="19" y="74" width="42" height="21"/>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<object class="IBProxyObject" id="841351856"> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<string key="targetRuntimeIdentifier">IBIPadFramework</string> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</object> </label>
<object class="IBProxyObject" id="606714003"> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="SHA256-Hash:" lineBreakMode="tailTruncation" minimumFontSize="10" id="6">
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string> <rect key="frame" x="19" y="298" width="729" height="21"/>
<string key="targetRuntimeIdentifier">IBIPadFramework</string> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</object> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<object class="IBUIView" id="766721923"> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<reference key="NSNextResponder"/> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<int key="NSvFlags">274</int> </label>
<array class="NSMutableArray" key="NSSubviews"> <navigationBar contentMode="scaleToFill" id="7">
<object class="IBUILabel" id="21291561"> <rect key="frame" x="0.0" y="20" width="768" height="44"/>
<reference key="NSNextResponder" ref="766721923"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<int key="NSvFlags">292</int> <items>
<string key="NSFrame">{{20, 239}, {728, 31}}</string> <navigationItem title="OpenSSL-for-iOS" id="13">
<reference key="NSSuperview" ref="766721923"/> <barButtonItem key="rightBarButtonItem" id="14">
<reference key="NSWindow"/> <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="infoLight" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" id="15">
<reference key="NSNextKeyView" ref="53523624"/> <rect key="frame" x="730" y="11" width="22" height="22"/>
<bool key="IBUIOpaque">NO</bool> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<bool key="IBUIClipsSubviews">YES</bool> <fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/>
<int key="IBUIContentMode">7</int> <state key="normal">
<bool key="IBUIUserInteractionEnabled">NO</bool> <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
<string key="targetRuntimeIdentifier">IBIPadFramework</string> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<string key="IBUIText"/> </state>
<object class="NSColor" key="IBUITextColor" id="726151607"> <state key="highlighted">
<int key="NSColorSpace">1</int> <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<bytes key="NSRGB">MCAwIDAAA</bytes> </state>
</object> <connections>
<object class="NSColor" key="IBUIHighlightedColor" id="390605581"> <action selector="showInfo" destination="-1" eventType="touchDown" id="21"/>
<int key="NSColorSpace">3</int> </connections>
<bytes key="NSWhite">MQA</bytes> </button>
</object> </barButtonItem>
<int key="IBUIBaselineAdjustment">1</int> </navigationItem>
<float key="IBUIMinimumFontSize">10</float> </items>
<object class="IBUIFontDescription" key="IBUIFontDescription" id="55361472"> </navigationBar>
<int key="type">1</int> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="Enter an Text here" borderStyle="roundedRect" minimumFontSize="17" id="8">
<double key="pointSize">17</double> <rect key="frame" x="19" y="103" width="729" height="31"/>
</object> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<object class="NSFont" key="IBUIFont" id="181781097"> <fontDescription key="fontDescription" type="system" pointSize="12"/>
<string key="NSName">Helvetica</string> <textInputTraits key="textInputTraits"/>
<double key="NSSize">17</double> </textField>
<int key="NSfFlags">16</int> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="MD5-Hash:" lineBreakMode="tailTruncation" minimumFontSize="10" id="9">
</object> <rect key="frame" x="19" y="230" width="729" height="21"/>
</object> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<object class="IBUILabel" id="432365751"> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<reference key="NSNextResponder" ref="766721923"/> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<int key="NSvFlags">292</int> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<string key="NSFrame">{{19, 54}, {42, 21}}</string> </label>
<reference key="NSSuperview" ref="766721923"/> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="10">
<reference key="NSWindow"/> <rect key="frame" x="19" y="142" width="729" height="35"/>
<reference key="NSNextKeyView" ref="67275492"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<bool key="IBUIOpaque">NO</bool> <fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/>
<bool key="IBUIClipsSubviews">YES</bool> <state key="normal" title="Calculate MD5">
<int key="IBUIContentMode">7</int> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<bool key="IBUIUserInteractionEnabled">NO</bool> </state>
<string key="targetRuntimeIdentifier">IBIPadFramework</string> <connections>
<string key="IBUIText">Text:</string> <action selector="calculateMD5:" destination="-1" eventType="touchDown" id="19"/>
<reference key="IBUITextColor" ref="726151607"/> </connections>
<reference key="IBUIHighlightedColor" ref="390605581"/> </button>
<int key="IBUIBaselineAdjustment">1</int> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="" lineBreakMode="tailTruncation" numberOfLines="3" minimumFontSize="10" id="11">
<float key="IBUIMinimumFontSize">10</float> <rect key="frame" x="19" y="327" width="729" height="62"/>
<reference key="IBUIFontDescription" ref="55361472"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<reference key="IBUIFont" ref="181781097"/> <fontDescription key="fontDescription" type="system" pointSize="17"/>
</object> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<object class="IBUILabel" id="53523624"> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<reference key="NSNextResponder" ref="766721923"/> </label>
<int key="NSvFlags">292</int> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="12">
<string key="NSFrame">{{19, 278}, {729, 21}}</string> <rect key="frame" x="19" y="185" width="729" height="37"/>
<reference key="NSSuperview" ref="766721923"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<reference key="NSWindow"/> <fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/>
<reference key="NSNextKeyView" ref="477177698"/> <state key="normal" title="Calculate SHA256">
<bool key="IBUIOpaque">NO</bool> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<bool key="IBUIClipsSubviews">YES</bool> </state>
<int key="IBUIContentMode">7</int> <connections>
<bool key="IBUIUserInteractionEnabled">NO</bool> <action selector="calculateSHA256:" destination="-1" eventType="touchDown" id="20"/>
<string key="targetRuntimeIdentifier">IBIPadFramework</string> </connections>
<string key="IBUIText">SHA256-Hash:</string> </button>
<reference key="IBUITextColor" ref="726151607"/> </subviews>
<reference key="IBUIHighlightedColor" ref="390605581"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<int key="IBUIBaselineAdjustment">1</int> <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
<float key="IBUIMinimumFontSize">10</float> </view>
<reference key="IBUIFontDescription" ref="55361472"/> </objects>
<reference key="IBUIFont" ref="181781097"/> </document>
</object>
<object class="IBUINavigationBar" id="72146544">
<reference key="NSNextResponder" ref="766721923"/>
<int key="NSvFlags">290</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="IBUIButton" id="936788137">
<reference key="NSNextResponder" ref="72146544"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{743, 12}, {18, 19}}</string>
<reference key="NSSuperview" ref="72146544"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="432365751"/>
<bool key="IBUIOpaque">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">3</int>
<bool key="IBUIShowsTouchWhenHighlighted">YES</bool>
<reference key="IBUIHighlightedTitleColor" ref="390605581"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
</object>
<object class="NSColor" key="IBUINormalTitleShadowColor" id="716224661">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MC41AA</bytes>
</object>
<object class="IBUIFontDescription" key="IBUIFontDescription" id="352794124">
<string key="name">Helvetica-Bold</string>
<string key="family">Helvetica</string>
<int key="traits">2</int>
<double key="pointSize">15</double>
</object>
<object class="NSFont" key="IBUIFont" id="862196078">
<string key="NSName">Helvetica-Bold</string>
<double key="NSSize">15</double>
<int key="NSfFlags">16</int>
</object>
</object>
</array>
<string key="NSFrameSize">{768, 44}</string>
<reference key="NSSuperview" ref="766721923"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="936788137"/>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<int key="IBUIBarStyle">1</int>
<array key="IBUIItems">
<object class="IBUINavigationItem" id="514500503">
<reference key="IBUINavigationBar" ref="72146544"/>
<string key="IBUITitle">OpenSSL-for-iOS</string>
<object class="IBUIBarButtonItem" key="IBUIRightBarButtonItem" id="321482077">
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<int key="IBUIStyle">1</int>
<reference key="IBUICustomView" ref="936788137"/>
<reference key="IBUINavigationItem" ref="514500503"/>
</object>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
</object>
</array>
</object>
<object class="IBUITextField" id="67275492">
<reference key="NSNextResponder" ref="766721923"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 83}, {729, 31}}</string>
<reference key="NSSuperview" ref="766721923"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="164707480"/>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<int key="IBUIContentVerticalAlignment">0</int>
<string key="IBUIText">Enter an Text here</string>
<int key="IBUIBorderStyle">3</int>
<object class="NSColor" key="IBUITextColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
<object class="NSColorSpace" key="NSCustomColorSpace" id="484176228">
<int key="NSID">2</int>
</object>
</object>
<bool key="IBUIAdjustsFontSizeToFit">YES</bool>
<float key="IBUIMinimumFontSize">17</float>
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
</object>
<object class="IBUIFontDescription" key="IBUIFontDescription">
<int key="type">1</int>
<double key="pointSize">12</double>
</object>
<object class="NSFont" key="IBUIFont">
<string key="NSName">Helvetica</string>
<double key="NSSize">12</double>
<int key="NSfFlags">16</int>
</object>
</object>
<object class="IBUILabel" id="590683349">
<reference key="NSNextResponder" ref="766721923"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 210}, {729, 21}}</string>
<reference key="NSSuperview" ref="766721923"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="21291561"/>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<string key="IBUIText">MD5-Hash:</string>
<reference key="IBUITextColor" ref="726151607"/>
<reference key="IBUIHighlightedColor" ref="390605581"/>
<int key="IBUIBaselineAdjustment">1</int>
<float key="IBUIMinimumFontSize">10</float>
<reference key="IBUIFontDescription" ref="55361472"/>
<reference key="IBUIFont" ref="181781097"/>
</object>
<object class="IBUIButton" id="164707480">
<reference key="NSNextResponder" ref="766721923"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 122}, {729, 35}}</string>
<reference key="NSSuperview" ref="766721923"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="757864539"/>
<bool key="IBUIOpaque">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">1</int>
<string key="IBUINormalTitle">Calculate MD5</string>
<reference key="IBUIHighlightedTitleColor" ref="390605581"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzE0IDAuMzA5ODAzOTIxNiAwLjUyMTU2ODYyNzUAA</bytes>
</object>
<reference key="IBUINormalTitleShadowColor" ref="716224661"/>
<reference key="IBUIFontDescription" ref="352794124"/>
<reference key="IBUIFont" ref="862196078"/>
</object>
<object class="IBUILabel" id="477177698">
<reference key="NSNextResponder" ref="766721923"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 307}, {729, 62}}</string>
<reference key="NSSuperview" ref="766721923"/>
<reference key="NSWindow"/>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<string key="IBUIText"/>
<reference key="IBUITextColor" ref="726151607"/>
<reference key="IBUIHighlightedColor" ref="390605581"/>
<int key="IBUIBaselineAdjustment">1</int>
<float key="IBUIMinimumFontSize">10</float>
<int key="IBUINumberOfLines">3</int>
<reference key="IBUIFontDescription" ref="55361472"/>
<reference key="IBUIFont" ref="181781097"/>
</object>
<object class="IBUIButton" id="757864539">
<reference key="NSNextResponder" ref="766721923"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 165}, {729, 37}}</string>
<reference key="NSSuperview" ref="766721923"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="590683349"/>
<bool key="IBUIOpaque">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">1</int>
<string key="IBUINormalTitle">Calculate SHA256</string>
<reference key="IBUIHighlightedTitleColor" ref="390605581"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
</object>
<reference key="IBUINormalTitleShadowColor" ref="716224661"/>
<reference key="IBUIFontDescription" ref="352794124"/>
<reference key="IBUIFont" ref="862196078"/>
</object>
</array>
<string key="NSFrame">{{0, 20}, {768, 1004}}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
<reference key="NSCustomColorSpace" ref="484176228"/>
</object>
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics">
<int key="IBUIStatusBarStyle">2</int>
</object>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">view</string>
<reference key="source" ref="841351856"/>
<reference key="destination" ref="766721923"/>
</object>
<int key="connectionID">3</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">md5TextField</string>
<reference key="source" ref="841351856"/>
<reference key="destination" ref="21291561"/>
</object>
<int key="connectionID">16</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">sha256TextField</string>
<reference key="source" ref="841351856"/>
<reference key="destination" ref="477177698"/>
</object>
<int key="connectionID">17</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">textField</string>
<reference key="source" ref="841351856"/>
<reference key="destination" ref="67275492"/>
</object>
<int key="connectionID">18</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">calculateMD5:</string>
<reference key="source" ref="164707480"/>
<reference key="destination" ref="841351856"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">19</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">calculateSHA256:</string>
<reference key="source" ref="757864539"/>
<reference key="destination" ref="841351856"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">20</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">showInfo</string>
<reference key="source" ref="936788137"/>
<reference key="destination" ref="841351856"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">21</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="1000"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="841351856"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="606714003"/>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">2</int>
<reference key="object" ref="766721923"/>
<array class="NSMutableArray" key="children">
<reference ref="21291561"/>
<reference ref="432365751"/>
<reference ref="53523624"/>
<reference ref="72146544"/>
<reference ref="67275492"/>
<reference ref="590683349"/>
<reference ref="164707480"/>
<reference ref="477177698"/>
<reference ref="757864539"/>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">4</int>
<reference key="object" ref="21291561"/>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">5</int>
<reference key="object" ref="432365751"/>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="53523624"/>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">7</int>
<reference key="object" ref="72146544"/>
<array class="NSMutableArray" key="children">
<reference ref="514500503"/>
</array>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">8</int>
<reference key="object" ref="67275492"/>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">9</int>
<reference key="object" ref="590683349"/>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">10</int>
<reference key="object" ref="164707480"/>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">11</int>
<reference key="object" ref="477177698"/>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">12</int>
<reference key="object" ref="757864539"/>
<reference key="parent" ref="766721923"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">13</int>
<reference key="object" ref="514500503"/>
<array class="NSMutableArray" key="children">
<reference ref="321482077"/>
</array>
<reference key="parent" ref="72146544"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">14</int>
<reference key="object" ref="321482077"/>
<array class="NSMutableArray" key="children">
<reference ref="936788137"/>
</array>
<reference key="parent" ref="514500503"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">15</int>
<reference key="object" ref="936788137"/>
<reference key="parent" ref="321482077"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.CustomClassName">ViewController</string>
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="-2.CustomClassName">UIResponder</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="10.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="11.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="12.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="13.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="14.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="15.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="4.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="7.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="8.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="9.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">21</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">ViewController</string>
<string key="superclassName">UIViewController</string>
<dictionary class="NSMutableDictionary" key="actions">
<string key="calculateMD5:">id</string>
<string key="calculateSHA256:">id</string>
<string key="showInfo">id</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="actionInfosByName">
<object class="IBActionInfo" key="calculateMD5:">
<string key="name">calculateMD5:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="calculateSHA256:">
<string key="name">calculateSHA256:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="showInfo">
<string key="name">showInfo</string>
<string key="candidateClassName">id</string>
</object>
</dictionary>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="md5TextField">UILabel</string>
<string key="sha256TextField">UILabel</string>
<string key="textField">UITextField</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="md5TextField">
<string key="name">md5TextField</string>
<string key="candidateClassName">UILabel</string>
</object>
<object class="IBToOneOutletInfo" key="sha256TextField">
<string key="name">sha256TextField</string>
<string key="candidateClassName">UILabel</string>
</object>
<object class="IBToOneOutletInfo" key="textField">
<string key="name">textField</string>
<string key="candidateClassName">UITextField</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/ViewController.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
<real value="1296" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<string key="IBCocoaTouchPluginVersion">1181</string>
</data>
</archive>

View File

@ -1,561 +1,114 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4511" systemVersion="13A598" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<data> <dependencies>
<int key="IBDocument.SystemTarget">1296</int> <deployment defaultVersion="1792" identifier="iOS"/>
<string key="IBDocument.SystemVersion">11D50b</string> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3745"/>
<string key="IBDocument.InterfaceBuilderVersion">2182</string> </dependencies>
<string key="IBDocument.AppKitVersion">1138.32</string> <objects>
<string key="IBDocument.HIToolboxVersion">568.00</string> <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ViewController">
<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <connections>
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> <outlet property="md5TextField" destination="36" id="44"/>
<string key="NS.object.0">1181</string> <outlet property="sha256TextField" destination="38" id="45"/>
</object> <outlet property="textField" destination="37" id="46"/>
<array key="IBDocument.IntegratedClassDependencies"> <outlet property="view" destination="6" id="7"/>
<string>IBUIView</string> </connections>
<string>IBProxyObject</string> </placeholder>
<string>IBUILabel</string> <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<string>IBUIBarButtonItem</string> <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="6">
<string>IBUITextField</string> <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
<string>IBUINavigationBar</string> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<string>IBUINavigationItem</string> <subviews>
<string>IBUIButton</string> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="SHA256-Hash:" lineBreakMode="tailTruncation" minimumFontSize="10" id="32">
</array> <rect key="frame" x="19" y="298" width="115" height="21"/>
<array key="IBDocument.PluginDependencies"> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> <fontDescription key="fontDescription" type="system" pointSize="17"/>
</array> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<object class="NSMutableDictionary" key="IBDocument.Metadata"> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<string key="NS.key.0">PluginDependencyRecalculationVersion</string> </label>
<integer value="1" key="NS.object.0"/> <navigationBar contentMode="scaleToFill" id="33">
</object> <rect key="frame" x="0.0" y="20" width="320" height="44"/>
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
<object class="IBProxyObject" id="372490531"> <items>
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string> <navigationItem title="OpenSSL-for-iOS" id="41">
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> <barButtonItem key="rightBarButtonItem" id="42">
</object> <button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="infoLight" showsTouchWhenHighlighted="YES" lineBreakMode="middleTruncation" id="43">
<object class="IBProxyObject" id="843779117"> <rect key="frame" x="282" y="11" width="22" height="22"/>
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> <fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/>
</object> <state key="normal">
<object class="IBUIView" id="774585933"> <color key="titleColor" red="0.19607843459999999" green="0.30980393290000002" blue="0.52156865600000002" alpha="1" colorSpace="calibratedRGB"/>
<reference key="NSNextResponder"/> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<int key="NSvFlags">274</int> </state>
<array class="NSMutableArray" key="NSSubviews"> <state key="highlighted">
<object class="IBUILabel" id="219293445"> <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<reference key="NSNextResponder" ref="774585933"/> </state>
<int key="NSvFlags">292</int> <connections>
<string key="NSFrame">{{19, 278}, {115, 21}}</string> <action selector="showInfo" destination="-1" eventType="touchDown" id="49"/>
<reference key="NSSuperview" ref="774585933"/> </connections>
<reference key="NSWindow"/> </button>
<reference key="NSNextKeyView" ref="414318894"/> </barButtonItem>
<bool key="IBUIOpaque">NO</bool> </navigationItem>
<bool key="IBUIClipsSubviews">YES</bool> </items>
<int key="IBUIContentMode">7</int> </navigationBar>
<bool key="IBUIUserInteractionEnabled">NO</bool> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="34">
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> <rect key="frame" x="19" y="142" width="286" height="35"/>
<string key="IBUIText">SHA256-Hash:</string> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<object class="NSColor" key="IBUITextColor" id="311390077"> <fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/>
<int key="NSColorSpace">1</int> <state key="normal" title="Calculate MD5">
<bytes key="NSRGB">MCAwIDAAA</bytes> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</object> </state>
<object class="NSColor" key="IBUIHighlightedColor" id="1013138792"> <connections>
<int key="NSColorSpace">3</int> <action selector="calculateMD5:" destination="-1" eventType="touchDown" id="47"/>
<bytes key="NSWhite">MQA</bytes> </connections>
</object> </button>
<int key="IBUIBaselineAdjustment">1</int> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="MD5-Hash:" lineBreakMode="tailTruncation" minimumFontSize="10" id="35">
<float key="IBUIMinimumFontSize">10</float> <rect key="frame" x="19" y="230" width="87" height="21"/>
<object class="IBUIFontDescription" key="IBUIFontDescription" id="961751264"> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<int key="type">1</int> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<double key="pointSize">17</double> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
</object> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<object class="NSFont" key="IBUIFont" id="772742424"> </label>
<string key="NSName">Helvetica</string> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="" lineBreakMode="tailTruncation" minimumFontSize="10" id="36">
<double key="NSSize">17</double> <rect key="frame" x="20" y="259" width="285" height="31"/>
<int key="NSfFlags">16</int> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</object> <fontDescription key="fontDescription" type="system" pointSize="17"/>
</object> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<object class="IBUINavigationBar" id="571009263"> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<reference key="NSNextResponder" ref="774585933"/> </label>
<int key="NSvFlags">290</int> <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="Enter an Text here" borderStyle="roundedRect" minimumFontSize="17" id="37">
<array class="NSMutableArray" key="NSSubviews"> <rect key="frame" x="19" y="103" width="286" height="31"/>
<object class="IBUIButton" id="568606132"> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<reference key="NSNextResponder" ref="571009263"/> <fontDescription key="fontDescription" type="system" pointSize="12"/>
<int key="NSvFlags">292</int> <textInputTraits key="textInputTraits"/>
<string key="NSFrame">{{297, 12}, {18, 19}}</string> </textField>
<reference key="NSSuperview" ref="571009263"/> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="" lineBreakMode="tailTruncation" numberOfLines="3" minimumFontSize="10" id="38">
<reference key="NSWindow"/> <rect key="frame" x="19" y="327" width="286" height="62"/>
<reference key="NSNextKeyView" ref="815745089"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<bool key="IBUIOpaque">NO</bool> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<int key="IBUIContentHorizontalAlignment">0</int> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<int key="IBUIContentVerticalAlignment">0</int> </label>
<int key="IBUIButtonType">3</int> <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Text:" lineBreakMode="tailTruncation" minimumFontSize="10" id="39">
<bool key="IBUIShowsTouchWhenHighlighted">YES</bool> <rect key="frame" x="19" y="74" width="42" height="21"/>
<reference key="IBUIHighlightedTitleColor" ref="1013138792"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<object class="NSColor" key="IBUINormalTitleColor"> <fontDescription key="fontDescription" type="system" pointSize="17"/>
<int key="NSColorSpace">1</int> <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes> <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</object> </label>
<object class="NSColor" key="IBUINormalTitleShadowColor" id="599554908"> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="40">
<int key="NSColorSpace">3</int> <rect key="frame" x="19" y="185" width="286" height="37"/>
<bytes key="NSWhite">MC41AA</bytes> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</object> <fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="15"/>
<object class="IBUIFontDescription" key="IBUIFontDescription" id="304098009"> <state key="normal" title="Calculate SHA256">
<string key="name">Helvetica-Bold</string> <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
<string key="family">Helvetica</string> </state>
<int key="traits">2</int> <connections>
<double key="pointSize">15</double> <action selector="calculateSHA256:" destination="-1" eventType="touchDown" id="48"/>
</object> </connections>
<object class="NSFont" key="IBUIFont" id="117784510"> </button>
<string key="NSName">Helvetica-Bold</string> </subviews>
<double key="NSSize">15</double> <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<int key="NSfFlags">16</int> <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
</object> </view>
</object> </objects>
</array> </document>
<string key="NSFrameSize">{320, 44}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="568606132"/>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<int key="IBUIBarStyle">1</int>
<array key="IBUIItems">
<object class="IBUINavigationItem" id="660451907">
<reference key="IBUINavigationBar" ref="571009263"/>
<string key="IBUITitle">OpenSSL-for-iOS</string>
<object class="IBUIBarButtonItem" key="IBUIRightBarButtonItem" id="75293189">
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<int key="IBUIStyle">1</int>
<reference key="IBUICustomView" ref="568606132"/>
<reference key="IBUINavigationItem" ref="660451907"/>
</object>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
</object>
</array>
</object>
<object class="IBUIButton" id="849525976">
<reference key="NSNextResponder" ref="774585933"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 122}, {286, 35}}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="723553303"/>
<bool key="IBUIOpaque">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">1</int>
<string key="IBUINormalTitle">Calculate MD5</string>
<reference key="IBUIHighlightedTitleColor" ref="1013138792"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzE0IDAuMzA5ODAzOTIxNiAwLjUyMTU2ODYyNzUAA</bytes>
</object>
<reference key="IBUINormalTitleShadowColor" ref="599554908"/>
<reference key="IBUIFontDescription" ref="304098009"/>
<reference key="IBUIFont" ref="117784510"/>
</object>
<object class="IBUILabel" id="503133820">
<reference key="NSNextResponder" ref="774585933"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 210}, {87, 21}}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="1067201432"/>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<string key="IBUIText">MD5-Hash:</string>
<reference key="IBUITextColor" ref="311390077"/>
<reference key="IBUIHighlightedColor" ref="1013138792"/>
<int key="IBUIBaselineAdjustment">1</int>
<float key="IBUIMinimumFontSize">10</float>
<reference key="IBUIFontDescription" ref="961751264"/>
<reference key="IBUIFont" ref="772742424"/>
</object>
<object class="IBUILabel" id="1067201432">
<reference key="NSNextResponder" ref="774585933"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{20, 239}, {285, 31}}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="219293445"/>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<string key="IBUIText"/>
<reference key="IBUITextColor" ref="311390077"/>
<reference key="IBUIHighlightedColor" ref="1013138792"/>
<int key="IBUIBaselineAdjustment">1</int>
<float key="IBUIMinimumFontSize">10</float>
<reference key="IBUIFontDescription" ref="961751264"/>
<reference key="IBUIFont" ref="772742424"/>
</object>
<object class="IBUITextField" id="52321213">
<reference key="NSNextResponder" ref="774585933"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 83}, {286, 31}}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="849525976"/>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<int key="IBUIContentVerticalAlignment">0</int>
<string key="IBUIText">Enter an Text here</string>
<int key="IBUIBorderStyle">3</int>
<object class="NSColor" key="IBUITextColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MAA</bytes>
<object class="NSColorSpace" key="NSCustomColorSpace">
<int key="NSID">2</int>
</object>
</object>
<bool key="IBUIAdjustsFontSizeToFit">YES</bool>
<float key="IBUIMinimumFontSize">17</float>
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
</object>
<object class="IBUIFontDescription" key="IBUIFontDescription">
<int key="type">1</int>
<double key="pointSize">12</double>
</object>
<object class="NSFont" key="IBUIFont">
<string key="NSName">Helvetica</string>
<double key="NSSize">12</double>
<int key="NSfFlags">16</int>
</object>
</object>
<object class="IBUILabel" id="414318894">
<reference key="NSNextResponder" ref="774585933"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 307}, {286, 62}}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<string key="IBUIText"/>
<reference key="IBUITextColor" ref="311390077"/>
<reference key="IBUIHighlightedColor" ref="1013138792"/>
<int key="IBUIBaselineAdjustment">1</int>
<float key="IBUIMinimumFontSize">10</float>
<int key="IBUINumberOfLines">3</int>
<reference key="IBUIFontDescription" ref="961751264"/>
<reference key="IBUIFont" ref="772742424"/>
</object>
<object class="IBUILabel" id="815745089">
<reference key="NSNextResponder" ref="774585933"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 54}, {42, 21}}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="52321213"/>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClipsSubviews">YES</bool>
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<string key="IBUIText">Text:</string>
<reference key="IBUITextColor" ref="311390077"/>
<reference key="IBUIHighlightedColor" ref="1013138792"/>
<int key="IBUIBaselineAdjustment">1</int>
<float key="IBUIMinimumFontSize">10</float>
<reference key="IBUIFontDescription" ref="961751264"/>
<reference key="IBUIFont" ref="772742424"/>
</object>
<object class="IBUIButton" id="723553303">
<reference key="NSNextResponder" ref="774585933"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{19, 165}, {286, 37}}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="503133820"/>
<bool key="IBUIOpaque">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<int key="IBUIButtonType">1</int>
<string key="IBUINormalTitle">Calculate SHA256</string>
<reference key="IBUIHighlightedTitleColor" ref="1013138792"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
</object>
<reference key="IBUINormalTitleShadowColor" ref="599554908"/>
<reference key="IBUIFontDescription" ref="304098009"/>
<reference key="IBUIFont" ref="117784510"/>
</object>
</array>
<string key="NSFrame">{{0, 20}, {320, 460}}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="571009263"/>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MSAxIDEAA</bytes>
</object>
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
</object>
</array>
<object class="IBObjectContainer" key="IBDocument.Objects">
<array class="NSMutableArray" key="connectionRecords">
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">view</string>
<reference key="source" ref="372490531"/>
<reference key="destination" ref="774585933"/>
</object>
<int key="connectionID">7</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">md5TextField</string>
<reference key="source" ref="372490531"/>
<reference key="destination" ref="1067201432"/>
</object>
<int key="connectionID">44</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">sha256TextField</string>
<reference key="source" ref="372490531"/>
<reference key="destination" ref="414318894"/>
</object>
<int key="connectionID">45</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchOutletConnection" key="connection">
<string key="label">textField</string>
<reference key="source" ref="372490531"/>
<reference key="destination" ref="52321213"/>
</object>
<int key="connectionID">46</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">calculateMD5:</string>
<reference key="source" ref="849525976"/>
<reference key="destination" ref="372490531"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">47</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">calculateSHA256:</string>
<reference key="source" ref="723553303"/>
<reference key="destination" ref="372490531"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">48</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">showInfo</string>
<reference key="source" ref="568606132"/>
<reference key="destination" ref="372490531"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">49</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
<object class="IBObjectRecord">
<int key="objectID">0</int>
<array key="object" id="0"/>
<reference key="children" ref="1000"/>
<nil key="parent"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">-1</int>
<reference key="object" ref="372490531"/>
<reference key="parent" ref="0"/>
<string key="objectName">File's Owner</string>
</object>
<object class="IBObjectRecord">
<int key="objectID">-2</int>
<reference key="object" ref="843779117"/>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">6</int>
<reference key="object" ref="774585933"/>
<array class="NSMutableArray" key="children">
<reference ref="219293445"/>
<reference ref="571009263"/>
<reference ref="849525976"/>
<reference ref="503133820"/>
<reference ref="1067201432"/>
<reference ref="52321213"/>
<reference ref="414318894"/>
<reference ref="815745089"/>
<reference ref="723553303"/>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">32</int>
<reference key="object" ref="219293445"/>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">33</int>
<reference key="object" ref="571009263"/>
<array class="NSMutableArray" key="children">
<reference ref="660451907"/>
</array>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">34</int>
<reference key="object" ref="849525976"/>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">35</int>
<reference key="object" ref="503133820"/>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">36</int>
<reference key="object" ref="1067201432"/>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">37</int>
<reference key="object" ref="52321213"/>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">38</int>
<reference key="object" ref="414318894"/>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">39</int>
<reference key="object" ref="815745089"/>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">40</int>
<reference key="object" ref="723553303"/>
<reference key="parent" ref="774585933"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">41</int>
<reference key="object" ref="660451907"/>
<array class="NSMutableArray" key="children">
<reference ref="75293189"/>
</array>
<reference key="parent" ref="571009263"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">42</int>
<reference key="object" ref="75293189"/>
<array class="NSMutableArray" key="children">
<reference ref="568606132"/>
</array>
<reference key="parent" ref="660451907"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">43</int>
<reference key="object" ref="568606132"/>
<reference key="parent" ref="75293189"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
<string key="-1.CustomClassName">ViewController</string>
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="-2.CustomClassName">UIResponder</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="32.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="33.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="34.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="35.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="36.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="37.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="38.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="39.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="40.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="41.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="42.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="43.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">49</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">ViewController</string>
<string key="superclassName">UIViewController</string>
<dictionary class="NSMutableDictionary" key="actions">
<string key="calculateMD5:">id</string>
<string key="calculateSHA256:">id</string>
<string key="showInfo">id</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="actionInfosByName">
<object class="IBActionInfo" key="calculateMD5:">
<string key="name">calculateMD5:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="calculateSHA256:">
<string key="name">calculateSHA256:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="showInfo">
<string key="name">showInfo</string>
<string key="candidateClassName">id</string>
</object>
</dictionary>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="md5TextField">UILabel</string>
<string key="sha256TextField">UILabel</string>
<string key="textField">UITextField</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="md5TextField">
<string key="name">md5TextField</string>
<string key="candidateClassName">UILabel</string>
</object>
<object class="IBToOneOutletInfo" key="sha256TextField">
<string key="name">sha256TextField</string>
<string key="candidateClassName">UILabel</string>
</object>
<object class="IBToOneOutletInfo" key="textField">
<string key="name">textField</string>
<string key="candidateClassName">UITextField</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/ViewController.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
<real value="1296" key="NS.object.0"/>
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<string key="IBCocoaTouchPluginVersion">1181</string>
</data>
</archive>