Skip to content

Commit

Permalink
Merge pull request #103 from Giphy/task/publicize-is-app-extension
Browse files Browse the repository at this point in the history
make isAppExtension public so ui sdk can use it
  • Loading branch information
cgmaier authored Jan 24, 2020
2 parents af4b83e + d34b411 commit d9d412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GiphyCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Foundation
static var enableLogs = true
static var enableOM = true

private class var isAppExtension: Bool {
public class var isAppExtension: Bool {
return Bundle.main.executablePath?.contains(".appex/") ?? false
}

Expand Down

0 comments on commit d9d412d

Please sign in to comment.