Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2016 Rightpoint, inc.
Copyright (c) 2016 Raizlabs, inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions PRODUCTNAME/Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ swiftlint.lint_files inline_mode: true
# Getting artifact URLs from CircleCI

# You must set up the CIRCLE_API_TOKEN manually using these instructions
# https://github.com/Rightpoint/ios-template#danger
# https://github.com/Raizlabs/ios-template/tree/master/PRODUCTNAME#danger
token = ENV['CIRCLE_API_TOKEN']
# These are already in the Circle environment
# https://circleci.com/docs/2.0/env-vars/#build-specific-environment-variables
Expand Down Expand Up @@ -83,7 +83,7 @@ if !(token.nil? or username.nil? or reponame.nil? or build.nil?)
message "Screenshots in progress..."
end
else
warn "Missing CircleCI artifacts. Most likely the [CIRCLE_API_TOKEN](https://github.com/Rightpoint/circleci_artifact#getting-started) is not set, or Danger is not running on CircleCI."
warn "Missing CircleCI artifacts. Most likely the [CIRCLE_API_TOKEN](https://github.com/Raizlabs/circleci_artifact#getting-started) is not set, or Danger is not running on CircleCI."
end

# Test Reporting
Expand Down
26 changes: 13 additions & 13 deletions PRODUCTNAME/app/PRODUCTNAME.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
2DFF1CF11E8950F000B1AD70 /* ContentCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DFF1CF01E8950F000B1AD70 /* ContentCoordinator.swift */; };
2DFF1D121E8BE27B00B1AD70 /* OnboardingPageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DFF1D111E8BE27B00B1AD70 /* OnboardingPageViewController.swift */; };
2DFF1D161E8BF38F00B1AD70 /* UIColor+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DFF1D151E8BF38F00B1AD70 /* UIColor+Extensions.swift */; };
2DFF1D181E8BF82A00B1AD70 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DFF1D171E8BF82A00B1AD70 /* Color.swift */; };
2DFF1D1C1E8C424800B1AD70 /* OnboardingSamplePageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DFF1D1B1E8C424800B1AD70 /* OnboardingSamplePageViewController.swift */; };
63423D9022F2408B00539BFD /* Colors.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 63423D8F22F2408B00539BFD /* Colors.xcassets */; };
63423D9222F2441200539BFD /* Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63423D9122F2441100539BFD /* Asset.swift */; };
63E19DA1AE4BD0875DF235F8 /* Pods_Services.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D465E6ECC8509BBB6035678 /* Pods_Services.framework */; };
85083D4AEA7B5B726A79F450 /* Pods_PRODUCTNAME.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CD9F2E21AB27A0230007885 /* Pods_PRODUCTNAME.framework */; };
861732D41FA28DB600C14354 /* HideBackButtonTextBehavior.swift in Sources */ = {isa = PBXBuildFile; fileRef = 861732D21FA28DB600C14354 /* HideBackButtonTextBehavior.swift */; };
Expand Down Expand Up @@ -59,7 +60,7 @@
86A65B201FA0F6DB00705C14 /* UserDefaults+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86A65B1F1FA0F6DB00705C14 /* UserDefaults+Utilities.swift */; };
959F487642A61EF85C170AF9 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 845339F96003195CE76EA042 /* Pods_PRODUCTNAME_PRODUCTNAMETests.framework */; };
ABC778791DC90B7A00815FB9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABC778781DC90B7A00815FB9 /* AppDelegate.swift */; };
ABC778801DC90B7A00815FB9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ABC7787F1DC90B7A00815FB9 /* Assets.xcassets */; };
ABC778801DC90B7A00815FB9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = ABC7787F1DC90B7A00815FB9 /* Images.xcassets */; };
ABC778831DC90B7A00815FB9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = ABC778811DC90B7A00815FB9 /* LaunchScreen.storyboard */; };
ABC7788E1DC90B7A00815FB9 /* PRODUCTNAMETests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABC7788D1DC90B7A00815FB9 /* PRODUCTNAMETests.swift */; };
ABC778DD1DC94EE500815FB9 /* Acknowledgements.plist in Resources */ = {isa = PBXBuildFile; fileRef = ABC778DC1DC94EE500815FB9 /* Acknowledgements.plist */; };
Expand All @@ -71,7 +72,6 @@
ABF84F8C1DC99CFD002DB24D /* Appearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABF84F8A1DC99CFD002DB24D /* Appearance.swift */; };
ABF84F8D1DC99CFD002DB24D /* StringStyle+PRODUCTNAME.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABF84F8B1DC99CFD002DB24D /* StringStyle+PRODUCTNAME.swift */; };
ABF84F911DC99D33002DB24D /* Localized.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABF84F8F1DC99D33002DB24D /* Localized.swift */; };
ABF84F921DC99D33002DB24D /* UIImage+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABF84F901DC99D33002DB24D /* UIImage+Asset.swift */; };
ABF84F9D1DCBA37A002DB24D /* OAuthTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABF84F9C1DCBA37A002DB24D /* OAuthTests.swift */; };
ABF84FA01DCBAB1B002DB24D /* TestConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABF84F9F1DCBAB1B002DB24D /* TestConstants.swift */; };
ABF84FA41DCBCD89002DB24D /* APIClientTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABF84FA31DCBCD89002DB24D /* APIClientTests.swift */; };
Expand Down Expand Up @@ -153,9 +153,10 @@
2DFF1CF01E8950F000B1AD70 /* ContentCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentCoordinator.swift; sourceTree = "<group>"; };
2DFF1D111E8BE27B00B1AD70 /* OnboardingPageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingPageViewController.swift; sourceTree = "<group>"; };
2DFF1D151E8BF38F00B1AD70 /* UIColor+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Extensions.swift"; sourceTree = "<group>"; };
2DFF1D171E8BF82A00B1AD70 /* Color.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
2DFF1D1B1E8C424800B1AD70 /* OnboardingSamplePageViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OnboardingSamplePageViewController.swift; sourceTree = "<group>"; };
36045522D92DD8ED3DFB7FC8 /* Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig"; path = "Pods/Target Support Files/Pods-PRODUCTNAME-PRODUCTNAMETests/Pods-PRODUCTNAME-PRODUCTNAMETests.appstore.xcconfig"; sourceTree = "<group>"; };
63423D8F22F2408B00539BFD /* Colors.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Colors.xcassets; sourceTree = "<group>"; };
63423D9122F2441100539BFD /* Asset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Asset.swift; sourceTree = "<group>"; };
6D465E6ECC8509BBB6035678 /* Pods_Services.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Services.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7DA6085A924797A53A836C85 /* Pods-PRODUCTNAME.appstore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PRODUCTNAME.appstore.xcconfig"; path = "Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.appstore.xcconfig"; sourceTree = "<group>"; };
7F2C2A97F21BF37CEB2498E0 /* Pods_PRODUCTNAMETests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PRODUCTNAMETests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -197,7 +198,7 @@
9E61F9E4F9A440040EE8DCF0 /* Pods-PRODUCTNAME.sprint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PRODUCTNAME.sprint.xcconfig"; path = "Pods/Target Support Files/Pods-PRODUCTNAME/Pods-PRODUCTNAME.sprint.xcconfig"; sourceTree = "<group>"; };
ABC778751DC90B7A00815FB9 /* debug-PRODUCTNAME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "debug-PRODUCTNAME.app"; sourceTree = BUILT_PRODUCTS_DIR; };
ABC778781DC90B7A00815FB9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
ABC7787F1DC90B7A00815FB9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
ABC7787F1DC90B7A00815FB9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
ABC778821DC90B7A00815FB9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
ABC778841DC90B7A00815FB9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
ABC778891DC90B7A00815FB9 /* PRODUCTNAMETests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PRODUCTNAMETests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -217,7 +218,6 @@
ABF84F8A1DC99CFD002DB24D /* Appearance.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Appearance.swift; sourceTree = "<group>"; };
ABF84F8B1DC99CFD002DB24D /* StringStyle+PRODUCTNAME.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "StringStyle+PRODUCTNAME.swift"; sourceTree = "<group>"; };
ABF84F8F1DC99D33002DB24D /* Localized.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Localized.swift; sourceTree = "<group>"; };
ABF84F901DC99D33002DB24D /* UIImage+Asset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImage+Asset.swift"; sourceTree = "<group>"; };
ABF84F9C1DCBA37A002DB24D /* OAuthTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OAuthTests.swift; sourceTree = "<group>"; };
ABF84F9F1DCBAB1B002DB24D /* TestConstants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestConstants.swift; sourceTree = "<group>"; };
ABF84FA31DCBCD89002DB24D /* APIClientTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = APIClientTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -540,8 +540,8 @@
209BE2522051C7BB004CF0FF /* Sourcery */,
ABC778CD1DC92BC200815FB9 /* xcconfig */,
ABC778DC1DC94EE500815FB9 /* Acknowledgements.plist */,
ABC7787F1DC90B7A00815FB9 /* Assets.xcassets */,
2DFF1D171E8BF82A00B1AD70 /* Color.swift */,
ABC7787F1DC90B7A00815FB9 /* Images.xcassets */,
63423D8F22F2408B00539BFD /* Colors.xcassets */,
ABC778841DC90B7A00815FB9 /* Info.plist */,
00551421206144E200E4CF68 /* InfoPlist.strings */,
ABC778811DC90B7A00815FB9 /* LaunchScreen.storyboard */,
Expand Down Expand Up @@ -598,11 +598,11 @@
ABF84F8E1DC99D33002DB24D /* Generated */ = {
isa = PBXGroup;
children = (
63423D9122F2441100539BFD /* Asset.swift */,
209BE2582051CB4B004CF0FF /* Actionable+AutoConformance.swift */,
D9186D83216D397C0049FD3E /* StoryboardScenes.swift */,
D9186D84216D397C0049FD3E /* StoryboardSegues.swift */,
ABF84F8F1DC99D33002DB24D /* Localized.swift */,
ABF84F901DC99D33002DB24D /* UIImage+Asset.swift */,
);
path = Generated;
sourceTree = "<group>";
Expand Down Expand Up @@ -828,7 +828,8 @@
209BE2562051C90C004CF0FF /* actionable.swifttemplate in Resources */,
ABF84F811DC97653002DB24D /* Localizable.strings in Resources */,
ABC778831DC90B7A00815FB9 /* LaunchScreen.storyboard in Resources */,
ABC778801DC90B7A00815FB9 /* Assets.xcassets in Resources */,
ABC778801DC90B7A00815FB9 /* Images.xcassets in Resources */,
63423D9022F2408B00539BFD /* Colors.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -903,7 +904,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ -x \"$PODS_ROOT/SwiftGen/bin/swiftgen\" ]; then\n $PODS_ROOT/SwiftGen/bin/swiftgen xcassets --template swift4 --output PRODUCTNAME/Resources/Generated/UIImage+Asset.swift PRODUCTNAME/Resources/Assets.xcassets\n $PODS_ROOT/SwiftGen/bin/swiftgen strings --template structured-swift4 --output PRODUCTNAME/Resources/Generated/Localized.swift PRODUCTNAME/Resources/Localizable.strings\n $PODS_ROOT/SwiftGen/bin/swiftgen storyboards -t scenes-swift4 PRODUCTNAME/ --output PRODUCTNAME/Resources/Generated/StoryboardScenes.swift\n $PODS_ROOT/SwiftGen/bin/swiftgen storyboards -t segues-swift4 PRODUCTNAME/ --output PRODUCTNAME/Resources/Generated/StoryboardSegues.swift\nfi\n";
shellScript = "if [ -x \"$PODS_ROOT/SwiftGen/bin/swiftgen\" ]; then\n $PODS_ROOT/SwiftGen/bin/swiftgen xcassets --template swift4 --output PRODUCTNAME/Resources/Generated/Asset.swift PRODUCTNAME/Resources/Images.xcassets PRODUCTNAME/Resources/Colors.xcassets\n $PODS_ROOT/SwiftGen/bin/swiftgen strings --template structured-swift4 --output PRODUCTNAME/Resources/Generated/Localized.swift PRODUCTNAME/Resources/Localizable.strings\n $PODS_ROOT/SwiftGen/bin/swiftgen storyboards -t scenes-swift4 PRODUCTNAME/ --output PRODUCTNAME/Resources/Generated/StoryboardScenes.swift\n $PODS_ROOT/SwiftGen/bin/swiftgen storyboards -t segues-swift4 PRODUCTNAME/ --output PRODUCTNAME/Resources/Generated/StoryboardSegues.swift\nfi\n";
};
4B79AD4EE86D9527DA2201EB /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -1090,7 +1091,6 @@
BE28092C1E802893006E50D5 /* GoogleAnalytics.swift in Sources */,
ABC778E11DC94F4400815FB9 /* AppLifecycle.swift in Sources */,
2DFF1D161E8BF38F00B1AD70 /* UIColor+Extensions.swift in Sources */,
ABF84F921DC99D33002DB24D /* UIImage+Asset.swift in Sources */,
CD09C936207403B0006D3501 /* ProcessInfo+Utilities.swift in Sources */,
209BE2592051CB4B004CF0FF /* Actionable+AutoConformance.swift in Sources */,
ABF84F911DC99D33002DB24D /* Localized.swift in Sources */,
Expand All @@ -1112,7 +1112,7 @@
862B204E1FA11345007D33BC /* DebugTextStyleViewController.swift in Sources */,
86A65B201FA0F6DB00705C14 /* UserDefaults+Utilities.swift in Sources */,
861732FE1FA29BE600C14354 /* DebugMenuViewController.swift in Sources */,
2DFF1D181E8BF82A00B1AD70 /* Color.swift in Sources */,
63423D9222F2441200539BFD /* Asset.swift in Sources */,
861732D51FA28DB600C14354 /* ModalDismissBehavior.swift in Sources */,
BE28092A1E802893006E50D5 /* Analytics.swift in Sources */,
2DFF1D121E8BE27B00B1AD70 /* OnboardingPageViewController.swift in Sources */,
Expand Down
4 changes: 2 additions & 2 deletions PRODUCTNAME/app/PRODUCTNAME/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// AppDelegate.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Analytics.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 1/13/17.
// Copyright © 2017 ORGANIZATION All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// AnalyticsPageNames.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 1/13/17.
// Copyright © 2017 ORGANIZATION All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// GoogleAnalytics.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 1/13/17.
// Copyright © 2017 ORGANIZATION All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// AnalyticsConfiguration.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import Swiftilities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// AppLifecycleConfigurable.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// CrashlyticsConfiguration.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import Fabric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// DebugMenuConfiguration.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// InstabugConfiguration.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import Instabug
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// LoggingConfiguration.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// StatusBarConfiguration.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by Zev Eisenberg on 4/3/18.
// Copyright © 2018 ORGANIZATION. All rights reserved.
//

#if targetEnvironment(simulator) && DEBUG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Appearance.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// StringStyle+PRODUCTNAME.swft
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 11/1/16.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions PRODUCTNAME/app/PRODUCTNAME/Application/Debug/DebugMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// DebugMenu.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 10/25/17.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import Swiftilities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// DebugMenuViewController.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 10/26/17.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// DebugTextStyleViewController.swift
// PRODUCTNAME
//
// Created by LEADDEVELOPER on TODAYSDATE.
// Copyright © THISYEAR ORGANIZATION. All rights reserved.
// Created by LEADDEVELOPER on 10/25/17.
// Copyright © 2017 ORGANIZATION. All rights reserved.
//

import Foundation
Expand Down Expand Up @@ -40,7 +40,7 @@ final class DebugTextStyleViewController: UIViewController {

title = "Text Styles"

view.backgroundColor = .white
view.backgroundColor = Asset.Colors.backgroundPrimary.color

view.addSubview(scrollView)
scrollView.addSubview(stackView)
Expand Down
Loading