Skip to content

Commit 6c9c5a6

Browse files
Preparing for release 0.2.1.
1 parent 0c0c866 commit 6c9c5a6

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
## Changelog
22

3-
### 0.3.0 (Next)
3+
### 0.2.1 (03.05.2017)
44

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

8-
### 0.2.0
7+
### 0.2.0 (30.04.2017)
98

109
* [#17](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/17): Remove run script leftovers - [@antondomashnev](https://github.com/antondomashnev).
1110
* [#16](https://github.com/Antondomashnev/FBSnapshotsViewer/pull/16): Add Xcode project logs parser - [@antondomashnev](https://github.com/antondomashnev).

FBSnapshotsViewer.xcodeproj/project.pbxproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
6D4724B81E3E9F2300F38161 = {
574574
CreatedOnToolsVersion = 8.2.1;
575575
DevelopmentTeam = XZ2J8VAMV6;
576-
ProvisioningStyle = Automatic;
576+
ProvisioningStyle = Manual;
577577
};
578578
6D4724C91E3E9F2400F38161 = {
579579
CreatedOnToolsVersion = 8.2.1;
@@ -949,12 +949,15 @@
949949
buildSettings = {
950950
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
951951
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
952+
CODE_SIGN_IDENTITY = "Mac Developer";
952953
COMBINE_HIDPI_IMAGES = YES;
953954
DEVELOPMENT_TEAM = XZ2J8VAMV6;
954955
INFOPLIST_FILE = FBSnapshotsViewer/Info.plist;
955956
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
956957
PRODUCT_BUNDLE_IDENTIFIER = com.antondomashnev.FBSnapshotsViewer;
957958
PRODUCT_NAME = "$(TARGET_NAME)";
959+
PROVISIONING_PROFILE = "e6e7289b-4d86-4caf-af96-05a893733f65";
960+
PROVISIONING_PROFILE_SPECIFIER = mac_development_com.antondomashnev.FBSnapshotsView;
958961
SWIFT_VERSION = 3.0;
959962
};
960963
name = Debug;
@@ -965,12 +968,15 @@
965968
buildSettings = {
966969
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
967970
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
971+
CODE_SIGN_IDENTITY = "Developer ID Application";
968972
COMBINE_HIDPI_IMAGES = YES;
969973
DEVELOPMENT_TEAM = XZ2J8VAMV6;
970974
INFOPLIST_FILE = FBSnapshotsViewer/Info.plist;
971975
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
972976
PRODUCT_BUNDLE_IDENTIFIER = com.antondomashnev.FBSnapshotsViewer;
973977
PRODUCT_NAME = "$(TARGET_NAME)";
978+
PROVISIONING_PROFILE = "1554e469-0170-445a-8d37-edc1e783edf6";
979+
PROVISIONING_PROFILE_SPECIFIER = "mac_production_ com.antondomashnev.FBSnapshotsView";
974980
SWIFT_VERSION = 3.0;
975981
};
976982
name = Release;

FBSnapshotsViewer/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>LSUIElement</key>
6-
<true/>
75
<key>CFBundleDevelopmentRegion</key>
86
<string>en</string>
97
<key>CFBundleExecutable</key>
@@ -19,11 +17,13 @@
1917
<key>CFBundlePackageType</key>
2018
<string>APPL</string>
2119
<key>CFBundleShortVersionString</key>
22-
<string>1.0</string>
20+
<string>0.2.1</string>
2321
<key>CFBundleVersion</key>
2422
<string>1</string>
2523
<key>LSMinimumSystemVersion</key>
2624
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
25+
<key>LSUIElement</key>
26+
<true/>
2727
<key>NSHumanReadableCopyright</key>
2828
<string>Copyright © 2017 Anton Domashnev. All rights reserved.</string>
2929
<key>NSMainStoryboardFile</key>

0 commit comments

Comments
 (0)