Skip to content

Commit

Permalink
Preparing for release 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev committed May 3, 2017
1 parent 0c0c866 commit 6c9c5a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
@@ -1,11 +1,10 @@
## Changelog

### 0.3.0 (Next)
### 0.2.1 (03.05.2017)

* Your contribution here.
* [#24](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/24): Add black menubar support - [@antondomashnev](https://github.com/antondomashnev).

### 0.2.0
### 0.2.0 (30.04.2017)

* [#17](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/17): Remove run script leftovers - [@antondomashnev](https://github.com/antondomashnev).
* [#16](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/16): Add Xcode project logs parser - [@antondomashnev](https://github.com/antondomashnev).
Expand Down
8 changes: 7 additions & 1 deletion FBSnapshotsViewer.xcodeproj/project.pbxproj
Expand Up @@ -573,7 +573,7 @@
6D4724B81E3E9F2300F38161 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = XZ2J8VAMV6;
ProvisioningStyle = Automatic;
ProvisioningStyle = Manual;
};
6D4724C91E3E9F2400F38161 = {
CreatedOnToolsVersion = 8.2.1;
Expand Down Expand Up @@ -949,12 +949,15 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = XZ2J8VAMV6;
INFOPLIST_FILE = FBSnapshotsViewer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.antondomashnev.FBSnapshotsViewer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "e6e7289b-4d86-4caf-af96-05a893733f65";
PROVISIONING_PROFILE_SPECIFIER = mac_development_com.antondomashnev.FBSnapshotsView;
SWIFT_VERSION = 3.0;
};
name = Debug;
Expand All @@ -965,12 +968,15 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = XZ2J8VAMV6;
INFOPLIST_FILE = FBSnapshotsViewer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.antondomashnev.FBSnapshotsViewer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "1554e469-0170-445a-8d37-edc1e783edf6";
PROVISIONING_PROFILE_SPECIFIER = "mac_production_ com.antondomashnev.FBSnapshotsView";
SWIFT_VERSION = 3.0;
};
name = Release;
Expand Down
6 changes: 3 additions & 3 deletions FBSnapshotsViewer/Info.plist
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSUIElement</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -19,11 +17,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.2.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Anton Domashnev. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
Expand Down

0 comments on commit 6c9c5a6

Please sign in to comment.