Skip to content

Commit e6e4ab8

Browse files
author
Kevin Bradley
committed
changed files link to also be https changed seas0npass link back to http, bumped version number.
1 parent 40b8d05 commit e6e4ab8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TSS/TSSManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
//New URL: http://files.firecore.com/SP/firmware/k66ap.plist
1717

18-
#define BLOB_PLIST_BASE_URL @"http://files.firecore.com/SP/firmware"
19-
#define BLOB_PLIST_URL @"http://files.firecore.com/SP/firmware/k66ap.plist"
18+
#define BLOB_PLIST_BASE_URL @"https://files.firecore.com/SP/firmware"
19+
#define BLOB_PLIST_URL @"https://files.firecore.com/SP/firmware/k66ap.plist"
2020

2121
enum {
2222

tetherKit-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>867</string>
24+
<string>868</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)