Skip to content

Commit

Permalink
Merge pull request #242 from getappbox/v3.0
Browse files Browse the repository at this point in the history
Fix home view width
  • Loading branch information
vineetchoudhary authored May 3, 2022
2 parents 7a49982 + d3475a4 commit b2c08db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AppBox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@
CODE_SIGN_ENTITLEMENTS = AppBox/AppBox.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = 3PQ7E4L589;
ENABLE_APP_SANDBOX = YES;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -1268,7 +1268,7 @@
CODE_SIGN_ENTITLEMENTS = AppBox/AppBox.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = 3PQ7E4L589;
ENABLE_APP_SANDBOX = YES;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
5 changes: 3 additions & 2 deletions AppBox/ViewController/Storyboard/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down Expand Up @@ -363,6 +363,7 @@ DQ
<rect key="frame" x="12" y="11" width="708" height="36"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="AK8-3U-bSt"/>
<constraint firstAttribute="width" constant="702" id="hHD-7v-XhL"/>
</constraints>
<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">
<font key="font" metaFont="systemLight" size="20"/>
Expand Down

0 comments on commit b2c08db

Please sign in to comment.