lanekit 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/README.md +62 -2
- data/lib/lanekit/generate/model.rb +0 -9
- data/lib/lanekit/generate/provider.rb +2 -10
- data/lib/lanekit/generate/urbanairship.rb +53 -0
- data/lib/lanekit/generate.rb +21 -0
- data/lib/lanekit/new.rb +19 -0
- data/lib/lanekit/version.rb +1 -1
- data/lib/lanekit.rb +37 -4
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKAppDelegate.m +20 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKDetailViewController.h +12 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKDetailViewController.m +68 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKMasterViewController.h +13 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Controllers/LKMasterViewController.m +122 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/Base.lproj/Main_iPad.storyboard +139 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/Resources/Base.lproj/Main_iPhone.storyboard +104 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{lanekit-ios-project-Info.plist → Supporting Files/lanekit-ios-project-Info.plist } +4 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/project.pbxproj +86 -14
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/xcuserdata/larry.xcuserdatad/xcschemes/lanekit-ios-project.xcscheme +96 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project.xcodeproj/xcuserdata/larry.xcuserdatad/xcschemes/xcschememanagement.plist +27 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project.xcworkspace/xcshareddata/lanekit-ios-project.xccheckout +41 -0
- data/lib/template/lanekit-ios-project/lanekit-ios-project.xcworkspace/xcuserdata/larry.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- metadata +24 -10
- data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/LKAppDelegate.m +0 -45
- /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{LKAppDelegate.h → Controllers/LKAppDelegate.h} +0 -0
- /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{Images.xcassets → Resources/Images.xcassets}/AppIcon.appiconset/Contents.json +0 -0
- /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{Images.xcassets → Resources/Images.xcassets}/LaunchImage.launchimage/Contents.json +0 -0
- /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{en.lproj → Resources/en.lproj}/InfoPlist.strings +0 -0
- /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{lanekit-ios-project-Prefix.pch → Supporting Files/lanekit-ios-project-Prefix.pch} +0 -0
- /data/lib/template/lanekit-ios-project/lanekit-ios-project/lanekit-ios-project/{main.m → Supporting Files/main.m} +0 -0
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4510" systemVersion="12F45" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="H1p-Uh-vWS">
|
|
3
|
+
<dependencies>
|
|
4
|
+
<deployment defaultVersion="1536" identifier="iOS"/>
|
|
5
|
+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
|
|
6
|
+
</dependencies>
|
|
7
|
+
<scenes>
|
|
8
|
+
<!--Navigation Controller-->
|
|
9
|
+
<scene sceneID="pY4-Hu-kfo">
|
|
10
|
+
<objects>
|
|
11
|
+
<navigationController id="RMx-3f-FxP" sceneMemberID="viewController">
|
|
12
|
+
<navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="Pmd-2v-anx">
|
|
13
|
+
<autoresizingMask key="autoresizingMask"/>
|
|
14
|
+
</navigationBar>
|
|
15
|
+
<connections>
|
|
16
|
+
<segue destination="7bK-jq-Zjz" kind="relationship" relationship="rootViewController" id="tsl-Nk-0bq"/>
|
|
17
|
+
</connections>
|
|
18
|
+
</navigationController>
|
|
19
|
+
<placeholder placeholderIdentifier="IBFirstResponder" id="8fS-aE-onr" sceneMemberID="firstResponder"/>
|
|
20
|
+
</objects>
|
|
21
|
+
<point key="canvasLocation" x="448" y="-630"/>
|
|
22
|
+
</scene>
|
|
23
|
+
<!--Detail View Controller - Detail-->
|
|
24
|
+
<scene sceneID="yUG-lL-AsK">
|
|
25
|
+
<objects>
|
|
26
|
+
<viewController title="Detail" id="JEX-9P-axG" customClass="LKDetailViewController" sceneMemberID="viewController">
|
|
27
|
+
<layoutGuides>
|
|
28
|
+
<viewControllerLayoutGuide type="top" id="8wd-7d-mFo"/>
|
|
29
|
+
<viewControllerLayoutGuide type="bottom" id="gMh-B7-yhi"/>
|
|
30
|
+
</layoutGuides>
|
|
31
|
+
<view key="view" contentMode="scaleToFill" id="svH-Pt-448">
|
|
32
|
+
<rect key="frame" x="0.0" y="0.0" width="703" height="768"/>
|
|
33
|
+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
34
|
+
<subviews>
|
|
35
|
+
<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">
|
|
36
|
+
<rect key="frame" x="20" y="376" width="663" height="17"/>
|
|
37
|
+
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
38
|
+
<fontDescription key="fontDescription" type="system" size="system"/>
|
|
39
|
+
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
40
|
+
<nil key="highlightedColor"/>
|
|
41
|
+
</label>
|
|
42
|
+
</subviews>
|
|
43
|
+
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
44
|
+
<constraints>
|
|
45
|
+
<constraint firstItem="0XM-y9-sOw" firstAttribute="leading" secondItem="svH-Pt-448" secondAttribute="leading" constant="20" symbolic="YES" id="Tsc-yG-G1q"/>
|
|
46
|
+
<constraint firstItem="0XM-y9-sOw" firstAttribute="centerY" secondItem="svH-Pt-448" secondAttribute="centerY" id="jWN-iV-94e"/>
|
|
47
|
+
<constraint firstAttribute="trailing" secondItem="0XM-y9-sOw" secondAttribute="trailing" constant="20" symbolic="YES" id="tHV-ZD-HQj"/>
|
|
48
|
+
</constraints>
|
|
49
|
+
<simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
|
|
50
|
+
</view>
|
|
51
|
+
<toolbarItems/>
|
|
52
|
+
<navigationItem key="navigationItem" title="Detail" id="mOI-FS-AaM"/>
|
|
53
|
+
<connections>
|
|
54
|
+
<outlet property="detailDescriptionLabel" destination="0XM-y9-sOw" id="deQ-Na-JPF"/>
|
|
55
|
+
</connections>
|
|
56
|
+
</viewController>
|
|
57
|
+
<placeholder placeholderIdentifier="IBFirstResponder" id="FJe-Yq-33r" sceneMemberID="firstResponder"/>
|
|
58
|
+
</objects>
|
|
59
|
+
<point key="canvasLocation" x="448" y="248"/>
|
|
60
|
+
</scene>
|
|
61
|
+
<!--Split View Controller-->
|
|
62
|
+
<scene sceneID="Nki-YV-4Qg">
|
|
63
|
+
<objects>
|
|
64
|
+
<splitViewController id="H1p-Uh-vWS" sceneMemberID="viewController">
|
|
65
|
+
<toolbarItems/>
|
|
66
|
+
<simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="blackOpaque"/>
|
|
67
|
+
<simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
|
|
68
|
+
<connections>
|
|
69
|
+
<segue destination="RMx-3f-FxP" kind="relationship" relationship="masterViewController" id="BlO-5A-QYV"/>
|
|
70
|
+
<segue destination="vC3-pB-5Vb" kind="relationship" relationship="detailViewController" id="Tll-UG-LXB"/>
|
|
71
|
+
</connections>
|
|
72
|
+
</splitViewController>
|
|
73
|
+
<placeholder placeholderIdentifier="IBFirstResponder" id="cZU-Oi-B1e" sceneMemberID="firstResponder"/>
|
|
74
|
+
</objects>
|
|
75
|
+
<point key="canvasLocation" x="-687" y="-630"/>
|
|
76
|
+
</scene>
|
|
77
|
+
<!--Master View Controller - Master-->
|
|
78
|
+
<scene sceneID="smW-Zh-WAh">
|
|
79
|
+
<objects>
|
|
80
|
+
<tableViewController title="Master" clearsSelectionOnViewWillAppear="NO" id="7bK-jq-Zjz" customClass="LKMasterViewController" sceneMemberID="viewController">
|
|
81
|
+
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="r7i-6Z-zg0">
|
|
82
|
+
<rect key="frame" x="0.0" y="0.0" width="320" height="768"/>
|
|
83
|
+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
84
|
+
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
85
|
+
<simulatedOrientationMetrics key="simulatedOrientationMetrics" orientation="landscapeRight"/>
|
|
86
|
+
<prototypes>
|
|
87
|
+
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="Arm-wq-HPj" style="IBUITableViewCellStyleDefault" id="WCw-Qf-5nD">
|
|
88
|
+
<rect key="frame" x="0.0" y="86" width="320" height="44"/>
|
|
89
|
+
<autoresizingMask key="autoresizingMask"/>
|
|
90
|
+
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="WCw-Qf-5nD" id="ydd-e1-P1g">
|
|
91
|
+
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
|
|
92
|
+
<autoresizingMask key="autoresizingMask"/>
|
|
93
|
+
<subviews>
|
|
94
|
+
<label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" text="Title" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Arm-wq-HPj">
|
|
95
|
+
<rect key="frame" x="15" y="0.0" width="290" height="43"/>
|
|
96
|
+
<autoresizingMask key="autoresizingMask"/>
|
|
97
|
+
<fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
|
|
98
|
+
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
99
|
+
<color key="highlightedColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
|
|
100
|
+
</label>
|
|
101
|
+
</subviews>
|
|
102
|
+
</tableViewCellContentView>
|
|
103
|
+
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
104
|
+
</tableViewCell>
|
|
105
|
+
</prototypes>
|
|
106
|
+
<sections/>
|
|
107
|
+
<connections>
|
|
108
|
+
<outlet property="dataSource" destination="7bK-jq-Zjz" id="Gho-Na-rnu"/>
|
|
109
|
+
<outlet property="delegate" destination="7bK-jq-Zjz" id="RA6-mI-bju"/>
|
|
110
|
+
</connections>
|
|
111
|
+
</tableView>
|
|
112
|
+
<navigationItem key="navigationItem" title="Master" id="Zdf-7t-Un8"/>
|
|
113
|
+
</tableViewController>
|
|
114
|
+
<placeholder placeholderIdentifier="IBFirstResponder" id="Rux-fX-hf1" sceneMemberID="firstResponder"/>
|
|
115
|
+
</objects>
|
|
116
|
+
<point key="canvasLocation" x="859" y="-631"/>
|
|
117
|
+
</scene>
|
|
118
|
+
<!--Navigation Controller-->
|
|
119
|
+
<scene sceneID="r7l-gg-dq7">
|
|
120
|
+
<objects>
|
|
121
|
+
<navigationController id="vC3-pB-5Vb" sceneMemberID="viewController">
|
|
122
|
+
<navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="DjV-YW-jjY">
|
|
123
|
+
<autoresizingMask key="autoresizingMask"/>
|
|
124
|
+
</navigationBar>
|
|
125
|
+
<connections>
|
|
126
|
+
<segue destination="JEX-9P-axG" kind="relationship" relationship="rootViewController" id="GKi-kA-LjT"/>
|
|
127
|
+
</connections>
|
|
128
|
+
</navigationController>
|
|
129
|
+
<placeholder placeholderIdentifier="IBFirstResponder" id="SLD-UC-DBI" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
130
|
+
</objects>
|
|
131
|
+
<point key="canvasLocation" x="-366" y="248"/>
|
|
132
|
+
</scene>
|
|
133
|
+
</scenes>
|
|
134
|
+
<simulatedMetricsContainer key="defaultSimulatedMetrics">
|
|
135
|
+
<simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackOpaque"/>
|
|
136
|
+
<simulatedOrientationMetrics key="orientation"/>
|
|
137
|
+
<simulatedScreenMetrics key="destination"/>
|
|
138
|
+
</simulatedMetricsContainer>
|
|
139
|
+
</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="LKMasterViewController" 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="LKDetailViewController" 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>
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
<string>1.0</string>
|
|
25
25
|
<key>LSRequiresIPhoneOS</key>
|
|
26
26
|
<true/>
|
|
27
|
+
<key>UIMainStoryboardFile</key>
|
|
28
|
+
<string>Main_iPhone</string>
|
|
29
|
+
<key>UIMainStoryboardFile~ipad</key>
|
|
30
|
+
<string>Main_iPad</string>
|
|
27
31
|
<key>UIRequiredDeviceCapabilities</key>
|
|
28
32
|
<array>
|
|
29
33
|
<string>armv7</string>
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
461263DE180B401300771CF8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 461263C6180B401300771CF8 /* UIKit.framework */; };
|
|
20
20
|
461263E6180B401300771CF8 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 461263E4180B401300771CF8 /* InfoPlist.strings */; };
|
|
21
21
|
461263E8180B401300771CF8 /* lanekit-ios-projectTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 461263E7180B401300771CF8 /* lanekit-ios-projectTests.m */; };
|
|
22
|
+
466CCC20181CA7010028AD47 /* LKDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 466CCC1D181CA7010028AD47 /* LKDetailViewController.m */; };
|
|
23
|
+
466CCC21181CA7010028AD47 /* LKMasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 466CCC1F181CA7010028AD47 /* LKMasterViewController.m */; };
|
|
24
|
+
466CCC26181CA7CA0028AD47 /* Main_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 466CCC22181CA7CA0028AD47 /* Main_iPad.storyboard */; };
|
|
25
|
+
466CCC27181CA7CA0028AD47 /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 466CCC24181CA7CA0028AD47 /* Main_iPhone.storyboard */; };
|
|
22
26
|
/* End PBXBuildFile section */
|
|
23
27
|
|
|
24
28
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -36,18 +40,24 @@
|
|
|
36
40
|
461263C2180B401300771CF8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
37
41
|
461263C4180B401300771CF8 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
38
42
|
461263C6180B401300771CF8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
39
|
-
461263CA180B401300771CF8 /* lanekit-ios-project-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "lanekit-ios-project-Info.plist"; sourceTree = "<group>"; };
|
|
43
|
+
461263CA180B401300771CF8 /* lanekit-ios-project-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "lanekit-ios-project-Info.plist"; path = "Supporting Files/lanekit-ios-project-Info.plist"; sourceTree = "<group>"; };
|
|
40
44
|
461263CC180B401300771CF8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
41
|
-
461263CE180B401300771CF8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
42
|
-
461263D0180B401300771CF8 /* lanekit-ios-project-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "lanekit-ios-project-Prefix.pch"; sourceTree = "<group>"; };
|
|
43
|
-
461263D1180B401300771CF8 /* LKAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LKAppDelegate.h; sourceTree = "<group>"; };
|
|
44
|
-
461263D2180B401300771CF8 /* LKAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LKAppDelegate.m; sourceTree = "<group>"; };
|
|
45
|
-
461263D4180B401300771CF8 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
45
|
+
461263CE180B401300771CF8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "Supporting Files/main.m"; sourceTree = "<group>"; };
|
|
46
|
+
461263D0180B401300771CF8 /* lanekit-ios-project-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "lanekit-ios-project-Prefix.pch"; path = "Supporting Files/lanekit-ios-project-Prefix.pch"; sourceTree = "<group>"; };
|
|
47
|
+
461263D1180B401300771CF8 /* LKAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LKAppDelegate.h; path = Controllers/LKAppDelegate.h; sourceTree = "<group>"; };
|
|
48
|
+
461263D2180B401300771CF8 /* LKAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = LKAppDelegate.m; path = Controllers/LKAppDelegate.m; sourceTree = "<group>"; };
|
|
49
|
+
461263D4180B401300771CF8 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Resources/Images.xcassets; sourceTree = "<group>"; };
|
|
46
50
|
461263DA180B401300771CF8 /* lanekit-ios-projectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "lanekit-ios-projectTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
47
51
|
461263DB180B401300771CF8 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
48
52
|
461263E3180B401300771CF8 /* lanekit-ios-projectTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "lanekit-ios-projectTests-Info.plist"; sourceTree = "<group>"; };
|
|
49
53
|
461263E5180B401300771CF8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
50
|
-
461263E7180B401300771CF8 /* lanekit-ios-projectTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = lanekit-ios-projectTests.m; sourceTree = "<group>"; };
|
|
54
|
+
461263E7180B401300771CF8 /* lanekit-ios-projectTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "lanekit-ios-projectTests.m"; sourceTree = "<group>"; };
|
|
55
|
+
466CCC1C181CA7010028AD47 /* LKDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LKDetailViewController.h; path = Controllers/LKDetailViewController.h; sourceTree = "<group>"; };
|
|
56
|
+
466CCC1D181CA7010028AD47 /* LKDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LKDetailViewController.m; path = Controllers/LKDetailViewController.m; sourceTree = "<group>"; };
|
|
57
|
+
466CCC1E181CA7010028AD47 /* LKMasterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LKMasterViewController.h; path = Controllers/LKMasterViewController.h; sourceTree = "<group>"; };
|
|
58
|
+
466CCC1F181CA7010028AD47 /* LKMasterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LKMasterViewController.m; path = Controllers/LKMasterViewController.m; sourceTree = "<group>"; };
|
|
59
|
+
466CCC23181CA7CA0028AD47 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Resources/Base.lproj/Main_iPad.storyboard; sourceTree = "<group>"; };
|
|
60
|
+
466CCC25181CA7CA0028AD47 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Resources/Base.lproj/Main_iPhone.storyboard; sourceTree = "<group>"; };
|
|
51
61
|
/* End PBXFileReference section */
|
|
52
62
|
|
|
53
63
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -107,10 +117,11 @@
|
|
|
107
117
|
461263C8180B401300771CF8 /* lanekit-ios-project */ = {
|
|
108
118
|
isa = PBXGroup;
|
|
109
119
|
children = (
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
120
|
+
466CCB7A18192CDC0028AD47 /* Controllers */,
|
|
121
|
+
466CCB7918192CD50028AD47 /* Models */,
|
|
122
|
+
466CCB7C18192CF30028AD47 /* Resources */,
|
|
113
123
|
461263C9180B401300771CF8 /* Supporting Files */,
|
|
124
|
+
466CCB7B18192CE30028AD47 /* Views */,
|
|
114
125
|
);
|
|
115
126
|
path = "lanekit-ios-project";
|
|
116
127
|
sourceTree = "<group>";
|
|
@@ -144,6 +155,43 @@
|
|
|
144
155
|
name = "Supporting Files";
|
|
145
156
|
sourceTree = "<group>";
|
|
146
157
|
};
|
|
158
|
+
466CCB7918192CD50028AD47 /* Models */ = {
|
|
159
|
+
isa = PBXGroup;
|
|
160
|
+
children = (
|
|
161
|
+
);
|
|
162
|
+
name = Models;
|
|
163
|
+
sourceTree = "<group>";
|
|
164
|
+
};
|
|
165
|
+
466CCB7A18192CDC0028AD47 /* Controllers */ = {
|
|
166
|
+
isa = PBXGroup;
|
|
167
|
+
children = (
|
|
168
|
+
461263D1180B401300771CF8 /* LKAppDelegate.h */,
|
|
169
|
+
461263D2180B401300771CF8 /* LKAppDelegate.m */,
|
|
170
|
+
466CCC1C181CA7010028AD47 /* LKDetailViewController.h */,
|
|
171
|
+
466CCC1D181CA7010028AD47 /* LKDetailViewController.m */,
|
|
172
|
+
466CCC1E181CA7010028AD47 /* LKMasterViewController.h */,
|
|
173
|
+
466CCC1F181CA7010028AD47 /* LKMasterViewController.m */,
|
|
174
|
+
);
|
|
175
|
+
name = Controllers;
|
|
176
|
+
sourceTree = "<group>";
|
|
177
|
+
};
|
|
178
|
+
466CCB7B18192CE30028AD47 /* Views */ = {
|
|
179
|
+
isa = PBXGroup;
|
|
180
|
+
children = (
|
|
181
|
+
);
|
|
182
|
+
name = Views;
|
|
183
|
+
sourceTree = "<group>";
|
|
184
|
+
};
|
|
185
|
+
466CCB7C18192CF30028AD47 /* Resources */ = {
|
|
186
|
+
isa = PBXGroup;
|
|
187
|
+
children = (
|
|
188
|
+
466CCC22181CA7CA0028AD47 /* Main_iPad.storyboard */,
|
|
189
|
+
466CCC24181CA7CA0028AD47 /* Main_iPhone.storyboard */,
|
|
190
|
+
461263D4180B401300771CF8 /* Images.xcassets */,
|
|
191
|
+
);
|
|
192
|
+
name = Resources;
|
|
193
|
+
sourceTree = "<group>";
|
|
194
|
+
};
|
|
147
195
|
/* End PBXGroup section */
|
|
148
196
|
|
|
149
197
|
/* Begin PBXNativeTarget section */
|
|
@@ -203,6 +251,7 @@
|
|
|
203
251
|
hasScannedForEncodings = 0;
|
|
204
252
|
knownRegions = (
|
|
205
253
|
en,
|
|
254
|
+
Base,
|
|
206
255
|
);
|
|
207
256
|
mainGroup = 461263B6180B401300771CF8;
|
|
208
257
|
productRefGroup = 461263C0180B401300771CF8 /* Products */;
|
|
@@ -220,6 +269,8 @@
|
|
|
220
269
|
isa = PBXResourcesBuildPhase;
|
|
221
270
|
buildActionMask = 2147483647;
|
|
222
271
|
files = (
|
|
272
|
+
466CCC27181CA7CA0028AD47 /* Main_iPhone.storyboard in Resources */,
|
|
273
|
+
466CCC26181CA7CA0028AD47 /* Main_iPad.storyboard in Resources */,
|
|
223
274
|
461263CD180B401300771CF8 /* InfoPlist.strings in Resources */,
|
|
224
275
|
461263D5180B401300771CF8 /* Images.xcassets in Resources */,
|
|
225
276
|
);
|
|
@@ -240,6 +291,8 @@
|
|
|
240
291
|
isa = PBXSourcesBuildPhase;
|
|
241
292
|
buildActionMask = 2147483647;
|
|
242
293
|
files = (
|
|
294
|
+
466CCC20181CA7010028AD47 /* LKDetailViewController.m in Sources */,
|
|
295
|
+
466CCC21181CA7010028AD47 /* LKMasterViewController.m in Sources */,
|
|
243
296
|
461263CF180B401300771CF8 /* main.m in Sources */,
|
|
244
297
|
461263D3180B401300771CF8 /* LKAppDelegate.m in Sources */,
|
|
245
298
|
);
|
|
@@ -270,6 +323,7 @@
|
|
|
270
323
|
461263CC180B401300771CF8 /* en */,
|
|
271
324
|
);
|
|
272
325
|
name = InfoPlist.strings;
|
|
326
|
+
path = Resources;
|
|
273
327
|
sourceTree = "<group>";
|
|
274
328
|
};
|
|
275
329
|
461263E4180B401300771CF8 /* InfoPlist.strings */ = {
|
|
@@ -280,6 +334,22 @@
|
|
|
280
334
|
name = InfoPlist.strings;
|
|
281
335
|
sourceTree = "<group>";
|
|
282
336
|
};
|
|
337
|
+
466CCC22181CA7CA0028AD47 /* Main_iPad.storyboard */ = {
|
|
338
|
+
isa = PBXVariantGroup;
|
|
339
|
+
children = (
|
|
340
|
+
466CCC23181CA7CA0028AD47 /* Base */,
|
|
341
|
+
);
|
|
342
|
+
name = Main_iPad.storyboard;
|
|
343
|
+
sourceTree = "<group>";
|
|
344
|
+
};
|
|
345
|
+
466CCC24181CA7CA0028AD47 /* Main_iPhone.storyboard */ = {
|
|
346
|
+
isa = PBXVariantGroup;
|
|
347
|
+
children = (
|
|
348
|
+
466CCC25181CA7CA0028AD47 /* Base */,
|
|
349
|
+
);
|
|
350
|
+
name = Main_iPhone.storyboard;
|
|
351
|
+
sourceTree = "<group>";
|
|
352
|
+
};
|
|
283
353
|
/* End PBXVariantGroup section */
|
|
284
354
|
|
|
285
355
|
/* Begin XCBuildConfiguration section */
|
|
@@ -363,8 +433,8 @@
|
|
|
363
433
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
364
434
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
365
435
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
366
|
-
GCC_PREFIX_HEADER = "lanekit-ios-project/lanekit-ios-project-Prefix.pch";
|
|
367
|
-
INFOPLIST_FILE = "lanekit-ios-project/lanekit-ios-project-Info.plist";
|
|
436
|
+
GCC_PREFIX_HEADER = "lanekit-ios-project/Supporting Files/lanekit-ios-project-Prefix.pch";
|
|
437
|
+
INFOPLIST_FILE = "lanekit-ios-project/Supporting Files/lanekit-ios-project-Info.plist";
|
|
368
438
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
369
439
|
WRAPPER_EXTENSION = app;
|
|
370
440
|
};
|
|
@@ -376,8 +446,8 @@
|
|
|
376
446
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
377
447
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
378
448
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
379
|
-
GCC_PREFIX_HEADER = "lanekit-ios-project/lanekit-ios-project-Prefix.pch";
|
|
380
|
-
INFOPLIST_FILE = "lanekit-ios-project/lanekit-ios-project-Info.plist";
|
|
449
|
+
GCC_PREFIX_HEADER = "lanekit-ios-project/Supporting Files/lanekit-ios-project-Prefix.pch";
|
|
450
|
+
INFOPLIST_FILE = "lanekit-ios-project/Supporting Files/lanekit-ios-project-Info.plist";
|
|
381
451
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
382
452
|
WRAPPER_EXTENSION = app;
|
|
383
453
|
};
|
|
@@ -444,6 +514,7 @@
|
|
|
444
514
|
461263ED180B401300771CF8 /* Release */,
|
|
445
515
|
);
|
|
446
516
|
defaultConfigurationIsVisible = 0;
|
|
517
|
+
defaultConfigurationName = Release;
|
|
447
518
|
};
|
|
448
519
|
461263EE180B401300771CF8 /* Build configuration list for PBXNativeTarget "lanekit-ios-projectTests" */ = {
|
|
449
520
|
isa = XCConfigurationList;
|
|
@@ -452,6 +523,7 @@
|
|
|
452
523
|
461263F0180B401300771CF8 /* Release */,
|
|
453
524
|
);
|
|
454
525
|
defaultConfigurationIsVisible = 0;
|
|
526
|
+
defaultConfigurationName = Release;
|
|
455
527
|
};
|
|
456
528
|
/* End XCConfigurationList section */
|
|
457
529
|
};
|
|
@@ -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 = "461263BE180B401300771CF8"
|
|
18
|
+
BuildableName = "lanekit-ios-project.app"
|
|
19
|
+
BlueprintName = "lanekit-ios-project"
|
|
20
|
+
ReferencedContainer = "container:lanekit-ios-project.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 = "461263D9180B401300771CF8"
|
|
36
|
+
BuildableName = "lanekit-ios-projectTests.xctest"
|
|
37
|
+
BlueprintName = "lanekit-ios-projectTests"
|
|
38
|
+
ReferencedContainer = "container:lanekit-ios-project.xcodeproj">
|
|
39
|
+
</BuildableReference>
|
|
40
|
+
</TestableReference>
|
|
41
|
+
</Testables>
|
|
42
|
+
<MacroExpansion>
|
|
43
|
+
<BuildableReference
|
|
44
|
+
BuildableIdentifier = "primary"
|
|
45
|
+
BlueprintIdentifier = "461263BE180B401300771CF8"
|
|
46
|
+
BuildableName = "lanekit-ios-project.app"
|
|
47
|
+
BlueprintName = "lanekit-ios-project"
|
|
48
|
+
ReferencedContainer = "container:lanekit-ios-project.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 = "461263BE180B401300771CF8"
|
|
65
|
+
BuildableName = "lanekit-ios-project.app"
|
|
66
|
+
BlueprintName = "lanekit-ios-project"
|
|
67
|
+
ReferencedContainer = "container:lanekit-ios-project.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 = "461263BE180B401300771CF8"
|
|
83
|
+
BuildableName = "lanekit-ios-project.app"
|
|
84
|
+
BlueprintName = "lanekit-ios-project"
|
|
85
|
+
ReferencedContainer = "container:lanekit-ios-project.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>lanekit-ios-project.xcscheme</key>
|
|
8
|
+
<dict>
|
|
9
|
+
<key>orderHint</key>
|
|
10
|
+
<integer>0</integer>
|
|
11
|
+
</dict>
|
|
12
|
+
</dict>
|
|
13
|
+
<key>SuppressBuildableAutocreation</key>
|
|
14
|
+
<dict>
|
|
15
|
+
<key>461263BE180B401300771CF8</key>
|
|
16
|
+
<dict>
|
|
17
|
+
<key>primary</key>
|
|
18
|
+
<true/>
|
|
19
|
+
</dict>
|
|
20
|
+
<key>461263D9180B401300771CF8</key>
|
|
21
|
+
<dict>
|
|
22
|
+
<key>primary</key>
|
|
23
|
+
<true/>
|
|
24
|
+
</dict>
|
|
25
|
+
</dict>
|
|
26
|
+
</dict>
|
|
27
|
+
</plist>
|
|
@@ -0,0 +1,41 @@
|
|
|
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>IDESourceControlProjectFavoriteDictionaryKey</key>
|
|
6
|
+
<false/>
|
|
7
|
+
<key>IDESourceControlProjectIdentifier</key>
|
|
8
|
+
<string>50CE03BF-D0D6-4E08-8090-867BEE73A132</string>
|
|
9
|
+
<key>IDESourceControlProjectName</key>
|
|
10
|
+
<string>lanekit-ios-project</string>
|
|
11
|
+
<key>IDESourceControlProjectOriginsDictionary</key>
|
|
12
|
+
<dict>
|
|
13
|
+
<key>33B99182-C81F-4EE8-BBE0-199AEB836D4D</key>
|
|
14
|
+
<string>https://github.com/larryaasen/LaneKit.git</string>
|
|
15
|
+
</dict>
|
|
16
|
+
<key>IDESourceControlProjectPath</key>
|
|
17
|
+
<string>lib/template/lanekit-ios-project/lanekit-ios-project.xcworkspace</string>
|
|
18
|
+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
|
19
|
+
<dict>
|
|
20
|
+
<key>33B99182-C81F-4EE8-BBE0-199AEB836D4D</key>
|
|
21
|
+
<string>../../../..</string>
|
|
22
|
+
</dict>
|
|
23
|
+
<key>IDESourceControlProjectURL</key>
|
|
24
|
+
<string>https://github.com/larryaasen/LaneKit.git</string>
|
|
25
|
+
<key>IDESourceControlProjectVersion</key>
|
|
26
|
+
<integer>110</integer>
|
|
27
|
+
<key>IDESourceControlProjectWCCIdentifier</key>
|
|
28
|
+
<string>33B99182-C81F-4EE8-BBE0-199AEB836D4D</string>
|
|
29
|
+
<key>IDESourceControlProjectWCConfigurations</key>
|
|
30
|
+
<array>
|
|
31
|
+
<dict>
|
|
32
|
+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
|
33
|
+
<string>public.vcs.git</string>
|
|
34
|
+
<key>IDESourceControlWCCIdentifierKey</key>
|
|
35
|
+
<string>33B99182-C81F-4EE8-BBE0-199AEB836D4D</string>
|
|
36
|
+
<key>IDESourceControlWCCName</key>
|
|
37
|
+
<string>lanekit</string>
|
|
38
|
+
</dict>
|
|
39
|
+
</array>
|
|
40
|
+
</dict>
|
|
41
|
+
</plist>
|