Skip to content

Commit e45833c

Browse files
committed
1.1.0
1 parent 39184fd commit e45833c

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

Blackspace.xcodeproj/project.pbxproj

+10-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@
9292
TargetAttributes = {
9393
CE4238631BCC37C100B1AFBD = {
9494
CreatedOnToolsVersion = 7.0.1;
95+
DevelopmentTeam = BE9Z8N6UC7;
9596
LastSwiftMigration = 0830;
97+
ProvisioningStyle = Automatic;
9698
};
9799
};
98100
};
@@ -234,11 +236,14 @@
234236
isa = XCBuildConfiguration;
235237
buildSettings = {
236238
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
239+
CODE_SIGN_IDENTITY = "Mac Developer";
237240
COMBINE_HIDPI_IMAGES = YES;
241+
DEVELOPMENT_TEAM = BE9Z8N6UC7;
238242
INFOPLIST_FILE = Blackspace/Info.plist;
239243
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
240-
PRODUCT_BUNDLE_IDENTIFIER = com.peterpistorius.Blackspace;
244+
PRODUCT_BUNDLE_IDENTIFIER = org.peterp.Blackspace;
241245
PRODUCT_NAME = "$(TARGET_NAME)";
246+
PROVISIONING_PROFILE_SPECIFIER = "";
242247
SWIFT_VERSION = 3.0;
243248
};
244249
name = Debug;
@@ -247,11 +252,14 @@
247252
isa = XCBuildConfiguration;
248253
buildSettings = {
249254
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
255+
CODE_SIGN_IDENTITY = "Mac Developer";
250256
COMBINE_HIDPI_IMAGES = YES;
257+
DEVELOPMENT_TEAM = BE9Z8N6UC7;
251258
INFOPLIST_FILE = Blackspace/Info.plist;
252259
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
253-
PRODUCT_BUNDLE_IDENTIFIER = com.peterpistorius.Blackspace;
260+
PRODUCT_BUNDLE_IDENTIFIER = org.peterp.Blackspace;
254261
PRODUCT_NAME = "$(TARGET_NAME)";
262+
PROVISIONING_PROFILE_SPECIFIER = "";
255263
SWIFT_VERSION = 3.0;
256264
};
257265
name = Release;

Blackspace/Info.plist

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1</string>
20+
<string>1.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
2424
<string>20170715</string>
25+
<key>LSApplicationCategoryType</key>
26+
<string>public.app-category.utilities</string>
2527
<key>LSMinimumSystemVersion</key>
2628
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2729
<key>NSHumanReadableCopyright</key>

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ Blackspace is an application that adds "blank" spaces (or "spacers") to the macO
44

55
![](https://github.com/perfaram/Blackspace/blob/master/dock_example.png)
66

7-
This is most commonly used as a way to seperate apps into logical categories.
7+
This is most commonly used as a way to place apps into logical categories.
88

99
To remove a space drag it off the Dock, like you would any other icon.
1010

11-
#### [Download](https://github.com/perfaram/Blackspace/releases/download/1.1/Blackspace.zip)
12-
13-
[Download Blackspace.app](https://github.com/perfaram/Blackspace/releases/download/1.1/Blackspace.zip)
11+
#### Download
1412

13+
[Download Blackspace.app](https://github.com/peterp/Blackspace/releases/download/1.1.0/Blackspace.zip)
1514

1615
#### How does it work?
1716

0 commit comments

Comments
 (0)