Skip to content

Commit a7cf33a

Browse files
committed
Remove roothide ld flag
1 parent 48a400f commit a7cf33a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

App/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $(APPLICATION_NAME)_SWIFT_BRIDGING_HEADER = App-Bridging-Header.h
1818
$(APPLICATION_NAME)_FRAMEWORKS = UIKit AVFoundation Combine
1919
$(APPLICATION_NAME)_PRIVATE_FRAMEWORKS = NanoRegistry NanoSystemSettings SoftwareUpdateBridge VisualPairing PBBridgeSupport AppSupport RunningBoardServices Symbolication BridgePreferences
2020
$(APPLICATION_NAME)_CFLAGS = -fobjc-arc -I$(CURDIR)/../Utils -I$(CURDIR)/Bridge -I$(CURDIR)/Bridge/Internal -I$(CURDIR)/Bridge/Plugin -I$(CURDIR)/Bridge/Scanner -I$(CURDIR)/Bridge/Watch
21-
$(APPLICATION_NAME)_LDFLAGS = -lroothide
21+
# $(APPLICATION_NAME)_LDFLAGS = -lroothide
2222
$(APPLICATION_NAME)_RESOURCE_DIRS = Resources
2323
$(APPLICATION_NAME)_CODESIGN_FLAGS = -S$(CURDIR)/Entitlements.xml
2424

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ The other functions of the plugin are still not perfect at present. I am not fam
5151
1. Install [theos](https://github.com/roothide/theos)
5252
2. Run `make package`
5353

54-
## Credits / Remerciements
54+
## Credits
5555

5656
- **[WatchPair11](https://github.com/plokijuter/WatchPair11)**: Multiple repair references

0 commit comments

Comments
 (0)