Skip to content

Commit

Permalink
Merge pull request #300 from dksqnswlwhr/master
Browse files Browse the repository at this point in the history
Currently BSImagePicker has issues on Xcode 12.
  • Loading branch information
mikaoj authored Sep 26, 2020
2 parents 92ab9dd + 4fe40a5 commit 021e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Model/Settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import UIKit
import Photos

/// Settings for BSImagePicker
@objc(BSSettings) // Fix for ObjC header name conflicting.
@objcMembers public class Settings : NSObject {
public static let shared = Settings()

Expand Down

0 comments on commit 021e5cc

Please sign in to comment.