Skip to content

Commit 284eec4

Browse files
committed
Merge pull request mamaral#6 from remaerd/Carthage
Carthage Support / OSX Support merge
2 parents 281505f + 50d2d3b commit 284eec4

Some content is hidden

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

62 files changed

+1412
-1077
lines changed
File renamed without changes.

Demo/Neon/Neon/Base.lproj/LaunchScreen.storyboard Demo/Base.lproj/LaunchScreen.storyboard

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="8150" systemVersion="15A204g" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9052" systemVersion="15B22c" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8122"/>
4+
<deployment identifier="iOS"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9040"/>
56
</dependencies>
67
<scenes>
78
<!--View Controller-->

Demo/Neon/Neon/FacebookProfileExampleViewController.swift Demo/FacebookProfileExampleViewController.swift

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//
88

99
import UIKit
10+
import Neon
11+
1012

1113
class TwitterProfileExampleViewController: UIViewController {
1214
let searchBar : UIImageView = UIImageView()

Demo/Neon/Neon/IconButton.swift Demo/IconButton.swift

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//
88

99
import UIKit
10+
import Neon
11+
1012

1113
class IconButton: UIView {
1214
let imageView : UIImageView = UIImageView()

Demo/Neon/Neon/ImageContainerView.swift Demo/ImageContainerView.swift

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import UIKit
10+
import Neon
1011

1112
class ImageContainerView: UIView {
1213
let imageView : UIImageView = UIImageView()

Demo/Neon/Neon/Info.plist Demo/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
<string>UIInterfaceOrientationLandscapeLeft</string>
3737
<string>UIInterfaceOrientationLandscapeRight</string>
3838
</array>
39-
<key>UIViewControllerBasedStatusBarAppearance</key>
40-
<false/>
4139
<key>UISupportedInterfaceOrientations~ipad</key>
4240
<array>
4341
<string>UIInterfaceOrientationPortrait</string>
4442
<string>UIInterfaceOrientationPortraitUpsideDown</string>
4543
<string>UIInterfaceOrientationLandscapeLeft</string>
4644
<string>UIInterfaceOrientationLandscapeRight</string>
4745
</array>
46+
<key>UIViewControllerBasedStatusBarAppearance</key>
47+
<false/>
4848
</dict>
4949
</plist>

Demo/Neon/Neon.xcodeproj/project.pbxproj

-559
This file was deleted.

Demo/Neon/Neon/TestPlayground.playground/Contents.swift

-23
This file was deleted.

Demo/Neon/Neon/TestPlayground.playground/contents.xcplayground

-4
This file was deleted.

Demo/Neon/Neon/TestPlayground.playground/timeline.xctimeline

-6
This file was deleted.

Demo/Neon/NeonUITests/NeonUITests.swift

-36
This file was deleted.

0 commit comments

Comments
 (0)