File tree Expand file tree Collapse file tree
InfiniLink/View Components/Home View Expand file tree Collapse file tree Original file line number Diff line number Diff line change 807807 "@executable_path/Frameworks",
808808 );
809809 MARKETING_VERSION = 0.9.2;
810- PRODUCT_BUNDLE_IDENTIFIER = " com.alexemry.Infini-iOS" ;
810+ PRODUCT_BUNDLE_IDENTIFIER = com.alexemry.InfiniLink ;
811811 PRODUCT_NAME = "$(TARGET_NAME)";
812812 SWIFT_VERSION = 5.0;
813- TARGETED_DEVICE_FAMILY = "1,2" ;
813+ TARGETED_DEVICE_FAMILY = 1 ;
814814 };
815815 name = Debug;
816816 };
831831 "@executable_path/Frameworks",
832832 );
833833 MARKETING_VERSION = 0.9.2;
834- PRODUCT_BUNDLE_IDENTIFIER = " com.alexemry.Infini-iOS" ;
834+ PRODUCT_BUNDLE_IDENTIFIER = com.alexemry.InfiniLink ;
835835 PRODUCT_NAME = "$(TARGET_NAME)";
836836 SWIFT_VERSION = 5.0;
837- TARGETED_DEVICE_FAMILY = "1,2" ;
837+ TARGETED_DEVICE_FAMILY = 1 ;
838838 };
839839 name = Release;
840840 };
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ struct HomeScreen: View {
4141 if renamingDevice {
4242 TextField ( deviceName, text: $changedName, onCommit: {
4343 nameManager. updateName ( deviceUUID: bleManager. infiniTime. identifier. uuidString, name: changedName)
44+ renamingDevice = false
4445 } )
4546 . onAppear ( ) {
4647 deviceName = String ( DeviceNameManager ( ) . getName ( deviceUUID: bleManager. infiniTime. identifier. uuidString) . isEmpty ? " InfiniTime " : DeviceNameManager ( ) . getName ( deviceUUID: bleManager. infiniTime. identifier. uuidString) )
You can’t perform that action at this time.
0 commit comments