Skip to content

Commit

Permalink
Merge pull request #18 from vineetchoudhary/develop
Browse files Browse the repository at this point in the history
Updated app icon & 3rd party dependencies
  • Loading branch information
vineetchoudhary authored Jun 4, 2021
2 parents 6c35e27 + abc8f0a commit eefdf22
Show file tree
Hide file tree
Showing 486 changed files with 14,091 additions and 4,085 deletions.
2 changes: 1 addition & 1 deletion Downloader/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {

//App Center
if let appCenter = Bundle.main.object(forInfoDictionaryKey: "AppCenter") as? String {
MSAppCenter.start(appCenter, withServices:[MSAnalytics.self, MSCrashes.self])
AppCenter.start(withAppSecret: appCenter, services: [Analytics.self, Crashes.self])
}
}

Expand Down
4 changes: 2 additions & 2 deletions Downloader/Common/Logger/EventLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import AppCenterAnalytics
struct EventLogger {
static func downloadStart(url: String) {
let params = getParams(from: url)
MSAnalytics.trackEvent("Download Start", withProperties: params)
Analytics.trackEvent("Download Start", withProperties: params)
}

static func downloadFinish(url: String) {
let params = getParams(from: url)
MSAnalytics.trackEvent("Download Finish", withProperties: params)
Analytics.trackEvent("Download Finish", withProperties: params)
}

private static func getParams(from urlString: String)-> [String: String] {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"images" : [
{
"size" : "16x16",
"filename" : "downloader-9.png",
"idiom" : "mac",
"filename" : "1977916-9.png",
"scale" : "1x"
"scale" : "1x",
"size" : "16x16"
},
{
"size" : "16x16",
"filename" : "downloader-8.png",
"idiom" : "mac",
"filename" : "1977916-8.png",
"scale" : "2x"
"scale" : "2x",
"size" : "16x16"
},
{
"size" : "32x32",
"filename" : "downloader-7.png",
"idiom" : "mac",
"filename" : "1977916-7.png",
"scale" : "1x"
"scale" : "1x",
"size" : "32x32"
},
{
"size" : "32x32",
"filename" : "downloader-6.png",
"idiom" : "mac",
"filename" : "1977916-6.png",
"scale" : "2x"
"scale" : "2x",
"size" : "32x32"
},
{
"size" : "128x128",
"filename" : "downloader-5.png",
"idiom" : "mac",
"filename" : "1977916-5.png",
"scale" : "1x"
"scale" : "1x",
"size" : "128x128"
},
{
"size" : "128x128",
"filename" : "downloader-4.png",
"idiom" : "mac",
"filename" : "1977916-4.png",
"scale" : "2x"
"scale" : "2x",
"size" : "128x128"
},
{
"size" : "256x256",
"filename" : "downloader-3.png",
"idiom" : "mac",
"filename" : "1977916-3.png",
"scale" : "1x"
"scale" : "1x",
"size" : "256x256"
},
{
"size" : "256x256",
"filename" : "downloader-2.png",
"idiom" : "mac",
"filename" : "1977916-2.png",
"scale" : "2x"
"scale" : "2x",
"size" : "256x256"
},
{
"size" : "512x512",
"filename" : "downloader-1.png",
"idiom" : "mac",
"filename" : "1977916-1.png",
"scale" : "1x"
"scale" : "1x",
"size" : "512x512"
},
{
"size" : "512x512",
"filename" : "downloader.png",
"idiom" : "mac",
"filename" : "1977916.png",
"scale" : "2x"
"scale" : "2x",
"size" : "512x512"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- AppCenter (2.5.3):
- AppCenter/Analytics (= 2.5.3)
- AppCenter/Crashes (= 2.5.3)
- AppCenter/Analytics (2.5.3):
- AppCenter (4.1.1):
- AppCenter/Analytics (= 4.1.1)
- AppCenter/Crashes (= 4.1.1)
- AppCenter/Analytics (4.1.1):
- AppCenter/Core
- AppCenter/Core (2.5.3)
- AppCenter/Crashes (2.5.3):
- AppCenter/Core (4.1.1)
- AppCenter/Crashes (4.1.1):
- AppCenter/Core
- CocoaLumberjack/Core (3.6.1)
- CocoaLumberjack/Swift (3.6.1):
- CocoaLumberjack/Core (3.7.2)
- CocoaLumberjack/Swift (3.7.2):
- CocoaLumberjack/Core

DEPENDENCIES:
Expand All @@ -21,9 +21,9 @@ SPEC REPOS:
- CocoaLumberjack

SPEC CHECKSUMS:
AppCenter: 765ff38c4d360fc5ec61b61a8be24d74cd6d4d83
CocoaLumberjack: b17ae15142558d08bbacf69775fa10c4abbebcc9
AppCenter: cd53e3ed3563cc720bcb806c9731a12389b40d44
CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da

PODFILE CHECKSUM: 3b97e283480b815248cc0f11e64d9f11932a152f

COCOAPODS: 1.9.3
COCOAPODS: 1.10.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eefdf22

Please sign in to comment.