diff --git a/yobble.xcodeproj/project.pbxproj b/yobble.xcodeproj/project.pbxproj index d934e6a..a577571 100644 --- a/yobble.xcodeproj/project.pbxproj +++ b/yobble.xcodeproj/project.pbxproj @@ -434,7 +434,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = yobble/yobble.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_TEAM = V22H44W47J; ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; @@ -475,7 +475,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = yobble/yobble.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 14; + CURRENT_PROJECT_VERSION = 15; DEVELOPMENT_TEAM = V22H44W47J; ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; diff --git a/yobble.xcodeproj/project.xcworkspace/xcuserdata/cheykrym.xcuserdatad/UserInterfaceState.xcuserstate b/yobble.xcodeproj/project.xcworkspace/xcuserdata/cheykrym.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..db5d43c Binary files /dev/null and b/yobble.xcodeproj/project.xcworkspace/xcuserdata/cheykrym.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/yobble/config.swift b/yobble/config.swift index d6a9a42..ef135a5 100644 --- a/yobble/config.swift +++ b/yobble/config.swift @@ -4,7 +4,7 @@ struct AppConfig { static var DEBUG: Bool = false //static let SERVICE = Bundle.main.bundleIdentifier ?? "default.service" static let PROTOCOL = "https" - static let API_SERVER = "\(PROTOCOL)://api.yobble.org" + static let API_SERVER = "\(PROTOCOL)://dev.api.yobble.org" static let SOCKET_PATH = "/socket.io/" static let SOCKET_HEARTBEAT_EVENT = "client_message"