Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayson Lane committed Mar 8, 2012
1 parent 8a45672 commit 54725f8
Show file tree
Hide file tree
Showing 9 changed files with 114 additions and 18 deletions.
Binary file added Default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Default@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 18 additions & 6 deletions OpenBook.xcodeproj/project.pbxproj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
D55693221509354600ED95EE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D55693031509354600ED95EE /* Foundation.framework */; }; D55693221509354600ED95EE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D55693031509354600ED95EE /* Foundation.framework */; };
D556932A1509354600ED95EE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D55693281509354600ED95EE /* InfoPlist.strings */; }; D556932A1509354600ED95EE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D55693281509354600ED95EE /* InfoPlist.strings */; };
D556932D1509354600ED95EE /* OpenBookTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D556932C1509354600ED95EE /* OpenBookTests.m */; }; D556932D1509354600ED95EE /* OpenBookTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D556932C1509354600ED95EE /* OpenBookTests.m */; };
D556933A150951EF00ED95EE /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D5569339150951EF00ED95EE /* Default@2x.png */; };
D556933C15095B5800ED95EE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D556933B15095B5800ED95EE /* QuartzCore.framework */; };
D55693421509643800ED95EE /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D55693411509643800ED95EE /* Default.png */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */


/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
Expand All @@ -37,28 +40,32 @@
D55693011509354600ED95EE /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; D55693011509354600ED95EE /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
D55693031509354600ED95EE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; D55693031509354600ED95EE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
D55693051509354600ED95EE /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; D55693051509354600ED95EE /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
D55693091509354600ED95EE /* OpenBook-Info.plist */ = {isa = PBXFileReference; path = "OpenBook-Info.plist"; sourceTree = "<group>"; }; D55693091509354600ED95EE /* OpenBook-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "OpenBook-Info.plist"; sourceTree = "<group>"; };
D556930B1509354600ED95EE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; D556930B1509354600ED95EE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
D556930D1509354600ED95EE /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; D556930D1509354600ED95EE /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
D556930F1509354600ED95EE /* OpenBook-Prefix.pch */ = {isa = PBXFileReference; path = "OpenBook-Prefix.pch"; sourceTree = "<group>"; }; D556930F1509354600ED95EE /* OpenBook-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OpenBook-Prefix.pch"; sourceTree = "<group>"; };
D55693101509354600ED95EE /* AppDelegate.h */ = {isa = PBXFileReference; path = AppDelegate.h; sourceTree = "<group>"; }; D55693101509354600ED95EE /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
D55693111509354600ED95EE /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; D55693111509354600ED95EE /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
D55693131509354600ED95EE /* ViewController.h */ = {isa = PBXFileReference; path = ViewController.h; sourceTree = "<group>"; }; D55693131509354600ED95EE /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
D55693141509354600ED95EE /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; D55693141509354600ED95EE /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
D55693171509354600ED95EE /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; }; D55693171509354600ED95EE /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
D556931E1509354600ED95EE /* OpenBookTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OpenBookTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; D556931E1509354600ED95EE /* OpenBookTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OpenBookTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
D556931F1509354600ED95EE /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; D556931F1509354600ED95EE /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
D55693271509354600ED95EE /* OpenBookTests-Info.plist */ = {isa = PBXFileReference; path = "OpenBookTests-Info.plist"; sourceTree = "<group>"; }; D55693271509354600ED95EE /* OpenBookTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "OpenBookTests-Info.plist"; sourceTree = "<group>"; };
D55693291509354600ED95EE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; D55693291509354600ED95EE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
D556932B1509354600ED95EE /* OpenBookTests.h */ = {isa = PBXFileReference; path = OpenBookTests.h; sourceTree = "<group>"; }; D556932B1509354600ED95EE /* OpenBookTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OpenBookTests.h; sourceTree = "<group>"; };
D556932C1509354600ED95EE /* OpenBookTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OpenBookTests.m; sourceTree = "<group>"; }; D556932C1509354600ED95EE /* OpenBookTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OpenBookTests.m; sourceTree = "<group>"; };
D5569339150951EF00ED95EE /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
D556933B15095B5800ED95EE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
D55693411509643800ED95EE /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */


/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
D55692FA1509354600ED95EE /* Frameworks */ = { D55692FA1509354600ED95EE /* Frameworks */ = {
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
D556933C15095B5800ED95EE /* QuartzCore.framework in Frameworks */,
D55693021509354600ED95EE /* UIKit.framework in Frameworks */, D55693021509354600ED95EE /* UIKit.framework in Frameworks */,
D55693041509354600ED95EE /* Foundation.framework in Frameworks */, D55693041509354600ED95EE /* Foundation.framework in Frameworks */,
D55693061509354600ED95EE /* CoreGraphics.framework in Frameworks */, D55693061509354600ED95EE /* CoreGraphics.framework in Frameworks */,
Expand All @@ -81,6 +88,8 @@
D55692F21509354500ED95EE = { D55692F21509354500ED95EE = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
D55693411509643800ED95EE /* Default.png */,
D5569339150951EF00ED95EE /* Default@2x.png */,
D55693071509354600ED95EE /* OpenBook */, D55693071509354600ED95EE /* OpenBook */,
D55693251509354600ED95EE /* OpenBookTests */, D55693251509354600ED95EE /* OpenBookTests */,
D55693001509354600ED95EE /* Frameworks */, D55693001509354600ED95EE /* Frameworks */,
Expand All @@ -100,6 +109,7 @@
D55693001509354600ED95EE /* Frameworks */ = { D55693001509354600ED95EE /* Frameworks */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
D556933B15095B5800ED95EE /* QuartzCore.framework */,
D55693011509354600ED95EE /* UIKit.framework */, D55693011509354600ED95EE /* UIKit.framework */,
D55693031509354600ED95EE /* Foundation.framework */, D55693031509354600ED95EE /* Foundation.framework */,
D55693051509354600ED95EE /* CoreGraphics.framework */, D55693051509354600ED95EE /* CoreGraphics.framework */,
Expand Down Expand Up @@ -224,6 +234,8 @@
files = ( files = (
D556930C1509354600ED95EE /* InfoPlist.strings in Resources */, D556930C1509354600ED95EE /* InfoPlist.strings in Resources */,
D55693181509354600ED95EE /* ViewController.xib in Resources */, D55693181509354600ED95EE /* ViewController.xib in Resources */,
D556933A150951EF00ED95EE /* Default@2x.png in Resources */,
D55693421509643800ED95EE /* Default.png in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
Expand Down
12 changes: 10 additions & 2 deletions OpenBook/AppDelegate.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@
// OpenBook // OpenBook
// //
// Created by Jayson Lane on 3/8/12. // Created by Jayson Lane on 3/8/12.
// Copyright (c) 2012 Sparq Media. All rights reserved.
// //


#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>


@class ViewController; @class ViewController;


@interface AppDelegate : UIResponder <UIApplicationDelegate> @interface AppDelegate : UIResponder <UIApplicationDelegate> {


UIImageView *splashImage;


}

@property (nonatomic, retain) UIImageView *splashImage;


@property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) UIWindow *window;


@property (strong, nonatomic) ViewController *viewController; @property (strong, nonatomic) ViewController *viewController;



@end @end
27 changes: 26 additions & 1 deletion OpenBook/AppDelegate.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
// OpenBook // OpenBook
// //
// Created by Jayson Lane on 3/8/12. // Created by Jayson Lane on 3/8/12.
// Copyright (c) 2012 Sparq Media. All rights reserved.
// //


#import "AppDelegate.h" #import "AppDelegate.h"


#import "ViewController.h" #import "ViewController.h"


#import <QuartzCore/QuartzCore.h>

@implementation AppDelegate @implementation AppDelegate


@synthesize splashImage;
@synthesize window = _window; @synthesize window = _window;
@synthesize viewController = _viewController; @synthesize viewController = _viewController;


Expand All @@ -22,7 +24,30 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
self.viewController = [[ViewController alloc] initWithNibName:@"ViewController" bundle:nil]; self.viewController = [[ViewController alloc] initWithNibName:@"ViewController" bundle:nil];
self.window.rootViewController = self.viewController; self.window.rootViewController = self.viewController;
[self.window makeKeyAndVisible]; [self.window makeKeyAndVisible];


// Add the image to the forefront...
splashImage = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 480)];
[splashImage setImage: [UIImage imageNamed:@"Default"]];
[self.window addSubview:splashImage];
[self.window bringSubviewToFront:splashImage];

self.splashImage.layer.anchorPoint = CGPointMake(0, 0.5);
self.splashImage.frame = CGRectMake(0, 0, 320, 480);

[UIView animateWithDuration:1.0
delay:0.6
options:(UIViewAnimationCurveEaseOut)
animations:^{

self.splashImage.layer.transform = CATransform3DRotate(CATransform3DIdentity, -M_PI_2, 0, 1, 0);
} completion:^(BOOL finished){
// completion code
[self.splashImage removeFromSuperview];
}];

return YES; return YES;

} }


- (void)applicationWillResignActive:(UIApplication *)application - (void)applicationWillResignActive:(UIApplication *)application
Expand Down
11 changes: 11 additions & 0 deletions OpenBook/OpenBook-Info.plist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
<string>${PRODUCT_NAME}</string> <string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string> <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Default@2x.png</string>
<string>Default.png</string>
</array>
</dict>
</dict>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>net.jaysonlane.${PRODUCT_NAME:rfc1034identifier}</string> <string>net.jaysonlane.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
Expand Down
1 change: 0 additions & 1 deletion OpenBook/ViewController.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// OpenBook // OpenBook
// //
// Created by Jayson Lane on 3/8/12. // Created by Jayson Lane on 3/8/12.
// Copyright (c) 2012 Sparq Media. All rights reserved.
// //


#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
Expand Down
1 change: 0 additions & 1 deletion OpenBook/ViewController.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// OpenBook // OpenBook
// //
// Created by Jayson Lane on 3/8/12. // Created by Jayson Lane on 3/8/12.
// Copyright (c) 2012 Sparq Media. All rights reserved.
// //


#import "ViewController.h" #import "ViewController.h"
Expand Down
56 changes: 49 additions & 7 deletions OpenBook/en.lproj/ViewController.xib
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00"> <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
<data> <data>
<int key="IBDocument.SystemTarget">1280</int> <int key="IBDocument.SystemTarget">1280</int>
<string key="IBDocument.SystemVersion">11C25</string> <string key="IBDocument.SystemVersion">11D50</string>
<string key="IBDocument.InterfaceBuilderVersion">1919</string> <string key="IBDocument.InterfaceBuilderVersion">2177</string>
<string key="IBDocument.AppKitVersion">1138.11</string> <string key="IBDocument.AppKitVersion">1138.32</string>
<string key="IBDocument.HIToolboxVersion">566.00</string> <string key="IBDocument.HIToolboxVersion">568.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="NS.object.0">916</string> <string key="NS.object.0">1173</string>
</object> </object>
<array key="IBDocument.IntegratedClassDependencies"> <array key="IBDocument.IntegratedClassDependencies">
<string>IBProxyObject</string> <string>IBProxyObject</string>
<string>IBUIView</string> <string>IBUIView</string>
<string>IBUILabel</string>
</array> </array>
<array key="IBDocument.PluginDependencies"> <array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
Expand All @@ -33,6 +34,38 @@
<object class="IBUIView" id="774585933"> <object class="IBUIView" id="774585933">
<reference key="NSNextResponder"/> <reference key="NSNextResponder"/>
<int key="NSvFlags">274</int> <int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="IBUILabel" id="491024198">
<reference key="NSNextResponder" ref="774585933"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{114, 156}, {93, 21}}</string>
<reference key="NSSuperview" ref="774585933"/>
<reference key="NSWindow"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<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">Hello World!</string>
<object class="NSColor" key="IBUITextColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MCAwIDAAA</bytes>
</object>
<nil key="IBUIHighlightedColor"/>
<int key="IBUIBaselineAdjustment">0</int>
<float key="IBUIMinimumFontSize">10</float>
<object class="IBUIFontDescription" key="IBUIFontDescription">
<int key="type">1</int>
<double key="pointSize">17</double>
</object>
<object class="NSFont" key="IBUIFont">
<string key="NSName">Helvetica</string>
<double key="NSSize">17</double>
<int key="NSfFlags">16</int>
</object>
</object>
</array>
<string key="NSFrame">{{0, 20}, {320, 460}}</string> <string key="NSFrame">{{0, 20}, {320, 460}}</string>
<reference key="NSSuperview"/> <reference key="NSSuperview"/>
<reference key="NSWindow"/> <reference key="NSWindow"/>
Expand Down Expand Up @@ -81,8 +114,16 @@
<object class="IBObjectRecord"> <object class="IBObjectRecord">
<int key="objectID">6</int> <int key="objectID">6</int>
<reference key="object" ref="774585933"/> <reference key="object" ref="774585933"/>
<array class="NSMutableArray" key="children">
<reference ref="491024198"/>
</array>
<reference key="parent" ref="0"/> <reference key="parent" ref="0"/>
</object> </object>
<object class="IBObjectRecord">
<int key="objectID">8</int>
<reference key="object" ref="491024198"/>
<reference key="parent" ref="774585933"/>
</object>
</array> </array>
</object> </object>
<dictionary class="NSMutableDictionary" key="flattenedProperties"> <dictionary class="NSMutableDictionary" key="flattenedProperties">
Expand All @@ -91,12 +132,13 @@
<string key="-2.CustomClassName">UIResponder</string> <string key="-2.CustomClassName">UIResponder</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> <string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> <string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="8.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
</dictionary> </dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/> <dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/> <nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/> <dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/> <nil key="sourceID"/>
<int key="maxID">7</int> <int key="maxID">8</int>
</object> </object>
<object class="IBClassDescriber" key="IBDocument.Classes"> <object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions"> <array class="NSMutableArray" key="referencedPartialClassDescriptions">
Expand All @@ -114,6 +156,6 @@
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string> <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int> <int key="IBDocument.defaultPropertyAccessControl">3</int>
<string key="IBCocoaTouchPluginVersion">916</string> <string key="IBCocoaTouchPluginVersion">1173</string>
</data> </data>
</archive> </archive>

0 comments on commit 54725f8

Please sign in to comment.