Skip to content

Commit

Permalink
updated header comments and fixed os_activity_mode issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dokun1 committed Sep 19, 2017
1 parent 0d4602b commit 38509fd
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
ReferencedContainer = "container:Lumina.xcodeproj">
</BuildableReference>
</MacroExpansion>
<EnvironmentVariables>
<EnvironmentVariable
key = "OS_ACTIVITY_MODE"
value = "disable"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand Down
2 changes: 1 addition & 1 deletion Lumina/Lumina/Lumina.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Lumina.h
// Lumina
//
// Created by David Okun IBM on 4/21/17.
// Created by David Okun on 4/21/17.
// Copyright © 2017 David Okun. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Lumina/Lumina/LuminaButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LuminaButton.swift
// Lumina
//
// Created by David Okun IBM on 9/11/17.
// Created by David Okun on 9/11/17.
// Copyright © 2017 David Okun. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Lumina/Lumina/LuminaCamera.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Camera.swift
// CameraFramework
//
// Created by David Okun IBM on 8/31/17.
// Created by David Okun on 8/31/17.
// Copyright © 2017 David Okun. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion Lumina/Lumina/LuminaMetadataBorderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LuminaMetadataBorderView.swift
// Lumina
//
// Created by David Okun IBM on 5/11/17.
// Created by David Okun on 5/11/17.
// Copyright © 2017 David Okun. All rights reserved.
//

Expand Down
18 changes: 1 addition & 17 deletions Lumina/Lumina/LuminaTextPromptView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// LuminaTextPromptView.swift
// Lumina
//
// Created by David Okun IBM on 5/7/17.
// Created by David Okun on 5/7/17.
// Copyright © 2017 David Okun. All rights reserved.
//

Expand All @@ -28,22 +28,6 @@ final class LuminaTextPromptView: UIView {
self.alpha = 0.0
self.layer.cornerRadius = 5.0
}
//
// public override init(frame: CGRect) {
// super.init(frame: frame)
// self.textLabel = UILabel(frame: CGRect(origin: CGPoint(x: 5, y: 5), size: CGSize(width: frame.width - 10, height: frame.height - 10)))
// self.textLabel.backgroundColor = UIColor.clear
// self.textLabel.textColor = UIColor.white
// self.textLabel.textAlignment = .center
// self.textLabel.font = UIFont.systemFont(ofSize: 20)
// self.textLabel.numberOfLines = 3
// self.textLabel.minimumScaleFactor = 10/UIFont.labelFontSize
// self.textLabel.adjustsFontSizeToFitWidth = true
// self.addSubview(textLabel)
// self.backgroundColor = UIColor.blue
// self.alpha = 0.0
// self.layer.cornerRadius = 5.0
// }

public func updateText(to text:String) {
if text.isEmpty {
Expand Down
2 changes: 1 addition & 1 deletion Lumina/Lumina/LuminaViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// CameraViewController.swift
// CameraFramework
//
// Created by David Okun IBM on 8/29/17.
// Created by David Okun on 8/29/17.
// Copyright © 2017 David Okun. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
ReferencedContainer = "container:LuminaSample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<EnvironmentVariables>
<EnvironmentVariable
key = "OS_ACTIVITY_MODE"
value = "disable"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand Down
2 changes: 1 addition & 1 deletion LuminaSample/LuminaSample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppDelegate.swift
// LuminaSample
//
// Created by David Okun IBM on 4/21/17.
// Created by David Okun on 4/21/17.
// Copyright © 2017 David Okun. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion LuminaSample/LuminaSample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// ViewController.swift
// LuminaSample
//
// Created by David Okun IBM on 4/21/17.
// Created by David Okun on 4/21/17.
// Copyright © 2017 David Okun. All rights reserved.
//

Expand Down

0 comments on commit 38509fd

Please sign in to comment.