From 0c391fdbce5a079cf03e483eb6174dd47806163d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 7 Aug 2019 21:08:47 +0800 Subject: *misc --- .../testgui/TestGUI.app.in/Contents/Info.plist | 28 +++++++++++++++++++++ .../hidapi/testgui/TestGUI.app.in/Contents/PkgInfo | 1 + .../Resources/English.lproj/InfoPlist.strings | Bin 0 -> 92 bytes .../Contents/Resources/Signal11.icns | Bin 0 -> 21918 bytes 4 files changed, 29 insertions(+) create mode 100644 Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Info.plist create mode 100644 Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/PkgInfo create mode 100644 Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/English.lproj/InfoPlist.strings create mode 100644 Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/Signal11.icns (limited to 'Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in') diff --git a/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Info.plist b/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Info.plist new file mode 100644 index 0000000..ab473d5 --- /dev/null +++ b/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + + CFBundleExecutable + hidapi-testgui + CFBundleIconFile + Signal11.icns + CFBundleIdentifier + us.signal11.hidtestgui + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + testgui + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/PkgInfo b/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/English.lproj/InfoPlist.strings b/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..dea12de Binary files /dev/null and b/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/English.lproj/InfoPlist.strings differ diff --git a/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/Signal11.icns b/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/Signal11.icns new file mode 100644 index 0000000..bb6b7bd Binary files /dev/null and b/Source/external/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/Signal11.icns differ -- cgit v1.1-26-g67d0