-
Download: ncmeters9_0.9-7.ipa
-
Sign the .ipa with your favorite signing tool and a valid certificate
-
Double-click the .ipa file to add the app to iTunes and then install as you would any other app.
-
Enable the widget and position it by tapping the Edit button in the Notification Center.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* These are the strings that need updated translations in all non-English languages. | |
* | |
* To submit a new language please download the English (en) strings file and then | |
* change all of the strings to your language :) | |
* | |
* Default strings: Prefs/Resources/en.lproj/Localizable.strings | |
*/ | |
/* Main Page */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Dark theme for Messages app. | |
* iOS 10 | |
* @sticktron | |
*/ | |
@interface CKUITheme : NSObject | |
@end | |
@interface CKUIThemeDark : CKUITheme |