Skip to content

Commit b2c08db

Browse files
Merge pull request #242 from getappbox/v3.0
Fix home view width
2 parents 7a49982 + d3475a4 commit b2c08db

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

AppBox.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@
12221222
CODE_SIGN_ENTITLEMENTS = AppBox/AppBox.entitlements;
12231223
CODE_SIGN_IDENTITY = "Mac Developer";
12241224
COMBINE_HIDPI_IMAGES = YES;
1225-
CURRENT_PROJECT_VERSION = 2;
1225+
CURRENT_PROJECT_VERSION = 5;
12261226
DEVELOPMENT_TEAM = 3PQ7E4L589;
12271227
ENABLE_APP_SANDBOX = YES;
12281228
ENABLE_HARDENED_RUNTIME = YES;
@@ -1268,7 +1268,7 @@
12681268
CODE_SIGN_ENTITLEMENTS = AppBox/AppBox.entitlements;
12691269
CODE_SIGN_IDENTITY = "Mac Developer";
12701270
COMBINE_HIDPI_IMAGES = YES;
1271-
CURRENT_PROJECT_VERSION = 2;
1271+
CURRENT_PROJECT_VERSION = 5;
12721272
DEVELOPMENT_TEAM = 3PQ7E4L589;
12731273
ENABLE_APP_SANDBOX = YES;
12741274
ENABLE_HARDENED_RUNTIME = YES;

AppBox/ViewController/Storyboard/Main.storyboard

Lines changed: 3 additions & 2 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.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<scenes>
@@ -363,6 +363,7 @@ DQ
363363
<rect key="frame" x="12" y="11" width="708" height="36"/>
364364
<constraints>
365365
<constraint firstAttribute="height" constant="30" id="AK8-3U-bSt"/>
366+
<constraint firstAttribute="width" constant="702" id="hHD-7v-XhL"/>
366367
</constraints>
367368
<pathCell key="cell" selectable="YES" editable="YES" alignment="left" placeholderString="Select or Drag and Drop IPA file here to Upload" pathStyle="popUp" id="AXI-o2-ndF">
368369
<font key="font" metaFont="systemLight" size="20"/>

0 commit comments

Comments
 (0)