DO NOT MERGE
local development signing fixes
This commit is contained in:
parent
53ae6426bd
commit
7db85c9939
10 changed files with 76 additions and 116 deletions
|
|
@ -12,9 +12,9 @@ import UIKit
|
|||
public final class Globals {
|
||||
public static let bundleIdentifier: String = {
|
||||
#if BETA
|
||||
return "me.mssun.passforiosbeta"
|
||||
return "org.lysanntranvouez.passforiosbeta"
|
||||
#else
|
||||
return "me.mssun.passforios"
|
||||
return "org.lysanntranvouez.passforios"
|
||||
#endif
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue