Added GameController.framework to the tvOS project template
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
1EEEBAFC121BE2980048A9DF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EEEBAFB121BE2980048A9DF /* AudioToolbox.framework */; };
|
||||
1EEEBAFE121BE2980048A9DF /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EEEBAFD121BE2980048A9DF /* AVFoundation.framework */; };
|
||||
1EEEBB00121BE2B30048A9DF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EEEBAFF121BE2B30048A9DF /* Foundation.framework */; };
|
||||
026D746C1BBED5C800EAA58A /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 026D746B1BBED5C800EAA58A /* GameController.framework */; };
|
||||
1EF0A83A121ADB8E003F2F59 /* Main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EF0A839121ADB8E003F2F59 /* Main.mm */; };
|
||||
4257533F1A5EFD8C004AA45B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4257533E1A5EFD8C004AA45B /* Images.xcassets */; };
|
||||
::ADDL_PBX_BUILD_FILE::
|
||||
@@ -49,6 +50,7 @@
|
||||
1EEEBAFB121BE2980048A9DF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||
1EEEBAFD121BE2980048A9DF /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
||||
1EEEBAFF121BE2B30048A9DF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
026D746B1BBED5C800EAA58A /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
|
||||
1EF0A839121ADB8E003F2F59 /* Main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.mm; path = "::APP_FILE::/Classes/Main.mm"; sourceTree = SOURCE_ROOT; };
|
||||
4257533E1A5EFD8C004AA45B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = "::APP_FILE::/Images.xcassets"; sourceTree = "<group>"; };
|
||||
|
||||
@@ -75,6 +77,7 @@
|
||||
1EEEBAFE121BE2980048A9DF /* AVFoundation.framework in Frameworks */,
|
||||
1EEEBB00121BE2B30048A9DF /* Foundation.framework in Frameworks */,
|
||||
1EEEBAB3121AF2880048A9D1 /* MediaPlayer.framework in Frameworks */,
|
||||
026D746C1BBED5C800EAA58A /* GameController.framework in Frameworks */,
|
||||
::ADDL_PBX_FRAMEWORKS_BUILD_PHASE::
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -111,6 +114,7 @@
|
||||
1EEEBAFB121BE2980048A9DF /* AudioToolbox.framework */,
|
||||
1EEEBAFD121BE2980048A9DF /* AVFoundation.framework */,
|
||||
1EEEBAB2121AF2880048A9D1 /* MediaPlayer.framework */,
|
||||
026D746B1BBED5C800EAA58A /* GameController.framework */,
|
||||
::ADDL_PBX_FRAMEWORK_GROUP::
|
||||
);
|
||||
name = Frameworks;
|
||||
|
||||
Reference in New Issue
Block a user