From f1f197f2602c03738809de82308b81ae747667e0 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 7 Jul 2023 14:39:57 -0500 Subject: [PATCH] updated version Signed-off-by: Matt Bruce --- VDSSample.xcodeproj/project.pbxproj | 4 ++-- VDSSample/ViewControllers/LoaderViewController.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VDSSample.xcodeproj/project.pbxproj b/VDSSample.xcodeproj/project.pbxproj index 4fda7fa..71af667 100644 --- a/VDSSample.xcodeproj/project.pbxproj +++ b/VDSSample.xcodeproj/project.pbxproj @@ -663,7 +663,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; DEVELOPMENT_TEAM = FCMA4QKS77; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VDSSample/Info.plist; @@ -695,7 +695,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 26; + CURRENT_PROJECT_VERSION = 27; DEVELOPMENT_TEAM = FCMA4QKS77; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VDSSample/Info.plist; diff --git a/VDSSample/ViewControllers/LoaderViewController.swift b/VDSSample/ViewControllers/LoaderViewController.swift index 37a4cae..bb2836d 100644 --- a/VDSSample/ViewControllers/LoaderViewController.swift +++ b/VDSSample/ViewControllers/LoaderViewController.swift @@ -16,7 +16,7 @@ class LoaderViewController: BaseViewController, LoaderLaunchable { override func viewDidLoad() { super.viewDidLoad() - contentTopView.height(constant: 200) + contentTopView.height(constant: 80) addContentTopView(view: component) setupPicker() }