Skip to content

Commit

Permalink
Update release notes, add app icon
Browse files Browse the repository at this point in the history
[app_store] [clowntown]
  • Loading branch information
ZachOrr committed Mar 19, 2024
1 parent 5226b9b commit 016c74d
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Hey y'all - this update fixes a crash in the Team@Event view, fixes crashes when opening links from Handoff, and attempts to fix the nasty periodic random crashes y'all have been reporting! The Blue Alliance is built and maintained by volunteers - help us build The Blue Alliance for iOS at https://github.com/the-blue-alliance
Hey y'all - this update adds support for the 2024 match breakdown and adds a 2024 CRESCENDO app icon! The Blue Alliance is built and maintained by volunteers - help us build The Blue Alliance for iOS at https://github.com/the-blue-alliance
2 changes: 1 addition & 1 deletion spotlight-index/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.2.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion tba-unit-tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.2.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
16 changes: 16 additions & 0 deletions the-blue-alliance-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
9223AC831EE7003C00F54F93 /* CollectionViewDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9223AC821EE7003C00F54F93 /* CollectionViewDataSource.swift */; };
9223AC851EE7214A00F54F93 /* MediaCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9223AC841EE7214A00F54F93 /* MediaCollectionViewCell.swift */; };
92269EE1219B9CF300FAA610 /* DistrictViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92269EE0219B9CF300FAA610 /* DistrictViewControllerTests.swift */; };
922FF7492BAA1E5E0075AD53 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 922FF7472BAA1E5E0075AD53 /* [email protected] */; };
922FF74A2BAA1E5E0075AD53 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 922FF7482BAA1E5E0075AD53 /* [email protected] */; };
923AEE8C21658C5800EF50C8 /* Bundle+Version_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 923AEE8B21658C5800EF50C8 /* Bundle+Version_Tests.swift */; };
92435E2E23CBC2ED00CDD2D4 /* EventInsightsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92435E2D23CBC2ED00CDD2D4 /* EventInsightsView.swift */; };
924459C420CB796B0007570D /* Int16+Suffix_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 924459BE20CB796A0007570D /* Int16+Suffix_Tests.swift */; };
Expand Down Expand Up @@ -298,6 +300,8 @@
9223AC821EE7003C00F54F93 /* CollectionViewDataSource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollectionViewDataSource.swift; sourceTree = "<group>"; };
9223AC841EE7214A00F54F93 /* MediaCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaCollectionViewCell.swift; sourceTree = "<group>"; };
92269EE0219B9CF300FAA610 /* DistrictViewControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DistrictViewControllerTests.swift; sourceTree = "<group>"; };
922FF7472BAA1E5E0075AD53 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
922FF7482BAA1E5E0075AD53 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
923AEE8B21658C5800EF50C8 /* Bundle+Version_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Version_Tests.swift"; sourceTree = "<group>"; };
92435E2D23CBC2ED00CDD2D4 /* EventInsightsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventInsightsView.swift; sourceTree = "<group>"; };
924459BE20CB796A0007570D /* Int16+Suffix_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Int16+Suffix_Tests.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -580,6 +584,7 @@
92004C6221C21BC600A858C8 /* AppIcons */ = {
isa = PBXGroup;
children = (
922FF7462BAA1E5E0075AD53 /* 2024Crescendo */,
9244ABB02B00398B007BA24C /* 2019DeepSpace */,
9244ABAA2B00398B007BA24C /* 2020InfiniteRecharge */,
9244ABAD2B00398B007BA24C /* 2022RapidReact */,
Expand All @@ -604,6 +609,15 @@
path = Breakdown;
sourceTree = "<group>";
};
922FF7462BAA1E5E0075AD53 /* 2024Crescendo */ = {
isa = PBXGroup;
children = (
922FF7472BAA1E5E0075AD53 /* [email protected] */,
922FF7482BAA1E5E0075AD53 /* [email protected] */,
);
path = 2024Crescendo;
sourceTree = "<group>";
};
923A0D7620D21D3800BF5E31 /* LaunchViews */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1555,7 +1569,9 @@
304ED0411EF1D2D300E31791 /* RankingTableViewCell.xib in Resources */,
92942DA21E2154DA008E79CA /* LaunchScreen.storyboard in Resources */,
929BBB081EC55A22006D3854 /* InfoTableViewCell.xib in Resources */,
922FF74A2BAA1E5E0075AD53 /* [email protected] in Resources */,
924AFD792171AB1A00D7BE7E /* NoDataView.xib in Resources */,
922FF7492BAA1E5E0075AD53 /* [email protected] in Resources */,
92942D9F1E2154DA008E79CA /* Assets.xcassets in Resources */,
92B5566021601D9B00C1D9A3 /* MatchSummaryView.xib in Resources */,
9244ABB52B00398B007BA24C /* [email protected] in Resources */,
Expand Down
File renamed without changes
File renamed without changes
14 changes: 7 additions & 7 deletions the-blue-alliance-ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>RAPID REACT</key>
<key>CRESCENDO</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>2022RapidReact</string>
<string>2024Crescendo</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
Expand All @@ -34,23 +34,23 @@
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>RAPID REACT</key>
<key>CRESCENDO</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>2022RapidReact</string>
<string>2024Crescendo</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<key>CFBundleIcons~ipad</key>
<dict>
<key>RAPID REACT</key>
<key>CRESCENDO</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>2022RapidReact</string>
<string>2024Crescendo</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
Expand All @@ -73,7 +73,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.2.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ extension TeamMediaCollectionViewController: Refreshable {
guard let self = self else { return }
// Reload our cell, so we can get rid of our loading state
// TODO: Fix this so we're only reloading the cells we need
var snapshot = dataSource.snapshot()
var snapshot = self.dataSource.snapshot()
snapshot.reloadSections(snapshot.sectionIdentifiers)
dataSource.applySnapshotUsingReloadData(snapshot)
self.dataSource.applySnapshotUsingReloadData(snapshot)
}

let fetchMediaOperation = FetchMediaOperation(errorRecorder: errorRecorder, media: media, persistentContainer: persistentContainer)
Expand Down

0 comments on commit 016c74d

Please sign in to comment.