Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
add title bar buttons to resolve rejected binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce committed Apr 20, 2019
1 parent e9d57db commit c98bac7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions Safari/HelloGoodbye/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {

func applicationDidFinishLaunching(_ aNotification: Notification) {
// Insert code here to initialize your application

}

func applicationWillTerminate(_ aNotification: Notification) {
Expand Down
12 changes: 6 additions & 6 deletions Safari/HelloGoodbye/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
<scene sceneID="R2V-B0-nI4">
<objects>
<windowController showSeguePresentationStyle="single" id="B8D-0N-5wS" sceneMemberID="viewController">
<window key="window" title="App Name" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" titlebarAppearsTransparent="YES" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" closable="YES" miniaturizable="YES"/>
<window key="window" title="Hello, Goodbye" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" titlebarAppearsTransparent="YES" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenNone="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
Expand All @@ -94,11 +94,11 @@
</objects>
<point key="canvasLocation" x="75" y="250"/>
</scene>
<!--View Controller-->
<!--Hello, Goodbye-->
<scene sceneID="hIz-AP-VOD">
<objects>
<viewController id="XfG-lQ-9wD" customClass="ViewController" customModule="HelloGoodbye" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" id="m2S-Jp-Qdl">
<viewController title="Hello, Goodbye" id="XfG-lQ-9wD" customClass="ViewController" customModule="HelloGoodbye" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" toolTip="hgoj" id="m2S-Jp-Qdl">
<rect key="frame" x="0.0" y="0.0" width="480" height="392"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
Expand Down Expand Up @@ -156,7 +156,7 @@ DQ
</viewController>
<customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="75" y="655"/>
<point key="canvasLocation" x="75" y="776"/>
</scene>
</scenes>
<resources>
Expand Down

0 comments on commit c98bac7

Please sign in to comment.