Skip to content

Commit

Permalink
Remove wallabag.it link (AppleReview)
Browse files Browse the repository at this point in the history
  • Loading branch information
bourvill committed Jun 3, 2017
1 parent de17a8f commit e698b05
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 25 deletions.
2 changes: 1 addition & 1 deletion bagit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>53</string>
<string>54</string>
<key>ITSEncryptionExportComplianceCode</key>
<string></string>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions wallabag.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = wallabag/wallabag.entitlements;
CURRENT_PROJECT_VERSION = 53;
CURRENT_PROJECT_VERSION = 54;
DEVELOPMENT_TEAM = G97URPCGB8;
INFOPLIST_FILE = wallabag/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -1092,7 +1092,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = wallabag/wallabag.entitlements;
CURRENT_PROJECT_VERSION = 53;
CURRENT_PROJECT_VERSION = 54;
DEVELOPMENT_TEAM = G97URPCGB8;
INFOPLIST_FILE = wallabag/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down
3 changes: 0 additions & 3 deletions wallabag/Controller/HomeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ import UIKit
import WallabagKit

final class HomeViewController: UIViewController {
@IBAction func openWallabagIt(_ sender: UIButton) {
UIApplication.shared.openURL(URL(string: "https://www.wallabag.it/en?pk_campaign=register&pk_kwd=wallabagapp")!)
}
}
2 changes: 1 addition & 1 deletion wallabag/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>53</string>
<string>54</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
18 changes: 3 additions & 15 deletions wallabag/Storyboard/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,15 @@
<segue destination="LDR-tz-9ed" kind="show" id="Gj0-oO-eNh"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2a9-yC-pw0">
<rect key="frame" x="71" y="630" width="234" height="29"/>
<fontDescription key="fontDescription" name="UbuntuTitling-Bold" family="Ubuntu Titling" pointSize="17"/>
<state key="normal" title="Create account on wallabag.it">
<color key="titleColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="openWallabagIt:" destination="Vl8-yY-Bdt" eventType="touchUpInside" id="MrZ-vV-ujY"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="FRs-RA-L1c" firstAttribute="leading" secondItem="jgR-CC-0zk" secondAttribute="leadingMargin" id="0Zd-Ap-Bhh"/>
<constraint firstItem="K7r-Is-Qyw" firstAttribute="centerX" secondItem="jgR-CC-0zk" secondAttribute="centerX" id="5h3-fR-vgJ"/>
<constraint firstItem="Zn4-yG-cxW" firstAttribute="top" secondItem="FRs-RA-L1c" secondAttribute="bottom" constant="8" id="BwY-wA-FY9"/>
<constraint firstItem="Zn4-yG-cxW" firstAttribute="centerX" secondItem="jgR-CC-0zk" secondAttribute="centerX" id="GFn-ae-qJr"/>
<constraint firstItem="2a9-yC-pw0" firstAttribute="centerX" secondItem="jgR-CC-0zk" secondAttribute="centerX" id="JD1-zV-bZz"/>
<constraint firstItem="FRs-RA-L1c" firstAttribute="top" secondItem="K7r-Is-Qyw" secondAttribute="bottom" constant="8" id="JWX-vu-NhE"/>
<constraint firstItem="K7r-Is-Qyw" firstAttribute="top" secondItem="8dj-Du-tEP" secondAttribute="bottom" constant="8" id="WiD-2X-fhA"/>
<constraint firstItem="uNp-2q-j9F" firstAttribute="top" secondItem="2a9-yC-pw0" secondAttribute="bottom" constant="8" id="YaY-rR-Go3"/>
<constraint firstItem="FRs-RA-L1c" firstAttribute="trailing" secondItem="jgR-CC-0zk" secondAttribute="trailingMargin" id="xxp-3Q-Z9c"/>
</constraints>
</view>
Expand Down Expand Up @@ -603,7 +591,7 @@
<objects>
<navigationController storyboardIdentifier="serverNavigation" automaticallyAdjustsScrollViewInsets="NO" id="LDR-tz-9ed" userLabel="Add server navigation" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="x91-Lh-MNV">
<navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="x91-Lh-MNV">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
Expand Down Expand Up @@ -781,7 +769,7 @@ This token are secret and can be found in your developer page, And create a new
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="8tH-nc-JLr" userLabel="Article Navigation" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="dK2-gx-arx">
<navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="dK2-gx-arx">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
Expand Down Expand Up @@ -968,7 +956,7 @@ This token are secret and can be found in your developer page, And create a new
<scene sceneID="o2q-Hd-t7S">
<objects>
<navigationController id="1X5-Uz-VZe" customClass="UISideMenuNavigationController" customModule="SideMenu" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" id="edy-e1-BkW">
<navigationBar key="navigationBar" contentMode="scaleToFill" misplaced="YES" id="edy-e1-BkW">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
Expand Down
2 changes: 1 addition & 1 deletion wallabagScreenshotUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>53</string>
<string>54</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion wallabagTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>53</string>
<string>54</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion wallabagUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>53</string>
<string>54</string>
</dict>
</plist>

0 comments on commit e698b05

Please sign in to comment.