cocoaout 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/CHANGES.md +5 -0
  4. data/cocoaout.gemspec +1 -1
  5. data/lib/cocoaout/command.rb +4 -3
  6. data/spec/projects/COMacApp/COMacApp.xcodeproj/project.pbxproj +480 -0
  7. data/spec/projects/COMacApp/COMacApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  8. data/spec/projects/COMacApp/COMacApp.xcodeproj/project.xcworkspace/xcuserdata/jason.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  9. data/spec/projects/COMacApp/COMacApp.xcodeproj/xcuserdata/jason.xcuserdatad/xcschemes/COMacApp.xcscheme +96 -0
  10. data/spec/projects/COMacApp/COMacApp.xcodeproj/xcuserdata/jason.xcuserdatad/xcschemes/xcschememanagement.plist +27 -0
  11. data/spec/projects/COMacApp/COMacApp/Base.lproj/MainMenu.xib +467 -0
  12. data/spec/projects/COMacApp/COMacApp/COMacApp-Info.plist +34 -0
  13. data/spec/projects/COMacApp/COMacApp/COMacApp-Prefix.pch +9 -0
  14. data/spec/projects/COMacApp/COMacApp/Images.xcassets/AppIcon.appiconset/Contents.json +58 -0
  15. data/spec/projects/COMacApp/COMacApp/MXAppDelegate.h +15 -0
  16. data/spec/projects/COMacApp/COMacApp/MXAppDelegate.m +18 -0
  17. data/spec/projects/COMacApp/COMacApp/en.lproj/Credits.rtf +29 -0
  18. data/spec/projects/COMacApp/COMacApp/en.lproj/InfoPlist.strings +2 -0
  19. data/spec/projects/COMacApp/COMacApp/main.m +14 -0
  20. data/spec/projects/COMacApp/COMacAppTests/COMacAppTests-Info.plist +22 -0
  21. data/spec/projects/COMacApp/COMacAppTests/COMacAppTests.m +34 -0
  22. data/spec/projects/COMacApp/COMacAppTests/en.lproj/InfoPlist.strings +2 -0
  23. data/spec/projects/COMacApp/Cocoaoutfile +15 -0
  24. data/spec/projects/COiOSApp/COiOSApp.xcodeproj/project.pbxproj +496 -0
  25. data/spec/projects/COiOSApp/COiOSApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  26. data/spec/projects/COiOSApp/COiOSApp.xcodeproj/project.xcworkspace/xcuserdata/jason.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  27. data/spec/projects/COiOSApp/COiOSApp.xcodeproj/xcuserdata/jason.xcuserdatad/xcschemes/COiOSApp.xcscheme +96 -0
  28. data/spec/projects/COiOSApp/COiOSApp.xcodeproj/xcuserdata/jason.xcuserdatad/xcschemes/xcschememanagement.plist +27 -0
  29. data/spec/projects/COiOSApp/COiOSApp/Base.lproj/Main_iPad.storyboard +135 -0
  30. data/spec/projects/COiOSApp/COiOSApp/Base.lproj/Main_iPhone.storyboard +104 -0
  31. data/spec/projects/COiOSApp/COiOSApp/COiOSApp-Info.plist +59 -0
  32. data/spec/projects/COiOSApp/COiOSApp/COiOSApp-Prefix.pch +16 -0
  33. data/spec/projects/COiOSApp/COiOSApp/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
  34. data/spec/projects/COiOSApp/COiOSApp/Images.xcassets/LaunchImage.launchimage/Contents.json +51 -0
  35. data/spec/projects/COiOSApp/COiOSApp/MXAppDelegate.h +15 -0
  36. data/spec/projects/COiOSApp/COiOSApp/MXAppDelegate.m +51 -0
  37. data/spec/projects/COiOSApp/COiOSApp/MXDetailViewController.h +16 -0
  38. data/spec/projects/COiOSApp/COiOSApp/MXDetailViewController.m +72 -0
  39. data/spec/projects/COiOSApp/COiOSApp/MXMasterViewController.h +17 -0
  40. data/spec/projects/COiOSApp/COiOSApp/MXMasterViewController.m +126 -0
  41. data/spec/projects/COiOSApp/COiOSApp/en.lproj/InfoPlist.strings +2 -0
  42. data/spec/projects/COiOSApp/COiOSApp/main.m +18 -0
  43. data/spec/projects/COiOSApp/COiOSAppTests/COiOSAppTests-Info.plist +22 -0
  44. data/spec/projects/COiOSApp/COiOSAppTests/COiOSAppTests.m +34 -0
  45. data/spec/projects/COiOSApp/COiOSAppTests/en.lproj/InfoPlist.strings +2 -0
  46. data/spec/projects/bg.png +0 -0
  47. metadata +84 -2
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Workspace
3
+ version = "1.0">
4
+ <FileRef
5
+ location = "self:COiOSApp.xcodeproj">
6
+ </FileRef>
7
+ </Workspace>
@@ -0,0 +1,96 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Scheme
3
+ LastUpgradeVersion = "0500"
4
+ version = "1.3">
5
+ <BuildAction
6
+ parallelizeBuildables = "YES"
7
+ buildImplicitDependencies = "YES">
8
+ <BuildActionEntries>
9
+ <BuildActionEntry
10
+ buildForTesting = "YES"
11
+ buildForRunning = "YES"
12
+ buildForProfiling = "YES"
13
+ buildForArchiving = "YES"
14
+ buildForAnalyzing = "YES">
15
+ <BuildableReference
16
+ BuildableIdentifier = "primary"
17
+ BlueprintIdentifier = "96D9DBB6180F7F2400855DB9"
18
+ BuildableName = "COiOSApp.app"
19
+ BlueprintName = "COiOSApp"
20
+ ReferencedContainer = "container:COiOSApp.xcodeproj">
21
+ </BuildableReference>
22
+ </BuildActionEntry>
23
+ </BuildActionEntries>
24
+ </BuildAction>
25
+ <TestAction
26
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28
+ shouldUseLaunchSchemeArgsEnv = "YES"
29
+ buildConfiguration = "Debug">
30
+ <Testables>
31
+ <TestableReference
32
+ skipped = "NO">
33
+ <BuildableReference
34
+ BuildableIdentifier = "primary"
35
+ BlueprintIdentifier = "96D9DBDD180F7F2400855DB9"
36
+ BuildableName = "COiOSAppTests.xctest"
37
+ BlueprintName = "COiOSAppTests"
38
+ ReferencedContainer = "container:COiOSApp.xcodeproj">
39
+ </BuildableReference>
40
+ </TestableReference>
41
+ </Testables>
42
+ <MacroExpansion>
43
+ <BuildableReference
44
+ BuildableIdentifier = "primary"
45
+ BlueprintIdentifier = "96D9DBB6180F7F2400855DB9"
46
+ BuildableName = "COiOSApp.app"
47
+ BlueprintName = "COiOSApp"
48
+ ReferencedContainer = "container:COiOSApp.xcodeproj">
49
+ </BuildableReference>
50
+ </MacroExpansion>
51
+ </TestAction>
52
+ <LaunchAction
53
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
54
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
55
+ launchStyle = "0"
56
+ useCustomWorkingDirectory = "NO"
57
+ buildConfiguration = "Debug"
58
+ ignoresPersistentStateOnLaunch = "NO"
59
+ debugDocumentVersioning = "YES"
60
+ allowLocationSimulation = "YES">
61
+ <BuildableProductRunnable>
62
+ <BuildableReference
63
+ BuildableIdentifier = "primary"
64
+ BlueprintIdentifier = "96D9DBB6180F7F2400855DB9"
65
+ BuildableName = "COiOSApp.app"
66
+ BlueprintName = "COiOSApp"
67
+ ReferencedContainer = "container:COiOSApp.xcodeproj">
68
+ </BuildableReference>
69
+ </BuildableProductRunnable>
70
+ <AdditionalOptions>
71
+ </AdditionalOptions>
72
+ </LaunchAction>
73
+ <ProfileAction
74
+ shouldUseLaunchSchemeArgsEnv = "YES"
75
+ savedToolIdentifier = ""
76
+ useCustomWorkingDirectory = "NO"
77
+ buildConfiguration = "Release"
78
+ debugDocumentVersioning = "YES">
79
+ <BuildableProductRunnable>
80
+ <BuildableReference
81
+ BuildableIdentifier = "primary"
82
+ BlueprintIdentifier = "96D9DBB6180F7F2400855DB9"
83
+ BuildableName = "COiOSApp.app"
84
+ BlueprintName = "COiOSApp"
85
+ ReferencedContainer = "container:COiOSApp.xcodeproj">
86
+ </BuildableReference>
87
+ </BuildableProductRunnable>
88
+ </ProfileAction>
89
+ <AnalyzeAction
90
+ buildConfiguration = "Debug">
91
+ </AnalyzeAction>
92
+ <ArchiveAction
93
+ buildConfiguration = "Release"
94
+ revealArchiveInOrganizer = "YES">
95
+ </ArchiveAction>
96
+ </Scheme>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>SchemeUserState</key>
6
+ <dict>
7
+ <key>COiOSApp.xcscheme</key>
8
+ <dict>
9
+ <key>orderHint</key>
10
+ <integer>0</integer>
11
+ </dict>
12
+ </dict>
13
+ <key>SuppressBuildableAutocreation</key>
14
+ <dict>
15
+ <key>96D9DBB6180F7F2400855DB9</key>
16
+ <dict>
17
+ <key>primary</key>
18
+ <true/>
19
+ </dict>
20
+ <key>96D9DBDD180F7F2400855DB9</key>
21
+ <dict>
22
+ <key>primary</key>
23
+ <true/>
24
+ </dict>
25
+ </dict>
26
+ </dict>
27
+ </plist>
@@ -0,0 +1,135 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4451" systemVersion="13A461" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="H1p-Uh-vWS">
3
+ <dependencies>
4
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3676"/>
5
+ </dependencies>
6
+ <scenes>
7
+ <!--Navigation Controller-->
8
+ <scene sceneID="pY4-Hu-kfo">
9
+ <objects>
10
+ <navigationController id="RMx-3f-FxP" sceneMemberID="viewController">
11
+ <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="Pmd-2v-anx">
12
+ <autoresizingMask key="autoresizingMask"/>
13
+ </navigationBar>
14
+ <connections>
15
+ <segue destination="7bK-jq-Zjz" kind="relationship" relationship="rootViewController" id="tsl-Nk-0bq"/>
16
+ </connections>
17
+ </navigationController>
18
+ <placeholder placeholderIdentifier="IBFirstResponder" id="8fS-aE-onr" sceneMemberID="firstResponder"/>
19
+ </objects>
20
+ <point key="canvasLocation" x="448" y="-630"/>
21
+ </scene>
22
+ <!--class Prefix:identifier Detail View Controller - Detail-->
23
+ <scene sceneID="yUG-lL-AsK">
24
+ <objects>
25
+ <viewController title="Detail" id="JEX-9P-axG" customClass="MXDetailViewController" sceneMemberID="viewController">
26
+ <view key="view" contentMode="scaleToFill" id="svH-Pt-448">
27
+ <rect key="frame" x="0.0" y="20" width="703" height="748"/>
28
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
29
+ <subviews>
30
+ <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Detail view content goes here" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="0XM-y9-sOw">
31
+ <rect key="frame" x="20" y="366" width="663" height="17"/>
32
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
33
+ <fontDescription key="fontDescription" type="system" size="system"/>
34
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
35
+ <nil key="highlightedColor"/>
36
+ </label>
37
+ </subviews>
38
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
39
+ <constraints>
40
+ <constraint firstItem="0XM-y9-sOw" firstAttribute="leading" secondItem="svH-Pt-448" secondAttribute="leading" constant="20" symbolic="YES" id="Tsc-yG-G1q"/>
41
+ <constraint firstItem="0XM-y9-sOw" firstAttribute="centerY" secondItem="svH-Pt-448" secondAttribute="centerY" id="jWN-iV-94e"/>
42
+ <constraint firstAttribute="trailing" secondItem="0XM-y9-sOw" secondAttribute="trailing" constant="20" symbolic="YES" id="tHV-ZD-HQj"/>
43
+ </constraints>
44
+ <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
45
+ </view>
46
+ <toolbarItems/>
47
+ <navigationItem key="navigationItem" title="Detail" id="mOI-FS-AaM"/>
48
+ <connections>
49
+ <outlet property="detailDescriptionLabel" destination="0XM-y9-sOw" id="deQ-Na-JPF"/>
50
+ </connections>
51
+ </viewController>
52
+ <placeholder placeholderIdentifier="IBFirstResponder" id="FJe-Yq-33r" sceneMemberID="firstResponder"/>
53
+ </objects>
54
+ <point key="canvasLocation" x="448" y="248"/>
55
+ </scene>
56
+ <!--Split View Controller-->
57
+ <scene sceneID="Nki-YV-4Qg">
58
+ <objects>
59
+ <splitViewController id="H1p-Uh-vWS" sceneMemberID="viewController">
60
+ <toolbarItems/>
61
+ <simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackOpaque"/>
62
+ <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
63
+ <connections>
64
+ <segue destination="RMx-3f-FxP" kind="relationship" relationship="masterViewController" id="BlO-5A-QYV"/>
65
+ <segue destination="vC3-pB-5Vb" kind="relationship" relationship="detailViewController" id="Tll-UG-LXB"/>
66
+ </connections>
67
+ </splitViewController>
68
+ <placeholder placeholderIdentifier="IBFirstResponder" id="cZU-Oi-B1e" sceneMemberID="firstResponder"/>
69
+ </objects>
70
+ <point key="canvasLocation" x="-687" y="-630"/>
71
+ </scene>
72
+ <!--class Prefix:identifier Master View Controller - Master-->
73
+ <scene sceneID="smW-Zh-WAh">
74
+ <objects>
75
+ <tableViewController title="Master" clearsSelectionOnViewWillAppear="NO" id="7bK-jq-Zjz" customClass="MXMasterViewController" sceneMemberID="viewController">
76
+ <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="r7i-6Z-zg0">
77
+ <rect key="frame" x="0.0" y="20" width="320" height="748"/>
78
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
79
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
80
+ <simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
81
+ <prototypes>
82
+ <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="Arm-wq-HPj" style="IBUITableViewCellStyleDefault" id="WCw-Qf-5nD">
83
+ <rect key="frame" x="0.0" y="86" width="320" height="44"/>
84
+ <autoresizingMask key="autoresizingMask"/>
85
+ <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
86
+ <rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
87
+ <autoresizingMask key="autoresizingMask"/>
88
+ <subviews>
89
+ <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Arm-wq-HPj">
90
+ <rect key="frame" x="15" y="0.0" width="290" height="43"/>
91
+ <autoresizingMask key="autoresizingMask"/>
92
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
93
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
94
+ <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
95
+ </label>
96
+ </subviews>
97
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
98
+ </view>
99
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
100
+ </tableViewCell>
101
+ </prototypes>
102
+ <sections/>
103
+ <connections>
104
+ <outlet property="dataSource" destination="7bK-jq-Zjz" id="Gho-Na-rnu"/>
105
+ <outlet property="delegate" destination="7bK-jq-Zjz" id="RA6-mI-bju"/>
106
+ </connections>
107
+ </tableView>
108
+ <navigationItem key="navigationItem" title="Master" id="Zdf-7t-Un8"/>
109
+ </tableViewController>
110
+ <placeholder placeholderIdentifier="IBFirstResponder" id="Rux-fX-hf1" sceneMemberID="firstResponder"/>
111
+ </objects>
112
+ <point key="canvasLocation" x="859" y="-631"/>
113
+ </scene>
114
+ <!--Navigation Controller-->
115
+ <scene sceneID="r7l-gg-dq7">
116
+ <objects>
117
+ <navigationController id="vC3-pB-5Vb" sceneMemberID="viewController">
118
+ <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="DjV-YW-jjY">
119
+ <autoresizingMask key="autoresizingMask"/>
120
+ </navigationBar>
121
+ <connections>
122
+ <segue destination="JEX-9P-axG" kind="relationship" relationship="rootViewController" id="GKi-kA-LjT"/>
123
+ </connections>
124
+ </navigationController>
125
+ <placeholder placeholderIdentifier="IBFirstResponder" id="SLD-UC-DBI" userLabel="First Responder" sceneMemberID="firstResponder"/>
126
+ </objects>
127
+ <point key="canvasLocation" x="-366" y="248"/>
128
+ </scene>
129
+ </scenes>
130
+ <simulatedMetricsContainer key="defaultSimulatedMetrics">
131
+ <simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackOpaque"/>
132
+ <simulatedOrientationMetrics key="orientation"/>
133
+ <simulatedScreenMetrics key="destination"/>
134
+ </simulatedMetricsContainer>
135
+ </document>
@@ -0,0 +1,104 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4451" systemVersion="13A461" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="rS3-R9-Ivy">
3
+ <dependencies>
4
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3676"/>
5
+ </dependencies>
6
+ <scenes>
7
+ <!--Navigation Controller-->
8
+ <scene sceneID="cUi-kZ-frf">
9
+ <objects>
10
+ <navigationController id="rS3-R9-Ivy" sceneMemberID="viewController">
11
+ <navigationBar key="navigationBar" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="yXu-0R-QUA">
12
+ <autoresizingMask key="autoresizingMask"/>
13
+ </navigationBar>
14
+ <connections>
15
+ <segue destination="pGg-6v-bdr" kind="relationship" relationship="rootViewController" id="RxB-wf-QIq"/>
16
+ </connections>
17
+ </navigationController>
18
+ <placeholder placeholderIdentifier="IBFirstResponder" id="eq9-QA-ai8" sceneMemberID="firstResponder"/>
19
+ </objects>
20
+ <point key="canvasLocation" x="-1" y="64"/>
21
+ </scene>
22
+ <!--class Prefix:identifier Master View Controller - Master-->
23
+ <scene sceneID="VgW-fR-Quf">
24
+ <objects>
25
+ <tableViewController title="Master" id="pGg-6v-bdr" customClass="MXMasterViewController" sceneMemberID="viewController">
26
+ <tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="mLL-gJ-YKr">
27
+ <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
28
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
29
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
30
+ <prototypes>
31
+ <tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="2pz-XF-uhl" style="IBUITableViewCellStyleDefault" id="m0d-ak-lc9">
32
+ <rect key="frame" x="0.0" y="86" width="320" height="44"/>
33
+ <autoresizingMask key="autoresizingMask"/>
34
+ <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
35
+ <rect key="frame" x="0.0" y="0.0" width="287" height="43"/>
36
+ <autoresizingMask key="autoresizingMask"/>
37
+ <subviews>
38
+ <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="2pz-XF-uhl">
39
+ <rect key="frame" x="15" y="0.0" width="270" height="43"/>
40
+ <autoresizingMask key="autoresizingMask"/>
41
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
42
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
43
+ <color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
44
+ </label>
45
+ </subviews>
46
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
47
+ </view>
48
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
49
+ <connections>
50
+ <segue destination="Ah7-4n-0Wa" kind="push" identifier="showDetail" id="jUr-3t-vfg"/>
51
+ </connections>
52
+ </tableViewCell>
53
+ </prototypes>
54
+ <sections/>
55
+ <connections>
56
+ <outlet property="dataSource" destination="pGg-6v-bdr" id="P41-gY-KXY"/>
57
+ <outlet property="delegate" destination="pGg-6v-bdr" id="Y6K-Cp-Qkv"/>
58
+ </connections>
59
+ </tableView>
60
+ <navigationItem key="navigationItem" title="Master" id="tQt-TN-PWz"/>
61
+ </tableViewController>
62
+ <placeholder placeholderIdentifier="IBFirstResponder" id="6Cn-md-YlS" sceneMemberID="firstResponder"/>
63
+ </objects>
64
+ <point key="canvasLocation" x="459" y="64"/>
65
+ </scene>
66
+ <!--class Prefix:identifier Detail View Controller - Detail-->
67
+ <scene sceneID="Cn3-H9-jdl">
68
+ <objects>
69
+ <viewController title="Detail" id="Ah7-4n-0Wa" customClass="MXDetailViewController" sceneMemberID="viewController">
70
+ <view key="view" contentMode="scaleToFill" id="MMQ-IT-qOo">
71
+ <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
72
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
73
+ <subviews>
74
+ <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="Detail view content goes here" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="Lei-5M-9Gs">
75
+ <rect key="frame" x="20" y="276" width="280" height="17"/>
76
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
77
+ <fontDescription key="fontDescription" type="system" size="system"/>
78
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
79
+ <nil key="highlightedColor"/>
80
+ </label>
81
+ </subviews>
82
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
83
+ <constraints>
84
+ <constraint firstItem="Lei-5M-9Gs" firstAttribute="leading" secondItem="MMQ-IT-qOo" secondAttribute="leading" constant="20" symbolic="YES" id="62x-JV-TTJ"/>
85
+ <constraint firstItem="Lei-5M-9Gs" firstAttribute="centerY" secondItem="MMQ-IT-qOo" secondAttribute="centerY" id="JzS-HC-Rnl"/>
86
+ <constraint firstAttribute="trailing" secondItem="Lei-5M-9Gs" secondAttribute="trailing" constant="20" symbolic="YES" id="pXB-RP-Zz6"/>
87
+ </constraints>
88
+ </view>
89
+ <navigationItem key="navigationItem" title="Detail" id="cra-N8-TIN"/>
90
+ <connections>
91
+ <outlet property="detailDescriptionLabel" destination="Lei-5M-9Gs" id="sCT-F7-F6f"/>
92
+ </connections>
93
+ </viewController>
94
+ <placeholder placeholderIdentifier="IBFirstResponder" id="lrm-kH-fPn" sceneMemberID="firstResponder"/>
95
+ </objects>
96
+ <point key="canvasLocation" x="902" y="64"/>
97
+ </scene>
98
+ </scenes>
99
+ <simulatedMetricsContainer key="defaultSimulatedMetrics">
100
+ <simulatedStatusBarMetrics key="statusBar"/>
101
+ <simulatedOrientationMetrics key="orientation"/>
102
+ <simulatedScreenMetrics key="destination" type="retina4"/>
103
+ </simulatedMetricsContainer>
104
+ </document>
@@ -0,0 +1,59 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>en</string>
7
+ <key>CFBundleDisplayName</key>
8
+ <string>${PRODUCT_NAME}</string>
9
+ <key>CFBundleExecutable</key>
10
+ <string>${EXECUTABLE_NAME}</string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>com.taobao.${PRODUCT_NAME:rfc1034identifier}</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundleName</key>
16
+ <string>${PRODUCT_NAME}</string>
17
+ <key>CFBundlePackageType</key>
18
+ <string>APPL</string>
19
+ <key>CFBundleShortVersionString</key>
20
+ <string>1.0</string>
21
+ <key>CFBundleSignature</key>
22
+ <string>????</string>
23
+ <key>CFBundleVersion</key>
24
+ <string>1.0</string>
25
+ <key>LSRequiresIPhoneOS</key>
26
+ <true/>
27
+ <key>UIMainStoryboardFile</key>
28
+ <string>Main_iPhone</string>
29
+ <key>UIMainStoryboardFile~ipad</key>
30
+ <string>Main_iPad</string>
31
+ <key>UIRequiredDeviceCapabilities</key>
32
+ <array>
33
+ <string>armv7</string>
34
+ </array>
35
+ <key>UIStatusBarTintParameters</key>
36
+ <dict>
37
+ <key>UINavigationBar</key>
38
+ <dict>
39
+ <key>Style</key>
40
+ <string>UIBarStyleDefault</string>
41
+ <key>Translucent</key>
42
+ <false/>
43
+ </dict>
44
+ </dict>
45
+ <key>UISupportedInterfaceOrientations</key>
46
+ <array>
47
+ <string>UIInterfaceOrientationPortrait</string>
48
+ <string>UIInterfaceOrientationLandscapeLeft</string>
49
+ <string>UIInterfaceOrientationLandscapeRight</string>
50
+ </array>
51
+ <key>UISupportedInterfaceOrientations~ipad</key>
52
+ <array>
53
+ <string>UIInterfaceOrientationPortrait</string>
54
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
55
+ <string>UIInterfaceOrientationLandscapeLeft</string>
56
+ <string>UIInterfaceOrientationLandscapeRight</string>
57
+ </array>
58
+ </dict>
59
+ </plist>
@@ -0,0 +1,16 @@
1
+ //
2
+ // Prefix header
3
+ //
4
+ // The contents of this file are implicitly included at the beginning of every source file.
5
+ //
6
+
7
+ #import <Availability.h>
8
+
9
+ #ifndef __IPHONE_5_0
10
+ #warning "This project uses features only available in iOS SDK 5.0 and later."
11
+ #endif
12
+
13
+ #ifdef __OBJC__
14
+ #import <UIKit/UIKit.h>
15
+ #import <Foundation/Foundation.h>
16
+ #endif