Skip to content

GameController tvOS xcode26.0 b2

Alex Soto edited this page Aug 5, 2025 · 3 revisions

#GameController.framework https://github.com/dotnet/macios/pull/23476

diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCButtonElement.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCButtonElement.h --- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCButtonElement.h	2025-05-24 05:47:08 +++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCButtonElement.h	2025-06-15 20:04:14 @@ -40,8 +40,7 @@ Some buttons feature load cells (also known as button force transducers) capable of measuring applied mechanical force. */ -@property (readonly, nullable) id<GCLinearInput> forceInput; - +@property (readonly, nullable) id<GCLinearInput> forceInput API_AVAILABLE(macos(26.0), ios(26.0), tvos(26.0), visionos(26.0)); @end diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCSpatialAccessory.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCSpatialAccessory.h --- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCSpatialAccessory.h	2025-05-24 05:47:04 +++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GCSpatialAccessory.h	1969-12-31 19:00:00 @@ -1,13 +0,0 @@ -//  -// GCSpatialAccessory.h -// GameController -// -// Copyright © 2025 Apple Inc. All rights reserved. -// - -#import <Foundation/Foundation.h> - -#import <GameController/GCExtern.h> -#import <GameController/GCDevice.h> - - diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GameController.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GameController.h --- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GameController.h	2025-05-24 05:47:05 +++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/GameController.framework/Headers/GameController.h	2025-06-15 20:04:12 @@ -69,7 +69,6 @@ #import <GameController/GCDirectionalGamepad.h> #import <GameController/GCController.h> -#import <GameController/GCSpatialAccessory.h> #import <GameController/GCStylus.h> #import <GameController/GCKeyboard.h> 
Clone this wiki locally