Skip to content

Commit ace904d

Browse files
committedJan 4, 2015
Chapter 7
Chapter 7
1 parent 063194c commit ace904d

File tree

29 files changed

+1316
-12
lines changed

29 files changed

+1316
-12
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -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>EC7721D6-303C-4052-8F6F-8231D9B64F87</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>06Chapter</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>D2746E1E403F12DE2F842F05BF94693F130BE82A</key>
14+
<string>https://github.com/mrazam110/Swift.git</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>06-ViewControllers/06Chapter.xcodeproj</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>D2746E1E403F12DE2F842F05BF94693F130BE82A</key>
21+
<string>../../..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>https://github.com/mrazam110/Swift.git</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>111</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>D2746E1E403F12DE2F842F05BF94693F130BE82A</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>D2746E1E403F12DE2F842F05BF94693F130BE82A</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>Swift</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>

‎06-ViewControllers/06Chapter/BNRHypnosisView.swift

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
//
22
// BNRHypnosisView.swift
3-
// Chap4
3+
// 06Chapter
4+
//
5+
// Created by Raza Master on 1/3/15.
6+
// Copyright (c) 2015 raza. All rights reserved.
47
//
5-
// Created by PanaCloud on 7/17/14.
6-
// Copyright (c) 2014 PanaCloud. All rights reserved.
78
//
89

910
import UIKit

‎06-ViewControllers/06Chapter/BNRHypnosisViewController.swift

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
//
22
// BNRHypnosisViewController.swift
3-
// Chap6
3+
// 06Chapter
4+
//
5+
// Created by Raza Master on 1/3/15.
6+
// Copyright (c) 2015 raza. All rights reserved.
47
//
5-
// Created by PanaCloud on 7/17/14.
6-
// Copyright (c) 2014 PanaCloud. All rights reserved.
78
//
89

910
import UIKit

‎06-ViewControllers/06Chapter/BNRReminderViewController.swift

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
//
22
// BNRReminderViewController.swift
3-
// Chap6
3+
// 06Chapter
4+
//
5+
// Created by Raza Master on 1/3/15.
6+
// Copyright (c) 2015 raza. All rights reserved.
47
//
5-
// Created by PanaCloud on 7/17/14.
6-
// Copyright (c) 2014 PanaCloud. All rights reserved.
78
//
89

910
import UIKit

‎06-ViewControllers/06Chapter/Base.lproj/Main.storyboard

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
4+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
55
</dependencies>
66
<scenes>
77
<!--View Controller-->
88
<scene sceneID="ufC-wZ-h7g">
99
<objects>
10-
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
10+
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="_6Chapter" customModuleProvider="target" sceneMemberID="viewController">
1111
<layoutGuides>
1212
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
1313
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>

0 commit comments

Comments
 (0)
Please sign in to comment.