From 7eeb20fec2efa407166ed956dfd0b7754ca7e2a6 Mon Sep 17 00:00:00 2001 From: Le Bao Hiep Date: Wed, 30 Sep 2020 17:03:38 +0700 Subject: [PATCH] Update README --- AsusSMC.xcodeproj/project.pbxproj | 6 +++--- Info.plist => AsusSMC/Info.plist | 0 README.md | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) rename Info.plist => AsusSMC/Info.plist (100%) diff --git a/AsusSMC.xcodeproj/project.pbxproj b/AsusSMC.xcodeproj/project.pbxproj index 262dd6a..3228b3f 100644 --- a/AsusSMC.xcodeproj/project.pbxproj +++ b/AsusSMC.xcodeproj/project.pbxproj @@ -167,7 +167,6 @@ 4C4FE6C22156AA810074AD08 /* README.md */, 4CDDD8C822E899F700CC38F4 /* CHANGELOG.md */, 4C27D2BF218B647F0089409B /* LICENSE.md */, - 4C4FE6282156A1690074AD08 /* Info.plist */, ); sourceTree = ""; }; @@ -187,6 +186,7 @@ 4C4FE6242156A1690074AD08 /* AsusSMC.hpp */, 4C4FE6BE2156A5820074AD08 /* KeyImplementations.cpp */, 4C4FE6BF2156A5820074AD08 /* KeyImplementations.hpp */, + 4C4FE6282156A1690074AD08 /* Info.plist */, ); path = AsusSMC; sourceTree = ""; @@ -622,7 +622,7 @@ "$(PROJECT_DIR)/VirtualSMC.kext/Contents/Resources/", "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/", ); - INFOPLIST_FILE = Info.plist; + INFOPLIST_FILE = AsusSMC/Info.plist; MODULE_NAME = com.hieplpvip.AsusSMC; MODULE_START = "$(PRODUCT_NAME)_kern_start"; MODULE_STOP = "$(PRODUCT_NAME)_kern_stop"; @@ -648,7 +648,7 @@ "$(PROJECT_DIR)/VirtualSMC.kext/Contents/Resources/", "$(PROJECT_DIR)/Lilu.kext/Contents/Resources/", ); - INFOPLIST_FILE = Info.plist; + INFOPLIST_FILE = AsusSMC/Info.plist; MODULE_NAME = com.hieplpvip.AsusSMC; MODULE_START = "$(PRODUCT_NAME)_kern_start"; MODULE_STOP = "$(PRODUCT_NAME)_kern_stop"; diff --git a/Info.plist b/AsusSMC/Info.plist similarity index 100% rename from Info.plist rename to AsusSMC/Info.plist diff --git a/README.md b/README.md index 13f9b15..ad276c6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ [![Github release](https://img.shields.io/github/release/hieplpvip/AsusSMC.svg?color=blue)](https://github.com/hieplpvip/AsusSMC/releases/latest) [![Github downloads](https://img.shields.io/github/downloads/hieplpvip/AsusSMC/total.svg?color=blue)](https://github.com/hieplpvip/AsusSMC/releases) -![GitHub repo size](https://img.shields.io/github/repo-size/hieplpvip/AsusSMC.svg?color=blue) -[![Project license](https://img.shields.io/github/license/hieplpvip/AsusSMC.svg?color=blue)](https://github.com/hieplpvip/AsusSMC/blob/master/LICENSE.md) -[![GitHub issues](https://img.shields.io/github/issues/hieplpvip/AsusSMC.svg)](https://github.com/hieplpvip/AsusSMC/issues) [![Build Status](https://travis-ci.com/hieplpvip/AsusSMC.svg?branch=master)](https://travis-ci.com/hieplpvip/AsusSMC) [![Scan Status](https://scan.coverity.com/projects/18304/badge.svg)](https://scan.coverity.com/projects/18304) [![Gitter chat](https://img.shields.io/gitter/room/nwjs/nw.js.svg?colorB=ed1965)](https://gitter.im/hieplpvip/AsusSMC) @@ -36,6 +33,3 @@ A VirtualSMC plugin provides native support for ALS, keyboard backlight and Fn k - [Objective-See](https://objective-see.com) for [kernel-userspace communication](https://objective-see.com/blog/blog_0x0B.html) - [tekezo](https://github.com/tekezo) for [VirtualHIDKeyboard](https://github.com/pqrs-org/Karabiner-VirtualHIDDevice/) - [williambj1](https://github.com/williambj1) for testing HID support - -## [Donate me](https://paypal.me/lebhiep) -Any donation is highly appreciated!