Skip to content

Commit

Permalink
Merge pull request MessageKit#1252 from kinoroy/fix-warnings
Browse files Browse the repository at this point in the history
Fix compilation warnings
  • Loading branch information
hamzaozturk authored Feb 20, 2020
2 parents 54eec22 + d707b91 commit e440a04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MessageKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -580,11 +580,11 @@
};
buildConfigurationList = 88916B1C1CF0DF2F00469F91 /* Build configuration list for PBXProject "MessageKit" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
mainGroup = 88916B181CF0DF2F00469F91;
productRefGroup = 88916B231CF0DF2F00469F91 /* Products */;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Models/Sender.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Foundation
@available(*, deprecated, message: "`Sender` has been replaced with the `SenderType` protocol in 3.0.0")
public struct Sender: SenderType {

/// MARK: - Properties
// MARK: - Properties

/// The unique String identifier for the sender.
///
Expand Down

0 comments on commit e440a04

Please sign in to comment.