Skip to content

Commit

Permalink
Fixed tvOS naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
analogcode committed Dec 14, 2015
1 parent f37e7bd commit d42671a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Game Template tvOS/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.swift
// StarterTemplate tvOS
// Game Template tvOS
//
// Created by Matthew Fecher on 12/4/15.
// Copyright © 2015 Denver Swift Heads. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Game Template tvOS/GameViewController.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GameViewController.swift
// StarterTemplate tvOS
// Game Template tvOS
//
// Created by Matthew Fecher on 12/4/15.
// Copyright (c) 2015 Denver Swift Heads. All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions Universal Game Template.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
INFOPLIST_FILE = "StarterTemplate tvOS/Info.plist";
INFOPLIST_FILE = "Game Template tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.matthewfecher.StarterTemplate-tvOS";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -714,7 +714,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
INFOPLIST_FILE = "StarterTemplate tvOS/Info.plist";
INFOPLIST_FILE = "Game Template tvOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.matthewfecher.StarterTemplate-tvOS";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Universal/GameScene.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GameScene.swift
// StarterTemplate tvOS/iOS/OSX
// Game Template tvOS/iOS/OSX
//
// Created by Matthew Fecher on 12/12/15.
// Copyright (c) 2015 Denver Swift Heads. All rights reserved.
Expand Down

0 comments on commit d42671a

Please sign in to comment.