Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 7, 2021
1 parent 1f43824 commit 77e2e83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Plug.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3011;
CURRENT_PROJECT_VERSION = 3012;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 2KEEHXF6R6;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1507,7 +1507,7 @@
"@loader_path/../Frameworks",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 3.4.1;
MARKETING_VERSION = 3.5.0;
PRODUCT_BUNDLE_IDENTIFIER = com.wulkano.Plug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -1528,7 +1528,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3011;
CURRENT_PROJECT_VERSION = 3012;
DEVELOPMENT_TEAM = 2KEEHXF6R6;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Plug/Info.plist;
Expand All @@ -1537,7 +1537,7 @@
"@loader_path/../Frameworks",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 3.4.1;
MARKETING_VERSION = 3.5.0;
PRODUCT_BUNDLE_IDENTIFIER = com.wulkano.Plug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -1586,7 +1586,7 @@
repositoryURL = "https://github.com/getsentry/sentry-cocoa";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 7.1.3;
minimumVersion = 7.2.8;
};
};
E334A8CC2474FAF30006DAC6 /* XCRemoteSwiftPackageReference "Alamofire" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/getsentry/sentry-cocoa",
"state": {
"branch": null,
"revision": "f7c3de2d9fc09d7a61f7259521d97091fb2f8bda",
"version": "7.1.3"
"revision": "7652076822377960a9372af82d123112955fa89a",
"version": "7.2.8"
}
},
{
Expand Down

0 comments on commit 77e2e83

Please sign in to comment.