added xcconfig files
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
01b55c91ba
commit
31abec0529
3
VDS.xcworkspace/contents.xcworkspacedata
generated
3
VDS.xcworkspace/contents.xcworkspacedata
generated
@ -1,6 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Workspace
|
<Workspace
|
||||||
version = "1.0">
|
version = "1.0">
|
||||||
|
<FileRef
|
||||||
|
location = "group:workspaceSettings.xcconfig">
|
||||||
|
</FileRef>
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "container:VDSSample.xcodeproj">
|
location = "container:VDSSample.xcodeproj">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
|
|||||||
@ -161,6 +161,8 @@
|
|||||||
EA5E305B295111050082B959 /* TileletViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TileletViewController.swift; sourceTree = "<group>"; };
|
EA5E305B295111050082B959 /* TileletViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TileletViewController.swift; sourceTree = "<group>"; };
|
||||||
EA5F86CD2A1E863F00BC83E4 /* TabsContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabsContainerViewController.swift; sourceTree = "<group>"; };
|
EA5F86CD2A1E863F00BC83E4 /* TabsContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabsContainerViewController.swift; sourceTree = "<group>"; };
|
||||||
EA6642962BD1B2E700D81DC4 /* ColorPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorPickerView.swift; sourceTree = "<group>"; };
|
EA6642962BD1B2E700D81DC4 /* ColorPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorPickerView.swift; sourceTree = "<group>"; };
|
||||||
|
EA78C7A42C0E64A800430AD1 /* vds-sample-dev.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "vds-sample-dev.xcconfig"; sourceTree = "<group>"; };
|
||||||
|
EA78C7A52C0E64CC00430AD1 /* vds-sample.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "vds-sample.xcconfig"; sourceTree = "<group>"; };
|
||||||
EA81410D2A0ED8DC004F60D2 /* ButtonIconViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonIconViewController.swift; sourceTree = "<group>"; };
|
EA81410D2A0ED8DC004F60D2 /* ButtonIconViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonIconViewController.swift; sourceTree = "<group>"; };
|
||||||
EA89201828B56DF5006B9984 /* RadioBoxGroupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioBoxGroupViewController.swift; sourceTree = "<group>"; };
|
EA89201828B56DF5006B9984 /* RadioBoxGroupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioBoxGroupViewController.swift; sourceTree = "<group>"; };
|
||||||
EA89203F28B66CE2006B9984 /* ScrollViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScrollViewController.swift; sourceTree = "<group>"; };
|
EA89203F28B66CE2006B9984 /* ScrollViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScrollViewController.swift; sourceTree = "<group>"; };
|
||||||
@ -359,6 +361,8 @@
|
|||||||
children = (
|
children = (
|
||||||
EAF7F0C4289DA24F00B287F5 /* Artifactory */,
|
EAF7F0C4289DA24F00B287F5 /* Artifactory */,
|
||||||
EAF7F0792899698800B287F5 /* Resources */,
|
EAF7F0792899698800B287F5 /* Resources */,
|
||||||
|
EA78C7A42C0E64A800430AD1 /* vds-sample-dev.xcconfig */,
|
||||||
|
EA78C7A52C0E64CC00430AD1 /* vds-sample.xcconfig */,
|
||||||
);
|
);
|
||||||
path = "Supporting Files";
|
path = "Supporting Files";
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@ -579,6 +583,7 @@
|
|||||||
/* Begin XCBuildConfiguration section */
|
/* Begin XCBuildConfiguration section */
|
||||||
EA3C3BAB289966F1000CA526 /* Debug */ = {
|
EA3C3BAB289966F1000CA526 /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = EA78C7A42C0E64A800430AD1 /* vds-sample-dev.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
CLANG_ANALYZER_NONNULL = YES;
|
CLANG_ANALYZER_NONNULL = YES;
|
||||||
@ -639,6 +644,7 @@
|
|||||||
};
|
};
|
||||||
EA3C3BAC289966F1000CA526 /* Release */ = {
|
EA3C3BAC289966F1000CA526 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = EA78C7A52C0E64CC00430AD1 /* vds-sample.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
CLANG_ANALYZER_NONNULL = YES;
|
CLANG_ANALYZER_NONNULL = YES;
|
||||||
@ -693,6 +699,7 @@
|
|||||||
};
|
};
|
||||||
EA3C3BAE289966F1000CA526 /* Debug */ = {
|
EA3C3BAE289966F1000CA526 /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = EA78C7A42C0E64A800430AD1 /* vds-sample-dev.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
@ -728,6 +735,7 @@
|
|||||||
};
|
};
|
||||||
EA3C3BAF289966F1000CA526 /* Release */ = {
|
EA3C3BAF289966F1000CA526 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = EA78C7A52C0E64CC00430AD1 /* vds-sample.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
@ -763,6 +771,7 @@
|
|||||||
};
|
};
|
||||||
EAF7F0C0289DA16000B287F5 /* Debug */ = {
|
EAF7F0C0289DA16000B287F5 /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = EA78C7A42C0E64A800430AD1 /* vds-sample-dev.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = FCMA4QKS77;
|
DEVELOPMENT_TEAM = FCMA4QKS77;
|
||||||
@ -772,6 +781,7 @@
|
|||||||
};
|
};
|
||||||
EAF7F0C1289DA16000B287F5 /* Release */ = {
|
EAF7F0C1289DA16000B287F5 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = EA78C7A52C0E64CC00430AD1 /* vds-sample.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = FCMA4QKS77;
|
DEVELOPMENT_TEAM = FCMA4QKS77;
|
||||||
@ -781,6 +791,7 @@
|
|||||||
};
|
};
|
||||||
EAF7F0D0289DA44300B287F5 /* Debug */ = {
|
EAF7F0D0289DA44300B287F5 /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = EA78C7A42C0E64A800430AD1 /* vds-sample-dev.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = FCMA4QKS77;
|
DEVELOPMENT_TEAM = FCMA4QKS77;
|
||||||
@ -790,6 +801,7 @@
|
|||||||
};
|
};
|
||||||
EAF7F0D1289DA44300B287F5 /* Release */ = {
|
EAF7F0D1289DA44300B287F5 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = EA78C7A52C0E64CC00430AD1 /* vds-sample.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = FCMA4QKS77;
|
DEVELOPMENT_TEAM = FCMA4QKS77;
|
||||||
|
|||||||
11
VDSSample/Supporting Files/vds-sample-dev.xcconfig
Normal file
11
VDSSample/Supporting Files/vds-sample-dev.xcconfig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
//
|
||||||
|
// vds-sample-dev.xcconfig
|
||||||
|
// VDSSample
|
||||||
|
//
|
||||||
|
// Created by Matt Bruce on 6/3/24.
|
||||||
|
//
|
||||||
|
|
||||||
|
// Configuration settings file format documentation can be found at:
|
||||||
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
|
#include? "../../workspaceSettings.xcconfig"
|
||||||
11
VDSSample/Supporting Files/vds-sample.xcconfig
Normal file
11
VDSSample/Supporting Files/vds-sample.xcconfig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
//
|
||||||
|
// vds-sample.xcconfig
|
||||||
|
// VDSSample
|
||||||
|
//
|
||||||
|
// Created by Matt Bruce on 6/3/24.
|
||||||
|
//
|
||||||
|
|
||||||
|
// Configuration settings file format documentation can be found at:
|
||||||
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
|
#include? "../../workspaceSettings.xcconfig"
|
||||||
@ -111,10 +111,15 @@ class MenuViewController: UITableViewController, TooltipLaunchable {
|
|||||||
|
|
||||||
override func viewDidLoad() {
|
override func viewDidLoad() {
|
||||||
title = "VDS Sample: Build \(Bundle.main.build ?? "none")"
|
title = "VDS Sample: Build \(Bundle.main.build ?? "none")"
|
||||||
|
|
||||||
|
let content = VDSHelper.releaseNotes()
|
||||||
|
if !content.isEmpty {
|
||||||
let tooltip = VDS.Tooltip()
|
let tooltip = VDS.Tooltip()
|
||||||
tooltip.title = "Release Notes: \(VDSHelper.version)"
|
tooltip.title = "Release Notes: \(VDSHelper.version)"
|
||||||
tooltip.content = VDSHelper.releaseNotes()
|
tooltip.content = content
|
||||||
navigationItem.rightBarButtonItem = UIBarButtonItem(customView: tooltip)
|
navigationItem.rightBarButtonItem = UIBarButtonItem(customView: tooltip)
|
||||||
|
}
|
||||||
|
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
overrideUserInterfaceStyle = .light
|
overrideUserInterfaceStyle = .light
|
||||||
tableView.register(MenuCell.self, forCellReuseIdentifier: "cell")
|
tableView.register(MenuCell.self, forCellReuseIdentifier: "cell")
|
||||||
|
|||||||
11
workspaceSettings.xcconfig
Normal file
11
workspaceSettings.xcconfig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
//
|
||||||
|
// workspaceSettings.xcconfig
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// Created by Matt Bruce on 6/3/24.
|
||||||
|
//
|
||||||
|
|
||||||
|
// Configuration settings file format documentation can be found at:
|
||||||
|
// https://help.apple.com/xcode/#/dev745c5c974
|
||||||
|
|
||||||
|
VDS_ADD_CHANGELOG_FILES = 1
|
||||||
Loading…
Reference in New Issue
Block a user