Skip to content

Commit

Permalink
Remove unused font (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e authored Jan 28, 2025
1 parent c4050f5 commit 0987001
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ios_emerge_upload_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
fetch-depth: 0
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
- name: Ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.5
bundler-cache: true
- name: Install gems
run: gem install xcpretty emerge
- name: Set up App Store Connect API Key
run: |
ABSOLUTE_KEY_PATH="$(pwd)/app_store_key.p8"
Expand All @@ -60,7 +67,7 @@ jobs:
APP_STORE_KEY_ID: ${{ secrets.ASC_KEY_ID }}
APP_STORE_ISSUER_ID: ${{ secrets.ASC_ISSUER_ID }}
run: |
xcodebuild test \
set -o pipefail && xcodebuild test \
-scheme HackerNews \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.1' \
Expand All @@ -71,15 +78,8 @@ jobs:
-authenticationKeyIssuerID $APP_STORE_ISSUER_ID \
ONLY_ACTIVE_ARCH=YES \
TARGETED_DEVICE_FAMILY=1 \
SUPPORTS_MACCATALYST=NO
SUPPORTS_MACCATALYST=NO | xcpretty
continue-on-error: true
- name: Ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.5
bundler-cache: true
- name: Setup gems
run: gem install emerge
- name: Upload snapshots
env:
EMERGE_API_TOKEN: ${{ secrets.EMERGE_API_KEY }}
Expand Down
Binary file removed ios/Font/unbounded.ttf
Binary file not shown.
4 changes: 0 additions & 4 deletions ios/HackerNews.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
ECE608562D338B3E008B1618 /* ibm_plex_sans_medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = ECE608532D338B3E008B1618 /* ibm_plex_sans_medium.ttf */; };
ECE608572D338B3E008B1618 /* ibm_plex_sans_bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = ECE608522D338B3E008B1618 /* ibm_plex_sans_bold.ttf */; };
ECE608582D338B3E008B1618 /* ibm_plex_sans_regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = ECE608542D338B3E008B1618 /* ibm_plex_sans_regular.ttf */; };
ECE608592D338B3E008B1618 /* unbounded.ttf in Resources */ = {isa = PBXBuildFile; fileRef = ECE608552D338B3E008B1618 /* unbounded.ttf */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -89,7 +88,6 @@
ECE608522D338B3E008B1618 /* ibm_plex_sans_bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = ibm_plex_sans_bold.ttf; sourceTree = "<group>"; };
ECE608532D338B3E008B1618 /* ibm_plex_sans_medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = ibm_plex_sans_medium.ttf; sourceTree = "<group>"; };
ECE608542D338B3E008B1618 /* ibm_plex_sans_regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = ibm_plex_sans_regular.ttf; sourceTree = "<group>"; };
ECE608552D338B3E008B1618 /* unbounded.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = unbounded.ttf; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
Expand Down Expand Up @@ -237,7 +235,6 @@
ECE608522D338B3E008B1618 /* ibm_plex_sans_bold.ttf */,
ECE608532D338B3E008B1618 /* ibm_plex_sans_medium.ttf */,
ECE608542D338B3E008B1618 /* ibm_plex_sans_regular.ttf */,
ECE608552D338B3E008B1618 /* unbounded.ttf */,
);
path = Font;
sourceTree = "<group>";
Expand Down Expand Up @@ -376,7 +373,6 @@
ECE608562D338B3E008B1618 /* ibm_plex_sans_medium.ttf in Resources */,
ECE608572D338B3E008B1618 /* ibm_plex_sans_bold.ttf in Resources */,
ECE608582D338B3E008B1618 /* ibm_plex_sans_regular.ttf in Resources */,
ECE608592D338B3E008B1618 /* unbounded.ttf in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
1 change: 0 additions & 1 deletion ios/HackerNews/Hacker-News-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<string>ibm_plex_sans_regular.ttf</string>
<string>ibm_plex_sans_medium.ttf</string>
<string>ibm_plex_sans_bold.ttf</string>
<string>unbounded.ttf</string>
</array>
</dict>
</plist>

0 comments on commit 0987001

Please sign in to comment.