Enable GameKit and dependencies

This commit is contained in:
Svyatoslav Scherbina
2017-10-20 09:49:31 +03:00
committed by SvyatoslavScherbina
parent ef1656f1ab
commit 9b07fd61ce
6 changed files with 13 additions and 8 deletions
+9
View File
@@ -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