Skip to content

Commit

Permalink
Bump Reaper to 1.6 + app version bump (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-e authored Jan 28, 2025
1 parent c821e19 commit 53e8c55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ios/HackerNews.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "\"$(PROJECT_DIR)/Frameworks/Reaper.xcframework\"";
MARKETING_VERSION = 3.5;
MARKETING_VERSION = 3.6;
OTHER_LDFLAGS = "-fprofile-instr-generate";
OTHER_SWIFT_FLAGS = "-profile-generate -profile-coverage-mapping";
PRODUCT_BUNDLE_IDENTIFIER = com.emergetools.hackernews;
Expand Down Expand Up @@ -641,7 +641,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "\"$(PROJECT_DIR)/Frameworks/Reaper.xcframework\"";
MARKETING_VERSION = 3.5;
MARKETING_VERSION = 3.6;
PRODUCT_BUNDLE_IDENTIFIER = com.emergetools.hackernews;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -800,7 +800,7 @@
repositoryURL = "https://github.com/EmergeTools/Reaper";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.3.1;
minimumVersion = 1.6.0;
};
};
A4D28AEC2C237E2A007F20D0 /* XCRemoteSwiftPackageReference "SnapshotPreviews-iOS" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/EmergeTools/Reaper",
"state" : {
"revision" : "5d4d1a663355b049d7294d4d33706c8600517798",
"version" : "1.3.1"
"revision" : "1ee01c300554e83b6698190a1e3496afbd509ec6",
"version" : "1.6.0"
}
},
{
Expand Down

0 comments on commit 53e8c55

Please sign in to comment.