File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 812
812
CODE_SIGN_IDENTITY = "-";
813
813
CODE_SIGN_STYLE = Manual;
814
814
COMBINE_HIDPI_IMAGES = YES;
815
- CURRENT_PROJECT_VERSION = 18 ;
815
+ CURRENT_PROJECT_VERSION = 21 ;
816
816
DEVELOPMENT_TEAM = "";
817
817
FRAMEWORK_SEARCH_PATHS = (
818
818
"$(inherited)",
840
840
buildSettings = {
841
841
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
842
842
CODE_SIGN_ENTITLEMENTS = Boop/Boop.entitlements;
843
- CODE_SIGN_IDENTITY = "- ";
844
- CODE_SIGN_STYLE = Manual ;
843
+ CODE_SIGN_IDENTITY = "Apple Development ";
844
+ CODE_SIGN_STYLE = Automatic ;
845
845
COMBINE_HIDPI_IMAGES = YES;
846
- CURRENT_PROJECT_VERSION = 18 ;
847
- DEVELOPMENT_TEAM = "" ;
846
+ CURRENT_PROJECT_VERSION = 21 ;
847
+ DEVELOPMENT_TEAM = RLZ8XBTX7G ;
848
848
FRAMEWORK_SEARCH_PATHS = (
849
849
"$(inherited)",
850
850
"$(PROJECT_DIR)/Boop/Frameworks",
Original file line number Diff line number Diff line change @@ -180,6 +180,6 @@ extension PopoverViewController: NSTextFieldDelegate {
180
180
let results = scriptManager. search ( searchField. stringValue)
181
181
tableViewController. results = results
182
182
183
- self . tableHeightConstraint. constant = CGFloat ( 65 * min( 5 , results. count) )
183
+ self . tableHeightConstraint. constant = CGFloat ( 45 * min( 5 , results. count) + ( ( results . count != 0 ) ? 20 : 0 ) )
184
184
}
185
185
}
You can’t perform that action at this time.
0 commit comments