Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sm11963 committed Nov 17, 2020
1 parent 79c2c6e commit fc0eef3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions XcodeUniversalSearch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.2.1;
CURRENT_PROJECT_VERSION = 0.2.2;
DEVELOPMENT_ASSET_PATHS = "\"XcodeUniversalSearch/Preview Content\"";
DEVELOPMENT_TEAM = M952V223C9;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -883,7 +883,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.2.1;
MARKETING_VERSION = 0.2.2;
PRODUCT_BUNDLE_IDENTIFIER = com.pandaprograms.XcodeUniversalSearch;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -900,7 +900,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.2.1;
CURRENT_PROJECT_VERSION = 0.2.2;
DEVELOPMENT_ASSET_PATHS = "\"XcodeUniversalSearch/Preview Content\"";
DEVELOPMENT_TEAM = M952V223C9;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -915,7 +915,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.2.1;
MARKETING_VERSION = 0.2.2;
PRODUCT_BUNDLE_IDENTIFIER = com.pandaprograms.XcodeUniversalSearch;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
7 changes: 7 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<channel>
<title>XcodeUniversalSearch</title>

<item>
<title>0.2.2</title>
<pubDate>Mon, 17 Nov 2020 10:05:00 -0800</pubDate>
<sparkle:minimumSystemVersion>10.15</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/sm11963/XcodeUniversalSearch/releases/download/v0.2.2/XcodeUniversalSearch-v0.2.2.dmg" sparkle:version="0.2.2" sparkle:shortVersionString="0.2.2" sparkle:edSignature="tBDQC9Jb31sQJ/SkHamxTBUhPtwB7S7UXqPUz+8EAYF9WVgbXl+39qNFxv2XlLrJ6yjeeq7p+92jXMYELKP0CQ==" length="3348444" type="application/octet-stream"/>
</item>

<item>
<title>0.2.1</title>
<pubDate>Mon, 16 Nov 2020 22:30:00 -0800</pubDate>
Expand Down

0 comments on commit fc0eef3

Please sign in to comment.