almost signing ios
This commit is contained in:
19
fpc/apple/fpcxtool/swift/sign.swift
Normal file
19
fpc/apple/fpcxtool/swift/sign.swift
Normal file
@@ -0,0 +1,19 @@
|
||||
import XKit
|
||||
|
||||
@_cdecl("FPCXToolAuth")
|
||||
func FPCXToolAuth()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@_cdecl("FPCXToolSign")
|
||||
func FPCXToolSign()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@_cdecl("FPCXToolInstall")
|
||||
func FPCXToolInstall( _ appDir: UnsafePointer<CChar> )
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user