Skip to content

Commit

Permalink
Merge pull request #180 from TeamBeMe/feature/#178
Browse files Browse the repository at this point in the history
1.0714
  • Loading branch information
qodhrkawk authored Apr 5, 2021
2 parents 0d7049d + 656f899 commit 44adcfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions BeMe/BeMe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0712;
MARKETING_VERSION = 1.0714;
PRODUCT_BUNDLE_IDENTIFIER = com.teamBeMe.BeMe1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -1957,7 +1957,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0712;
MARKETING_VERSION = 1.0714;
PRODUCT_BUNDLE_IDENTIFIER = com.teamBeMe.BeMe1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion BeMe/BeMe/Explore/Cells/DiffThoughtTVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DiffThoughtTVC: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
self.backgroundColor = .white
bemeLabel.font = UIFont(name: "GmarketSansTTFLight", size: 26.0)
bemeLabel.font = UIFont(name: "GmarketSansTTFLight", size: 24.0)
bemeLabel.addCharacterSpacing(kernValue: 8.0)

}
Expand Down
6 changes: 3 additions & 3 deletions BeMe/BeMe/Explore/Storyboards/Explore.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="BEME" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="t0w-pH-pUC">
<rect key="frame" x="30" y="6.3333333333333339" width="67.666666666666671" height="31.333333333333329"/>
<fontDescription key="fontDescription" type="system" pointSize="26"/>
<rect key="frame" x="30.000000000000004" y="9.6666666666666661" width="62.333333333333343" height="28.666666666666671"/>
<fontDescription key="fontDescription" type="system" pointSize="24"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
Expand All @@ -69,7 +69,7 @@
<constraint firstItem="Kwy-yE-uWt" firstAttribute="top" secondItem="zFt-Of-6Ta" secondAttribute="top" id="MRN-0B-pNn"/>
<constraint firstAttribute="height" constant="44" id="keP-FF-EGD"/>
<constraint firstItem="t0w-pH-pUC" firstAttribute="leading" secondItem="zFt-Of-6Ta" secondAttribute="leading" constant="30" id="pel-to-OgR"/>
<constraint firstItem="t0w-pH-pUC" firstAttribute="centerY" secondItem="Kwy-yE-uWt" secondAttribute="centerY" id="sqU-LI-GM0"/>
<constraint firstItem="t0w-pH-pUC" firstAttribute="centerY" secondItem="Kwy-yE-uWt" secondAttribute="centerY" constant="2" id="sqU-LI-GM0"/>
<constraint firstAttribute="bottom" secondItem="bdH-N1-mXm" secondAttribute="bottom" id="t08-8l-0pg"/>
</constraints>
</view>
Expand Down
1 change: 1 addition & 0 deletions BeMe/BeMe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
Expand Down

0 comments on commit 44adcfe

Please sign in to comment.