Skip to content

Commit

Permalink
fix #56 add new alert entry : wrong icon used for 'done button'
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanDegraeve committed Jan 12, 2020
1 parent 0c60e30 commit b32e129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xdrip/Storyboards/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@
<viewLayoutGuide key="safeArea" id="EwQ-ba-QO0"/>
</view>
<navigationItem key="navigationItem" title="Title" id="wi3-X0-YuZ">
<barButtonItem key="rightBarButtonItem" systemItem="add" id="bCu-HA-PU7">
<barButtonItem key="rightBarButtonItem" systemItem="done" id="bCu-HA-PU7">
<connections>
<action selector="doneButtonAction:" destination="K7Q-YG-EVl" id="wPV-UH-OIz"/>
</connections>
Expand Down
2 changes: 1 addition & 1 deletion xdrip/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>3152</string>
<string>3153</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit b32e129

Please sign in to comment.