Add HID Utilities and ForceFeedback
Patch functions with same signature
This commit is contained in:
26
Frameworks/ForceFeedback.framework/Versions/A/Resources/Info.plist
Executable file
26
Frameworks/ForceFeedback.framework/Versions/A/Resources/Info.plist
Executable file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>ForceFeedback</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.0.0, Copyright Apple Computer, Inc. 2002</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.ForceFeedback</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>ForceFeedback Framework</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
18
Frameworks/ForceFeedback.framework/Versions/A/Resources/version.plist
Executable file
18
Frameworks/ForceFeedback.framework/Versions/A/Resources/version.plist
Executable file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildVersion</key>
|
||||
<string>70</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.0</string>
|
||||
<key>ProjectName</key>
|
||||
<string>ForceFeedback</string>
|
||||
<key>ReleaseStatus</key>
|
||||
<string>Beta</string>
|
||||
<key>SourceVersion</key>
|
||||
<string>1000305</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user