Skip to content

Commit 2e3a25e

Browse files
author
Joan Martin
committedMar 29, 2019
Renaming MJSwiftCore to Harmony
1 parent a7641c0 commit 2e3a25e

File tree

135 files changed

+283
-283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+283
-283
lines changed
 

‎Example/Tests/TestHelper.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public struct Test {
3838
case code13 = 13
3939
case code42 = 42
4040
public static var errorDomain: String {
41-
return "com.mobilejazz.MJSWiftCore"
41+
return "com.mobilejazz.Harmony"
4242
}
4343
public var errorCode: Int { return rawValue }
4444
public var errorUserInfo: [String: Any] { return [:] }

‎Harmony/Classes/Alamofire/Alamofire+Future.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import Foundation
1818
import Alamofire
1919

20-
public enum MJSwiftCoreAlamofireError : Error {
20+
public enum HarmonyAlamofireError : Error {
2121
case jsonSerialization
2222
}
2323

0 commit comments

Comments
 (0)
Please sign in to comment.