Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
change wording of link text and remove auto-increment build number sc…
Browse files Browse the repository at this point in the history
…ript
  • Loading branch information
amiantos committed Sep 26, 2019
1 parent d2a0824 commit 2df0c43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 26 deletions.
21 changes: 2 additions & 19 deletions Numu Tracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@
B4283A7F1D8548F300467CE6 /* Resources */,
12A3AF21782474EB2C416A9D /* [CP] Embed Pods Frameworks */,
B48D5FE01F6CE6D70045961A /* Fabric */,
441CC0AA215C583E009F4114 /* Increment Build Number */,
441CC0AB215C5863009F4114 /* Run SwiftLint */,
);
buildRules = (
Expand Down Expand Up @@ -549,24 +548,6 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Numu Tracker/Pods-Numu Tracker-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
441CC0AA215C583E009F4114 /* Increment Build Number */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Increment Build Number";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "buildNumber=$(/usr/libexec/PlistBuddy -c \"Print CFBundleVersion\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\")\nbuildNumber=$(($buildNumber + 1))\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\"\n";
};
441CC0AB215C5863009F4114 /* Run SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -822,6 +803,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Numu Tracker/Numu Tracker.entitlements";
CURRENT_PROJECT_VERSION = 1140;
DEVELOPMENT_TEAM = 2Y9M69QJKZ;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -846,6 +828,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Numu Tracker/Numu Tracker.entitlements";
CURRENT_PROJECT_VERSION = 1140;
DEVELOPMENT_TEAM = 2Y9M69QJKZ;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion Numu Tracker/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1130</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
14 changes: 8 additions & 6 deletions Numu Tracker/Views/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1569,21 +1569,23 @@ You can import artists from Apple Music, Spotify, or manually search and follow
<color key="sectionIndexBackgroundColor" red="0.1199414805" green="0.62484174969999995" blue="0.69512790440000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="sectionIndexTrackingBackgroundColor" red="0.1199414805" green="0.62484174969999995" blue="0.69512790440000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<view key="tableFooterView" contentMode="scaleToFill" id="Bab-ID-zAx">
<rect key="frame" x="0.0" y="593.33333206176758" width="414" height="606"/>
<rect key="frame" x="0.0" y="593.33333206176758" width="414" height="474"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="isx-wy-39P">
<rect key="frame" x="34.666666666666657" y="36" width="344.66666666666674" height="50.333333333333343"/>
<rect key="frame" x="24.333333333333371" y="35.999999999999993" width="365.33333333333326" height="100.33333333333331"/>
<constraints>
<constraint firstAttribute="width" relation="lessThanOrEqual" constant="370" id="DX2-EK-cO9"/>
</constraints>
<string key="text">Check out my website for updates on Numu's development, info about other apps I've created, and weekly updates about what I'm currently working on.</string>
<string key="text">Numu Tracker is and will always be free to use, and your data is never shared with anyone for any purpose.

Check out my website for updates on Numu's development, info about other apps I've created, and weekly updates about what I'm currently working on.</string>
<fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="14"/>
<color key="textColor" cocoaTouchSystemColor="lightTextColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="s2w-9o-Ug8" customClass="NumuUIButton" customModule="Numu_Tracker" customModuleProvider="target">
<rect key="frame" x="133.66666666666666" y="114.33333333333331" width="146.99999999999997" height="44"/>
<rect key="frame" x="133.66666666666666" y="164.33333333333334" width="146.99999999999997" height="44"/>
<constraints>
<constraint firstAttribute="height" constant="44" id="eiX-zR-OaG"/>
</constraints>
Expand All @@ -1593,7 +1595,7 @@ You can import artists from Apple Music, Spotify, or manually search and follow
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2tB-XI-rBi" customClass="NumuUIButton" customModule="Numu_Tracker" customModuleProvider="target">
<rect key="frame" x="118" y="301.33333333333331" width="178" height="44"/>
<rect key="frame" x="118" y="351.33333333333331" width="178" height="44"/>
<constraints>
<constraint firstAttribute="height" constant="44" id="KOG-l0-nPK"/>
</constraints>
Expand All @@ -1603,7 +1605,7 @@ You can import artists from Apple Music, Spotify, or manually search and follow
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wPF-QL-Gva">
<rect key="frame" x="22" y="206.33333333333334" width="370" height="67.000000000000028"/>
<rect key="frame" x="22" y="256.33333333333331" width="370" height="67"/>
<constraints>
<constraint firstAttribute="width" relation="lessThanOrEqual" constant="370" id="FLg-5C-tb8"/>
</constraints>
Expand Down

0 comments on commit 2df0c43

Please sign in to comment.