Skip to content

Commit

Permalink
Merge pull request #3 from sallar/build-fixes
Browse files Browse the repository at this point in the history
Updated build number
  • Loading branch information
sallar authored Oct 17, 2016
2 parents 499249a + 7775804 commit ea38197
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions Lunchify/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<rect key="frame" x="0.0" y="92" width="375" height="64"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="sAe-IG-mWN" id="sdK-79-etl">
<frame key="frameInset" width="375" height="63.5"/>
<frame key="frameInset" width="375" height="63"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Venue Title" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="I3S-oP-SOh">
Expand Down Expand Up @@ -346,7 +346,7 @@
<rect key="frame" x="0.0" y="201" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="cgd-wl-fZV" id="2Jt-nT-LC6">
<frame key="frameInset" width="375" height="43.5"/>
<frame key="frameInset" width="375" height="43"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillProportionally" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="kkN-KE-ooV">
Expand Down
2 changes: 1 addition & 1 deletion Lunchify/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
8 changes: 0 additions & 8 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ target 'Lunchify' do
pod 'UIColor_Hex_Swift'
end

target 'LunchifyTests' do

end

target 'LunchifyUITests' do

end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
Expand Down

0 comments on commit ea38197

Please sign in to comment.