Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Task/temp 114 copy right point #141

Closed minimusic closed 4 years ago

minimusic commented 5 years ago

fixes 3 issues: • Issue 114 - fixes copyright to "Rightpoint" in root LICENSE file • Issue 140 - sets today's date in file headers ("on" date and copyright year) • Updates cookiecutter defaults in JSON to use Rightpoint.

Sorry for the big PR, but it's mostly conforming file header comments.

raizlabs-oss-bot commented 5 years ago
1 Warning
:warning: Big PR
4 Messages
:book: Test Results
:book: Code Coverage: xcov
:book: Code Coverage: Slather
:book: Screenshots

Current coverage for Services.framework is 67.51%

Files changed - -
APIClient+PRODUCTNAME.swift 0.00% :skull:
RequestProtocol.swift 0.00% :skull:
APIEndpoint.swift 25.00% :no_entry_sign:
APIClient.swift 66.67% :warning:
Alamofire+PRODUCTNAME.swift 73.44% :warning:
APISerialization.swift 74.29% :warning:
APIEndpoint+Logging.swift 76.19% :warning:
OAuth.swift 77.44% :warning:
APIValidation.swift 86.67% :white_check_mark:
Keychain+Codable.swift 100.00% :white_check_mark:
APIEnvironment.swift 100.00% :white_check_mark:
BuildType.swift 100.00% :white_check_mark:
APIEndpoint+Codable.swift 100.00% :white_check_mark:
APIError.swift 100.00% :white_check_mark:
Formatters.swift 100.00% :white_check_mark:

Current coverage for debug-PRODUCTNAME.app is 0.78%

Files changed - -
SignInCoordinator.swift 0.00% :skull:
InstabugConfiguration.swift 0.00% :skull:
OnboardingPageViewController.swift 0.00% :skull:
OnboardingCoordinator.swift 0.00% :skull:
LoggingConfiguration.swift 0.00% :skull:
StringStyle+PRODUCTNAME.swift 0.00% :skull:
DebugTextStyleViewController.swift 0.00% :skull:
TableDataSource.swift 0.00% :skull:
UIColor+Extensions.swift 0.00% :skull:
AuthCoordinator.swift 0.00% :skull:
OnboardingSamplePageViewController.swift 0.00% :skull:
ModalDismissBehavior.swift 0.00% :skull:
Appearance.swift 0.00% :skull:
SimpleTableCellItem.swift 0.00% :skull:
DebugMenuViewController.swift 0.00% :skull:
StatusBarConfiguration.swift 0.00% :skull:
AnalyticsConfiguration.swift 0.00% :skull:
ControlContainable.swift 0.00% :skull:
AppLifecycle.swift 0.00% :skull:
AnalyticsPageNames.swift 0.00% :skull:
Actionable.swift 0.00% :skull:
TableViewContainerCell.swift 0.00% :skull:
ContentTabBarViewController.swift 0.00% :skull:
ContentCoordinator.swift 0.00% :skull:
ViewRepresentable.swift 0.00% :skull:
ProcessInfo+Utilities.swift 0.00% :skull:
TableViewCellRepresentable.swift 0.00% :skull:
GoogleAnalytics.swift 0.00% :skull:
Analytics.swift 0.00% :skull:
TableSection.swift 0.00% :skull:
TableCellItem.swift 0.00% :skull:
DebugMenu.swift 0.00% :skull:
DebugMenuConfiguration.swift 0.00% :skull:
HideBackButtonTextBehavior.swift 0.00% :skull:
AppCoordinator.swift 0.00% :skull:
CrashlyticsConfiguration.swift 0.00% :skull:
AppDelegate.swift 21.43% :skull:
UserDefaults+Utilities.swift 50.00% :warning:

Powered by xcov

Generated by :no_entry_sign: Danger

ZevEisenberg commented 5 years ago

Couple of dangling Raizlabses in the generated project:

minimusic commented 5 years ago

I wasn't trying to get all of the RL refs in this PR, but I guess we might as well clean them out. I'll take a look.

minimusic commented 4 years ago

@ZevEisenberg Cleaned up all those gitHub refs and changed the uiTestsKey, but not clear if that affects anything... I guess it doesn't matter until you build some uiTests?