Skip to content

Commit 452afc3

Browse files
committed
updated for Swift 1.2
1 parent 773951e commit 452afc3

File tree

50 files changed

+491
-326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+491
-326
lines changed

IOS8SwiftAlertViewTutorial/AppDelegate.swift

Lines changed: 0 additions & 46 deletions
This file was deleted.

IOS8SwiftAlertViewTutorial/Base.lproj/Main.storyboard

Lines changed: 0 additions & 41 deletions
This file was deleted.
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>72786262-D6FE-470B-8B27-0C16C76CEBA8</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>IOS8SwiftAlertViewTutorial</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>0B5DE09DB2E2FB7363ABEFE25201CBF9E247BD54</key>
14+
<string>https://github.com/ioscreator/ioscreator.git</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>IOS8SwiftAlertViewTutorial/IOS8SwiftAlertViewTutorial.xcodeproj</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>0B5DE09DB2E2FB7363ABEFE25201CBF9E247BD54</key>
21+
<string>../../..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>https://github.com/ioscreator/ioscreator.git</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>111</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>0B5DE09DB2E2FB7363ABEFE25201CBF9E247BD54</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>0B5DE09DB2E2FB7363ABEFE25201CBF9E247BD54</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>ioscreator</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>

IOS8SwiftAlertViewTutorial/IOS8SwiftAlertViewTutorial/AppDelegate.swift

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ import UIKit
1212
class AppDelegate: UIResponder, UIApplicationDelegate {
1313

1414
var window: UIWindow?
15-
16-
17-
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: NSDictionary?) -> Bool {
18-
// Override point for customization after application launch.
19-
return true
20-
}
15+
16+
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -> Bool {
17+
// Override point for customization after application launch.
18+
return true
19+
}
2120

2221
func applicationWillResignActive(application: UIApplication) {
2322
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.

IOS8SwiftAlertViewTutorial/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

IOS8SwiftAlertViewTutorial/Images.xcassets/LaunchImage.launchimage/Contents.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

IOS8SwiftAlertViewTutorial/Info.plist

Lines changed: 0 additions & 32 deletions
This file was deleted.

IOS8SwiftAlertViewTutorial/ViewController.swift

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)