Add beta distrubution channel
This commit is contained in:
parent
0bbda5a4b0
commit
a92940e610
58 changed files with 1065 additions and 252 deletions
|
|
@ -10,7 +10,7 @@ import Foundation
|
|||
import UIKit
|
||||
|
||||
public final class Globals {
|
||||
public static let bundleIdentifier = "me.mssun.passforios"
|
||||
public static let bundleIdentifier = Bundle.main.bundleIdentifier ?? "me.mssun.passforios"
|
||||
public static let groupIdentifier = "group." + bundleIdentifier
|
||||
public static let passKitBundleIdentifier = bundleIdentifier + ".passKit"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue