Lex Tang
Lex Tang
Hi @tomkowz Thank you for the rapid reply. I tried to import this lib as a framework with CocoaPods. My Podfile: ``` use_frameworks! inhibit_all_warnings! ...other targets... target 'VPNOnWatchKitExtension' do platform...
The default platform for the whole project was set to iOS 9. ``` platform :ios, '9.0' ``` But I did mention above `platform :watchos` in targets of both WatchKitApp and...
https://github.com/lexrus/VPNOn/blob/feature/ios9/Podfile Here is my podfile which works fine. But failed after import Swifternalization in the 2 watchOS targets.
So what's the error message? I guess it can be fixed by setting an initial `abbreviatedPlaceholder`.
Thanks. It's a must have feature. I'll implement it asap.
Sorry, I'm not working on this. Maybe next month. :smile:
@SunburstEnzo Thank you for your advice. But how does the OS figure out which FontScale value properly fit in current rect? I guess we can take the advantage of CoreText...
I'd like to implement this feature but I do not have enough time yet. 😢
I used a open source project to keep this app live in background https://github.com/davidkaminsky/Unplugged/ . But I've not test it for 20 minutes. I've no idea what's wrong with it.
AddressBook framework 已经被废弃了,现在应该用 Contacts framework。我试了一下,貌似在命令行中无法唤起通讯录权限的申请框,也许需要把这个项目改成 macOS 的 GUI 程序才行。有空再试了。