Enable GameKit and dependencies
This commit is contained in:
committed by
SvyatoslavScherbina
parent
ef1656f1ab
commit
9b07fd61ce
@@ -0,0 +1,9 @@
|
||||
depends = AVFoundation AudioToolbox CFNetwork CoreAudio CoreFoundation CoreGraphics CoreImage CoreMIDI CoreMedia CoreText CoreVideo EAGL Foundation GLKit GameController GameplayKit MediaToolbox Metal MetalKit ModelIO OpenGLESCommon QuartzCore ReplayKit SceneKit Security SpriteKit UIKit darwin posix
|
||||
language = Objective-C
|
||||
package = platform.GameKit
|
||||
headers = GameKit/GameKit.h
|
||||
|
||||
headerFilter = GameKit/**
|
||||
|
||||
compilerOpts = -framework GameKit
|
||||
linkerOpts = -framework GameKit
|
||||
@@ -1,8 +0,0 @@
|
||||
language = Objective-C
|
||||
package = platform.GameKit
|
||||
headers = GameKit/GameKit.h
|
||||
|
||||
headerFilter = GameKit/**
|
||||
|
||||
compilerOpts = -framework GameKit
|
||||
linkerOpts = -framework GameKit
|
||||
@@ -1,3 +1,4 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit Metal OpenGLESCommon QuartzCore Security SpriteKit UIKit darwin posix
|
||||
language = Objective-C
|
||||
package = platform.GameplayKit
|
||||
headers = GameplayKit/GameplayKit.h
|
||||
@@ -1,3 +1,4 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation Metal ModelIO OpenGLESCommon QuartzCore Security UIKit darwin posix
|
||||
language = Objective-C
|
||||
package = platform.MetalKit
|
||||
headers = MetalKit/MetalKit.h
|
||||
@@ -1,3 +1,4 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit Metal OpenGLESCommon QuartzCore Security UIKit darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SceneKit
|
||||
headers = SceneKit/SceneKit.h
|
||||
@@ -1,3 +1,4 @@
|
||||
depends = CFNetwork CoreFoundation CoreGraphics CoreImage CoreText CoreVideo EAGL Foundation GLKit Metal OpenGLESCommon QuartzCore Security UIKit darwin posix
|
||||
language = Objective-C
|
||||
package = platform.SpriteKit
|
||||
headers = SpriteKit/SpriteKit.h
|
||||
Reference in New Issue
Block a user