Skip to content

Commit a421b46

Browse files
Add input_select to HA Menu
1 parent 9675a55 commit a421b46

File tree

11 files changed

+205
-134
lines changed

11 files changed

+205
-134
lines changed

Art/menu.png

42.2 KB
Loading

Art/preferences.png

-636 Bytes
Loading

HA Menu.xcodeproj/project.pbxproj

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
49E61063218F5FF400EFA408 /* PrefsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E61062218F5FF400EFA408 /* PrefsViewController.swift */; };
2525
49E61065218F605000EFA408 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E61064218F605000EFA408 /* Preferences.swift */; };
2626
49E6106721908BC100EFA408 /* HaState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E6106621908BC100EFA408 /* HaState.swift */; };
27-
49E6106921908D1400EFA408 /* HaStateAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E6106821908D1400EFA408 /* HaStateAttribute.swift */; };
27+
49E6106921908D1400EFA408 /* HaStateAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E6106821908D1400EFA408 /* HaStateAttributes.swift */; };
2828
49E6106F21932B6600EFA408 /* MenuItemController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E6106E21932B6600EFA408 /* MenuItemController.swift */; };
2929
/* End PBXBuildFile section */
3030

@@ -85,8 +85,12 @@
8585
49E61062218F5FF400EFA408 /* PrefsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefsViewController.swift; sourceTree = "<group>"; };
8686
49E61064218F605000EFA408 /* Preferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
8787
49E6106621908BC100EFA408 /* HaState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HaState.swift; sourceTree = "<group>"; };
88-
49E6106821908D1400EFA408 /* HaStateAttribute.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HaStateAttribute.swift; sourceTree = "<group>"; };
88+
49E6106821908D1400EFA408 /* HaStateAttributes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HaStateAttributes.swift; sourceTree = "<group>"; };
8989
49E6106E21932B6600EFA408 /* MenuItemController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuItemController.swift; sourceTree = "<group>"; };
90+
49E6C92423D99BE800F22973 /* menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menu.png; sourceTree = "<group>"; };
91+
49E6C92523D99BE800F22973 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
92+
49E6C92623D99BE800F22973 /* Switch Icon.sketch */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Switch Icon.sketch"; sourceTree = "<group>"; };
93+
49E6C92723D99BE800F22973 /* preferences.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = preferences.png; sourceTree = "<group>"; };
9094
/* End PBXFileReference section */
9195

9296
/* Begin PBXFrameworksBuildPhase section */
@@ -127,6 +131,7 @@
127131
isa = PBXGroup;
128132
children = (
129133
491F52C9217CCA4000105921 /* README.md */,
134+
49E6C92323D99BE800F22973 /* Art */,
130135
491F529B217CBF5200105921 /* HA Menu */,
131136
491F52AE217CBF5400105921 /* HA MenuTests */,
132137
491F52B9217CBF5400105921 /* HA MenuUITests */,
@@ -186,7 +191,7 @@
186191
children = (
187192
49E61064218F605000EFA408 /* Preferences.swift */,
188193
49E6106621908BC100EFA408 /* HaState.swift */,
189-
49E6106821908D1400EFA408 /* HaStateAttribute.swift */,
194+
49E6106821908D1400EFA408 /* HaStateAttributes.swift */,
190195
49BDE9D8237D75700087F729 /* HaEntity.swift */,
191196
);
192197
path = Models;
@@ -221,6 +226,17 @@
221226
path = ViewControllers;
222227
sourceTree = "<group>";
223228
};
229+
49E6C92323D99BE800F22973 /* Art */ = {
230+
isa = PBXGroup;
231+
children = (
232+
49E6C92423D99BE800F22973 /* menu.png */,
233+
49E6C92523D99BE800F22973 /* logo.png */,
234+
49E6C92623D99BE800F22973 /* Switch Icon.sketch */,
235+
49E6C92723D99BE800F22973 /* preferences.png */,
236+
);
237+
path = Art;
238+
sourceTree = "<group>";
239+
};
224240
/* End PBXGroup section */
225241

226242
/* Begin PBXNativeTarget section */
@@ -402,7 +418,7 @@
402418
49E6106721908BC100EFA408 /* HaState.swift in Sources */,
403419
49BDE9D9237D75700087F729 /* HaEntity.swift in Sources */,
404420
49E61063218F5FF400EFA408 /* PrefsViewController.swift in Sources */,
405-
49E6106921908D1400EFA408 /* HaStateAttribute.swift in Sources */,
421+
49E6106921908D1400EFA408 /* HaStateAttributes.swift in Sources */,
406422
49E6106F21932B6600EFA408 /* MenuItemController.swift in Sources */,
407423
);
408424
runOnlyForDeploymentPostprocessing = 0;
@@ -591,15 +607,15 @@
591607
CODE_SIGN_IDENTITY = "Apple Development";
592608
CODE_SIGN_STYLE = Automatic;
593609
COMBINE_HIDPI_IMAGES = YES;
594-
CURRENT_PROJECT_VERSION = 16;
610+
CURRENT_PROJECT_VERSION = 17;
595611
DEVELOPMENT_TEAM = VZ3Z8BPWPW;
596612
ENABLE_HARDENED_RUNTIME = YES;
597613
INFOPLIST_FILE = "HA Menu/Info.plist";
598614
LD_RUNPATH_SEARCH_PATHS = (
599615
"$(inherited)",
600616
"@executable_path/../Frameworks",
601617
);
602-
MARKETING_VERSION = 2.0.3;
618+
MARKETING_VERSION = 2.1.0;
603619
PRODUCT_BUNDLE_IDENTIFIER = "org.codechimp.HA-Menu";
604620
PRODUCT_NAME = "$(TARGET_NAME)";
605621
SWIFT_VERSION = 5.0;
@@ -614,15 +630,15 @@
614630
CODE_SIGN_IDENTITY = "Apple Development";
615631
CODE_SIGN_STYLE = Automatic;
616632
COMBINE_HIDPI_IMAGES = YES;
617-
CURRENT_PROJECT_VERSION = 16;
633+
CURRENT_PROJECT_VERSION = 17;
618634
DEVELOPMENT_TEAM = VZ3Z8BPWPW;
619635
ENABLE_HARDENED_RUNTIME = YES;
620636
INFOPLIST_FILE = "HA Menu/Info.plist";
621637
LD_RUNPATH_SEARCH_PATHS = (
622638
"$(inherited)",
623639
"@executable_path/../Frameworks",
624640
);
625-
MARKETING_VERSION = 2.0.3;
641+
MARKETING_VERSION = 2.1.0;
626642
PRODUCT_BUNDLE_IDENTIFIER = "org.codechimp.HA-Menu";
627643
PRODUCT_NAME = "$(TARGET_NAME)";
628644
SWIFT_VERSION = 5.0;
@@ -719,15 +735,15 @@
719735
CODE_SIGN_IDENTITY = "Apple Development";
720736
CODE_SIGN_STYLE = Automatic;
721737
COMBINE_HIDPI_IMAGES = YES;
722-
CURRENT_PROJECT_VERSION = 16;
738+
CURRENT_PROJECT_VERSION = 17;
723739
DEVELOPMENT_TEAM = VZ3Z8BPWPW;
724740
ENABLE_HARDENED_RUNTIME = YES;
725741
INFOPLIST_FILE = "HA Menu Launcher/Info.plist";
726742
LD_RUNPATH_SEARCH_PATHS = (
727743
"$(inherited)",
728744
"@executable_path/../Frameworks",
729745
);
730-
MARKETING_VERSION = 2.0.3;
746+
MARKETING_VERSION = 2.1.0;
731747
PRODUCT_BUNDLE_IDENTIFIER = "org.codechimp.HA-Menu-Launcher";
732748
PRODUCT_NAME = "$(TARGET_NAME)";
733749
SKIP_INSTALL = YES;
@@ -743,15 +759,15 @@
743759
CODE_SIGN_IDENTITY = "Apple Development";
744760
CODE_SIGN_STYLE = Automatic;
745761
COMBINE_HIDPI_IMAGES = YES;
746-
CURRENT_PROJECT_VERSION = 16;
762+
CURRENT_PROJECT_VERSION = 17;
747763
DEVELOPMENT_TEAM = VZ3Z8BPWPW;
748764
ENABLE_HARDENED_RUNTIME = YES;
749765
INFOPLIST_FILE = "HA Menu Launcher/Info.plist";
750766
LD_RUNPATH_SEARCH_PATHS = (
751767
"$(inherited)",
752768
"@executable_path/../Frameworks",
753769
);
754-
MARKETING_VERSION = 2.0.3;
770+
MARKETING_VERSION = 2.1.0;
755771
PRODUCT_BUNDLE_IDENTIFIER = "org.codechimp.HA-Menu-Launcher";
756772
PRODUCT_NAME = "$(TARGET_NAME)";
757773
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)