Skip to content

Commit 817462d

Browse files
committed
Improvements to menu item selection, and add Select Menu Item to pointer bindings. Issue 9781
1 parent 56d43b5 commit 817462d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+673
-232
lines changed

Interfaces/MainMenu.xib

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,8 +1557,6 @@ DQ
15571557
<outlet property="_splitVerticallyWithCurrentProfile" destination="1200" id="TXu-qW-aIJ"/>
15581558
<outlet property="_triggers" destination="DB9-tf-hPg" id="gAA-pF-wPx"/>
15591559
<outlet property="bookmarkMenu" destination="592" id="874"/>
1560-
<outlet property="closeTab" destination="635" id="795"/>
1561-
<outlet property="closeWindow" destination="598" id="796"/>
15621560
<outlet property="irPrev" destination="976" id="980"/>
15631561
<outlet property="maximizePane" destination="1233" id="1237"/>
15641562
<outlet property="selectTab" destination="847" id="863"/>

Interfaces/PreferencePanel.xib

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
</customObject>
8888
<customObject id="6117" customClass="PointerPrefsController">
8989
<connections>
90+
<outlet property="_menuItemPopupView" destination="Uhb-64-lno" id="ftQ-1N-q7H"/>
9091
<outlet property="_pasteSpecialViewContainer" destination="XBQ-x3-51h" id="JaH-7U-Bch"/>
9192
<outlet property="actionColumn_" destination="6099" id="6123"/>
9293
<outlet property="buttonColumn_" destination="6095" id="6121"/>
@@ -363,10 +364,14 @@ Gw
363364
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
364365
</textFieldCell>
365366
</textField>
366-
<customView hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XBQ-x3-51h">
367+
<customView hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XBQ-x3-51h" userLabel="Paste Special Container view">
367368
<rect key="frame" x="130" y="60" width="300" height="21"/>
368369
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
369370
</customView>
371+
<customView hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Uhb-64-lno" userLabel="Menu Item Popup" customClass="iTermMenuItemPopupView">
372+
<rect key="frame" x="125" y="60" width="308" height="23"/>
373+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
374+
</customView>
370375
</subviews>
371376
</view>
372377
<accessibility identifier="editPointerSettingsPanel"/>
@@ -743,7 +748,7 @@ Gw
743748
</subviews>
744749
</clipView>
745750
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="5846">
746-
<rect key="frame" x="1" y="249" width="763" height="15"/>
751+
<rect key="frame" x="1" y="248" width="763" height="16"/>
747752
<autoresizingMask key="autoresizingMask"/>
748753
</scroller>
749754
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="5847">

Interfaces/iTermEditKeyActionWindowController.xib

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19455" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19455"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -12,7 +12,7 @@
1212
<outlet property="_colorPresetsPopup" destination="tld-gp-ZWP" id="pmR-N0-sjS"/>
1313
<outlet property="_comboViewContainer" destination="rtR-KB-sUm" id="StD-xL-ZEV"/>
1414
<outlet property="_keyboardShortcutLabel" destination="K5J-cS-cKV" id="OHV-3k-HGx"/>
15-
<outlet property="_menuToSelectPopup" destination="Lul-IP-GkH" id="LCb-mY-zgC"/>
15+
<outlet property="_menuToSelectPopup" destination="Vc6-sA-YtV" id="67h-v0-Auo"/>
1616
<outlet property="_okButton" destination="loN-RU-1Py" id="GFk-gT-zqx"/>
1717
<outlet property="_parameter" destination="7JT-ar-Qef" id="2uA-Zc-mij"/>
1818
<outlet property="_parameterLabel" destination="q03-HA-vno" id="4oO-Om-1Ub"/>
@@ -41,6 +41,13 @@
4141
<rect key="frame" x="0.0" y="0.0" width="442" height="157"/>
4242
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/>
4343
<subviews>
44+
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Vc6-sA-YtV" customClass="iTermMenuItemPopupView">
45+
<rect key="frame" x="146" y="58" width="279" height="28"/>
46+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
47+
<connections>
48+
<outlet property="delegate" destination="-2" id="Rfi-zY-Knn"/>
49+
</connections>
50+
</customView>
4451
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="K5J-cS-cKV">
4552
<rect key="frame" x="17" y="119" width="127" height="18"/>
4653
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
@@ -98,7 +105,7 @@ Gw
98105
</textFieldCell>
99106
</textField>
100107
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OcE-sI-T64" userLabel="Shortcut Text Field" customClass="iTermShortcutInputView">
101-
<rect key="frame" x="149" y="119" width="273" height="22"/>
108+
<rect key="frame" x="149" y="119" width="272" height="22"/>
102109
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
103110
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="lcf-pM-rft">
104111
<font key="font" metaFont="system"/>
@@ -110,7 +117,7 @@ Gw
110117
</connections>
111118
</textField>
112119
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oHw-49-aB1" userLabel="Touch Bar Label">
113-
<rect key="frame" x="150" y="119" width="273" height="22"/>
120+
<rect key="frame" x="150" y="119" width="271" height="22"/>
114121
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
115122
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" continuous="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" placeholderString="Label to show in Touch Bar" drawsBackground="YES" usesSingleLineMode="YES" id="mYT-YJ-w7Z">
116123
<font key="font" metaFont="system"/>
@@ -199,15 +206,6 @@ Gw
199206
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
200207
</textFieldCell>
201208
</textField>
202-
<popUpButton hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Lul-IP-GkH" userLabel="Menu items popup">
203-
<rect key="frame" x="146" y="59" width="279" height="26"/>
204-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
205-
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" autoenablesItems="NO" id="1oe-ia-azx">
206-
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
207-
<font key="font" metaFont="menu"/>
208-
<menu key="menu" title="OtherViews" autoenablesItems="NO" id="3Rv-I7-dMV"/>
209-
</popUpButtonCell>
210-
</popUpButton>
211209
<popUpButton hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tld-gp-ZWP" userLabel="Color presets popup">
212210
<rect key="frame" x="146" y="59" width="279" height="26"/>
213211
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>

SearchableComboListView/SearchableComboListView.framework/Versions/A/Headers/SearchableComboListView-Swift.h

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,20 +211,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
211211
#endif
212212

213213
@protocol iTermSearchableComboViewDelegate;
214-
@class NSCoder;
215214
@class iTermSearchableComboViewGroup;
215+
@class NSCoder;
216+
@class NSString;
216217
@class NSNumber;
217218
@class NSMenu;
218219
@class NSEvent;
220+
@class NSMenuItem;
219221

220222
SWIFT_CLASS_NAMED("SearchableComboView")
221223
@interface iTermSearchableComboView : NSPopUpButton
222224
@property (nonatomic, weak) id <iTermSearchableComboViewDelegate> _Nullable delegate;
223-
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
224-
- (nonnull instancetype)initWithGroups:(NSArray<iTermSearchableComboViewGroup *> * _Nonnull)groups OBJC_DESIGNATED_INITIALIZER;
225+
+ (NSArray<iTermSearchableComboViewGroup *> * _Nonnull)groups SWIFT_WARN_UNUSED_RESULT;
226+
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
227+
- (nonnull instancetype)initWithGroups:(NSArray<iTermSearchableComboViewGroup *> * _Nonnull)groups defaultTitle:(NSString * _Nonnull)defaultTitle OBJC_DESIGNATED_INITIALIZER;
225228
- (BOOL)selectItemWithTag:(NSInteger)tag SWIFT_WARN_UNUSED_RESULT;
229+
- (void)selectItemWithTitle:(NSString * _Nonnull)title;
226230
- (NSInteger)selectedTag SWIFT_WARN_UNUSED_RESULT;
227231
- (void)willOpenMenu:(NSMenu * _Nonnull)menu withEvent:(NSEvent * _Nonnull)event;
232+
@property (nonatomic, readonly, strong) NSMenuItem * _Nullable selectedItem;
228233
- (nonnull instancetype)initWithFrame:(NSRect)buttonFrame pullsDown:(BOOL)flag SWIFT_UNAVAILABLE;
229234
- (nonnull instancetype)initWithFrame:(NSRect)frameRect SWIFT_UNAVAILABLE;
230235
@end
@@ -237,7 +242,6 @@ SWIFT_PROTOCOL_NAMED("SearchableComboViewDelegate")
237242
- (void)searchableComboView:(iTermSearchableComboView * _Nonnull)view didSelectItem:(iTermSearchableComboViewItem * _Nullable)didSelectItem;
238243
@end
239244

240-
@class NSString;
241245

242246
SWIFT_CLASS_NAMED("SearchableComboViewGroup")
243247
@interface iTermSearchableComboViewGroup : NSObject
@@ -250,6 +254,7 @@ SWIFT_CLASS_NAMED("SearchableComboViewGroup")
250254
SWIFT_CLASS_NAMED("SearchableComboViewItem")
251255
@interface iTermSearchableComboViewItem : NSObject
252256
- (nonnull instancetype)initWithLabel:(NSString * _Nonnull)label tag:(NSInteger)tag OBJC_DESIGNATED_INITIALIZER;
257+
- (nonnull instancetype)initWithLabel:(NSString * _Nonnull)label tag:(NSInteger)tag identifier:(NSString * _Nullable)identifier OBJC_DESIGNATED_INITIALIZER;
253258
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
254259
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
255260
@end
@@ -472,20 +477,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
472477
#endif
473478

474479
@protocol iTermSearchableComboViewDelegate;
475-
@class NSCoder;
476480
@class iTermSearchableComboViewGroup;
481+
@class NSCoder;
482+
@class NSString;
477483
@class NSNumber;
478484
@class NSMenu;
479485
@class NSEvent;
486+
@class NSMenuItem;
480487

481488
SWIFT_CLASS_NAMED("SearchableComboView")
482489
@interface iTermSearchableComboView : NSPopUpButton
483490
@property (nonatomic, weak) id <iTermSearchableComboViewDelegate> _Nullable delegate;
484-
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
485-
- (nonnull instancetype)initWithGroups:(NSArray<iTermSearchableComboViewGroup *> * _Nonnull)groups OBJC_DESIGNATED_INITIALIZER;
491+
+ (NSArray<iTermSearchableComboViewGroup *> * _Nonnull)groups SWIFT_WARN_UNUSED_RESULT;
492+
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
493+
- (nonnull instancetype)initWithGroups:(NSArray<iTermSearchableComboViewGroup *> * _Nonnull)groups defaultTitle:(NSString * _Nonnull)defaultTitle OBJC_DESIGNATED_INITIALIZER;
486494
- (BOOL)selectItemWithTag:(NSInteger)tag SWIFT_WARN_UNUSED_RESULT;
495+
- (void)selectItemWithTitle:(NSString * _Nonnull)title;
487496
- (NSInteger)selectedTag SWIFT_WARN_UNUSED_RESULT;
488497
- (void)willOpenMenu:(NSMenu * _Nonnull)menu withEvent:(NSEvent * _Nonnull)event;
498+
@property (nonatomic, readonly, strong) NSMenuItem * _Nullable selectedItem;
489499
- (nonnull instancetype)initWithFrame:(NSRect)buttonFrame pullsDown:(BOOL)flag SWIFT_UNAVAILABLE;
490500
- (nonnull instancetype)initWithFrame:(NSRect)frameRect SWIFT_UNAVAILABLE;
491501
@end
@@ -498,7 +508,6 @@ SWIFT_PROTOCOL_NAMED("SearchableComboViewDelegate")
498508
- (void)searchableComboView:(iTermSearchableComboView * _Nonnull)view didSelectItem:(iTermSearchableComboViewItem * _Nullable)didSelectItem;
499509
@end
500510

501-
@class NSString;
502511

503512
SWIFT_CLASS_NAMED("SearchableComboViewGroup")
504513
@interface iTermSearchableComboViewGroup : NSObject
@@ -511,6 +520,7 @@ SWIFT_CLASS_NAMED("SearchableComboViewGroup")
511520
SWIFT_CLASS_NAMED("SearchableComboViewItem")
512521
@interface iTermSearchableComboViewItem : NSObject
513522
- (nonnull instancetype)initWithLabel:(NSString * _Nonnull)label tag:(NSInteger)tag OBJC_DESIGNATED_INITIALIZER;
523+
- (nonnull instancetype)initWithLabel:(NSString * _Nonnull)label tag:(NSInteger)tag identifier:(NSString * _Nullable)identifier OBJC_DESIGNATED_INITIALIZER;
514524
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
515525
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
516526
@end

SearchableComboListView/SearchableComboListView.framework/Versions/A/_CodeSignature/CodeResources

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
</data>
1111
<key>Resources/SearchableComboView.nib/keyedobjects-101300.nib</key>
1212
<data>
13-
7k90uzs/PMpLTa9H+0pq1LZrgNY=
13+
zF6Hh3/ccI+4pV+nXYPo/Q9WoiI=
1414
</data>
1515
<key>Resources/SearchableComboView.nib/keyedobjects-110000.nib</key>
1616
<data>
17-
eMZ/0uDro3Yr5m5jt4Ij29RV2Xs=
17+
HLN8LbTXA4q9tta87fEN8eGy0j0=
1818
</data>
1919
<key>Resources/SearchableComboView.nib/keyedobjects.nib</key>
2020
<data>
21-
aNA8NJOj9MPMcFG/sa6rosuWo74=
21+
dqE5HdJFSv1ZCSQ9H+cdXnZnnbM=
2222
</data>
2323
</dict>
2424
<key>files2</key>
@@ -27,7 +27,7 @@
2727
<dict>
2828
<key>hash2</key>
2929
<data>
30-
xtSpm0pZU6gByaHkThjF6pVjJIcXoHYB9P8l6nrsn6w=
30+
cBfMDQSkJEc5cWFn/9gZg+/kZi75bCvC1Hr9HByNzqc=
3131
</data>
3232
</dict>
3333
<key>Headers/SearchableComboListView.h</key>
@@ -41,28 +41,28 @@
4141
<dict>
4242
<key>hash2</key>
4343
<data>
44-
y0z37rmNmF+fqiYANJ/6OA2MdlhVybZvbMX5in7rUfk=
44+
9eEd87O75yqpJsZKm6EQT2KpYws71vgFsWFmAj5LNEo=
4545
</data>
4646
</dict>
4747
<key>Modules/SearchableComboListView.swiftmodule/Project/arm64.swiftsourceinfo</key>
4848
<dict>
4949
<key>hash2</key>
5050
<data>
51-
y0z37rmNmF+fqiYANJ/6OA2MdlhVybZvbMX5in7rUfk=
51+
9eEd87O75yqpJsZKm6EQT2KpYws71vgFsWFmAj5LNEo=
5252
</data>
5353
</dict>
5454
<key>Modules/SearchableComboListView.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo</key>
5555
<dict>
5656
<key>hash2</key>
5757
<data>
58-
F3m4ZiEG4fKXynl0OwJOuHlOMZwgF6ZY/0HEsh63XCI=
58+
iZ4bUCgnHQd/XTRUjp7d84Ol6uYQrw3nCm6zOZYgGAs=
5959
</data>
6060
</dict>
6161
<key>Modules/SearchableComboListView.swiftmodule/Project/x86_64.swiftsourceinfo</key>
6262
<dict>
6363
<key>hash2</key>
6464
<data>
65-
F3m4ZiEG4fKXynl0OwJOuHlOMZwgF6ZY/0HEsh63XCI=
65+
iZ4bUCgnHQd/XTRUjp7d84Ol6uYQrw3nCm6zOZYgGAs=
6666
</data>
6767
</dict>
6868
<key>Modules/SearchableComboListView.swiftmodule/arm64-apple-macos.swiftdoc</key>
@@ -76,7 +76,7 @@
7676
<dict>
7777
<key>hash2</key>
7878
<data>
79-
oKjLvrdNRI3FBSzsEPBhEoG6OSd+c6uOT8SWLgR0bxU=
79+
5esMdVq8Y7r8O/MxVK8YbS5WiMbz00TG0mDCDD8N6zM=
8080
</data>
8181
</dict>
8282
<key>Modules/SearchableComboListView.swiftmodule/arm64.swiftdoc</key>
@@ -90,7 +90,7 @@
9090
<dict>
9191
<key>hash2</key>
9292
<data>
93-
oKjLvrdNRI3FBSzsEPBhEoG6OSd+c6uOT8SWLgR0bxU=
93+
5esMdVq8Y7r8O/MxVK8YbS5WiMbz00TG0mDCDD8N6zM=
9494
</data>
9595
</dict>
9696
<key>Modules/SearchableComboListView.swiftmodule/x86_64-apple-macos.swiftdoc</key>
@@ -104,7 +104,7 @@
104104
<dict>
105105
<key>hash2</key>
106106
<data>
107-
Ca9U42/K4AVaH1L1UG56KADvOhsIEykKD0zrmNrWSCw=
107+
CQT2M1TnSC+KoKUvkvxTa1M7v62Zm4N4SoJftgRCw3w=
108108
</data>
109109
</dict>
110110
<key>Modules/SearchableComboListView.swiftmodule/x86_64.swiftdoc</key>
@@ -118,7 +118,7 @@
118118
<dict>
119119
<key>hash2</key>
120120
<data>
121-
Ca9U42/K4AVaH1L1UG56KADvOhsIEykKD0zrmNrWSCw=
121+
CQT2M1TnSC+KoKUvkvxTa1M7v62Zm4N4SoJftgRCw3w=
122122
</data>
123123
</dict>
124124
<key>Modules/module.modulemap</key>
@@ -139,21 +139,21 @@
139139
<dict>
140140
<key>hash2</key>
141141
<data>
142-
AdEkNU1r0cZMedfufBWXoq1N00LRmTU1hkw7f7G9dpI=
142+
2ctF2sYmXhT4CRXg+gRpub++FL0l563XSBZgHEsRq14=
143143
</data>
144144
</dict>
145145
<key>Resources/SearchableComboView.nib/keyedobjects-110000.nib</key>
146146
<dict>
147147
<key>hash2</key>
148148
<data>
149-
yvT9xW4b9vA6Tj2tBB83YD0y4KrlucuIE8mB/TcvYAk=
149+
TZpx+FbgUJVvM5DO2n3cN/e58I6VXUan6COqLxS+W1U=
150150
</data>
151151
</dict>
152152
<key>Resources/SearchableComboView.nib/keyedobjects.nib</key>
153153
<dict>
154154
<key>hash2</key>
155155
<data>
156-
qXgRVdjPyJAiZpl3pS4qvLbPweb4vEIsBBKIkdnnd7A=
156+
faSW2M8tndDXqZ6yp06IT95H4E9/ntJF1HaSbNTccao=
157157
</data>
158158
</dict>
159159
</dict>

SearchableComboListView/SearchableComboListView.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
isa = XCBuildConfiguration;
390390
buildSettings = {
391391
CLANG_ENABLE_MODULES = YES;
392-
CODE_SIGN_IDENTITY = "-";
392+
CODE_SIGN_IDENTITY = "Apple Development";
393393
CODE_SIGN_STYLE = Automatic;
394394
COMBINE_HIDPI_IMAGES = YES;
395395
DEFINES_MODULE = YES;
@@ -417,7 +417,7 @@
417417
isa = XCBuildConfiguration;
418418
buildSettings = {
419419
CLANG_ENABLE_MODULES = YES;
420-
CODE_SIGN_IDENTITY = "-";
420+
CODE_SIGN_IDENTITY = "Apple Development";
421421
CODE_SIGN_STYLE = Automatic;
422422
COMBINE_HIDPI_IMAGES = YES;
423423
DEFINES_MODULE = YES;
@@ -445,7 +445,7 @@
445445
buildSettings = {
446446
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
447447
CODE_SIGN_ENTITLEMENTS = SearchableComboViewDemo/SearchableComboViewDemo.entitlements;
448-
CODE_SIGN_IDENTITY = "-";
448+
CODE_SIGN_IDENTITY = "Apple Development";
449449
CODE_SIGN_STYLE = Automatic;
450450
COMBINE_HIDPI_IMAGES = YES;
451451
DEVELOPMENT_TEAM = H7V7XYVQ7D;
@@ -466,7 +466,7 @@
466466
buildSettings = {
467467
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
468468
CODE_SIGN_ENTITLEMENTS = SearchableComboViewDemo/SearchableComboViewDemo.entitlements;
469-
CODE_SIGN_IDENTITY = "-";
469+
CODE_SIGN_IDENTITY = "Apple Development";
470470
CODE_SIGN_STYLE = Automatic;
471471
COMBINE_HIDPI_IMAGES = YES;
472472
DEVELOPMENT_TEAM = H7V7XYVQ7D;

SearchableComboListView/SearchableComboListView.xcodeproj/xcshareddata/xcschemes/SearchableComboListViewDemo.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</Testables>
3232
</TestAction>
3333
<LaunchAction
34-
buildConfiguration = "Release"
34+
buildConfiguration = "Debug"
3535
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3636
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
3737
launchStyle = "0"

0 commit comments

Comments
 (0)