Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Sep 30, 2020
1 parent 2a99c04 commit 7eeb20f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions AsusSMC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
4C4FE6C22156AA810074AD08 /* README.md */,
4CDDD8C822E899F700CC38F4 /* CHANGELOG.md */,
4C27D2BF218B647F0089409B /* LICENSE.md */,
4C4FE6282156A1690074AD08 /* Info.plist */,
);
sourceTree = "<group>";
};
Expand All @@ -187,6 +186,7 @@
4C4FE6242156A1690074AD08 /* AsusSMC.hpp */,
4C4FE6BE2156A5820074AD08 /* KeyImplementations.cpp */,
4C4FE6BF2156A5820074AD08 /* KeyImplementations.hpp */,
4C4FE6282156A1690074AD08 /* Info.plist */,
);
path = AsusSMC;
sourceTree = "<group>";
Expand Down Expand Up @@ -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";
Expand All @@ -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";
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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!

0 comments on commit 7eeb20f

Please sign in to comment.