summaryrefslogtreecommitdiff
path: root/CCCB Display.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'CCCB Display.xcodeproj/project.pbxproj')
-rw-r--r--CCCB Display.xcodeproj/project.pbxproj14
1 files changed, 10 insertions, 4 deletions
diff --git a/CCCB Display.xcodeproj/project.pbxproj b/CCCB Display.xcodeproj/project.pbxproj
index e81c1d3..76c1843 100644
--- a/CCCB Display.xcodeproj/project.pbxproj
+++ b/CCCB Display.xcodeproj/project.pbxproj
@@ -13,6 +13,7 @@
13 65357C6D2A2013490096BC93 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65357C6B2A2013490096BC93 /* Main.storyboard */; }; 13 65357C6D2A2013490096BC93 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65357C6B2A2013490096BC93 /* Main.storyboard */; };
14 65357C6F2A20134C0096BC93 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65357C6E2A20134C0096BC93 /* Assets.xcassets */; }; 14 65357C6F2A20134C0096BC93 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 65357C6E2A20134C0096BC93 /* Assets.xcassets */; };
15 65357C722A20134C0096BC93 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65357C702A20134C0096BC93 /* LaunchScreen.storyboard */; }; 15 65357C722A20134C0096BC93 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 65357C702A20134C0096BC93 /* LaunchScreen.storyboard */; };
16 65357C7A2A2105100096BC93 /* ConfigController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65357C792A2105100096BC93 /* ConfigController.swift */; };
16/* End PBXBuildFile section */ 17/* End PBXBuildFile section */
17 18
18/* Begin PBXFileReference section */ 19/* Begin PBXFileReference section */
@@ -24,6 +25,7 @@
24 65357C6E2A20134C0096BC93 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 25 65357C6E2A20134C0096BC93 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
25 65357C712A20134C0096BC93 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 26 65357C712A20134C0096BC93 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
26 65357C732A20134C0096BC93 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 27 65357C732A20134C0096BC93 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28 65357C792A2105100096BC93 /* ConfigController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigController.swift; sourceTree = "<group>"; };
27/* End PBXFileReference section */ 29/* End PBXFileReference section */
28 30
29/* Begin PBXFrameworksBuildPhase section */ 31/* Begin PBXFrameworksBuildPhase section */
@@ -57,6 +59,7 @@
57 isa = PBXGroup; 59 isa = PBXGroup;
58 children = ( 60 children = (
59 65357C652A2013490096BC93 /* AppDelegate.swift */, 61 65357C652A2013490096BC93 /* AppDelegate.swift */,
62 65357C792A2105100096BC93 /* ConfigController.swift */,
60 65357C672A2013490096BC93 /* SceneDelegate.swift */, 63 65357C672A2013490096BC93 /* SceneDelegate.swift */,
61 65357C692A2013490096BC93 /* ViewController.swift */, 64 65357C692A2013490096BC93 /* ViewController.swift */,
62 65357C6B2A2013490096BC93 /* Main.storyboard */, 65 65357C6B2A2013490096BC93 /* Main.storyboard */,
@@ -141,6 +144,7 @@
141 65357C6A2A2013490096BC93 /* ViewController.swift in Sources */, 144 65357C6A2A2013490096BC93 /* ViewController.swift in Sources */,
142 65357C662A2013490096BC93 /* AppDelegate.swift in Sources */, 145 65357C662A2013490096BC93 /* AppDelegate.swift in Sources */,
143 65357C682A2013490096BC93 /* SceneDelegate.swift in Sources */, 146 65357C682A2013490096BC93 /* SceneDelegate.swift in Sources */,
147 65357C7A2A2105100096BC93 /* ConfigController.swift in Sources */,
144 ); 148 );
145 runOnlyForDeploymentPostprocessing = 0; 149 runOnlyForDeploymentPostprocessing = 0;
146 }; 150 };
@@ -287,13 +291,14 @@
287 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 291 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
288 CODE_SIGN_STYLE = Automatic; 292 CODE_SIGN_STYLE = Automatic;
289 CURRENT_PROJECT_VERSION = 1; 293 CURRENT_PROJECT_VERSION = 1;
294 DEVELOPMENT_TEAM = 8DUP9J636N;
290 GENERATE_INFOPLIST_FILE = YES; 295 GENERATE_INFOPLIST_FILE = YES;
291 INFOPLIST_FILE = "CCCB Display/Info.plist"; 296 INFOPLIST_FILE = "CCCB Display/Info.plist";
297 INFOPLIST_KEY_NSCameraUsageDescription = "This app accesses the camera to display a monochrome representation on the CCCB Display";
292 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 298 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
293 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; 299 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
294 INFOPLIST_KEY_UIMainStoryboardFile = Main; 300 INFOPLIST_KEY_UIMainStoryboardFile = Main;
295 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 301 INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
296 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
297 LD_RUNPATH_SEARCH_PATHS = ( 302 LD_RUNPATH_SEARCH_PATHS = (
298 "$(inherited)", 303 "$(inherited)",
299 "@executable_path/Frameworks", 304 "@executable_path/Frameworks",
@@ -314,13 +319,14 @@
314 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 319 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
315 CODE_SIGN_STYLE = Automatic; 320 CODE_SIGN_STYLE = Automatic;
316 CURRENT_PROJECT_VERSION = 1; 321 CURRENT_PROJECT_VERSION = 1;
322 DEVELOPMENT_TEAM = 8DUP9J636N;
317 GENERATE_INFOPLIST_FILE = YES; 323 GENERATE_INFOPLIST_FILE = YES;
318 INFOPLIST_FILE = "CCCB Display/Info.plist"; 324 INFOPLIST_FILE = "CCCB Display/Info.plist";
325 INFOPLIST_KEY_NSCameraUsageDescription = "This app accesses the camera to display a monochrome representation on the CCCB Display";
319 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 326 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
320 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; 327 INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
321 INFOPLIST_KEY_UIMainStoryboardFile = Main; 328 INFOPLIST_KEY_UIMainStoryboardFile = Main;
322 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 329 INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
323 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
324 LD_RUNPATH_SEARCH_PATHS = ( 330 LD_RUNPATH_SEARCH_PATHS = (
325 "$(inherited)", 331 "$(inherited)",
326 "@executable_path/Frameworks", 332 "@executable_path/Frameworks",