Skip to content

Commit

Permalink
Add category
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Oct 15, 2018
1 parent adcbd07 commit be79b2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions FinderGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
TargetAttributes = {
D20DCEC51E7751EF00A74C33 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = T78DK947F2;
ProvisioningStyle = Automatic;
};
D20DCED61E7751EF00A74C33 = {
Expand All @@ -324,6 +325,7 @@
};
D20DCEF71E77520400A74C33 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = T78DK947F2;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -551,6 +553,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = T78DK947F2;
INFOPLIST_FILE = FinderGo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGo;
Expand All @@ -565,6 +568,7 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = T78DK947F2;
INFOPLIST_FILE = FinderGo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGo;
Expand Down Expand Up @@ -636,6 +640,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = FinderSyncExtension/FinderSyncExtension.entitlements;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = T78DK947F2;
INFOPLIST_FILE = FinderSyncExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGo.FinderSyncExtension;
Expand All @@ -650,6 +655,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = FinderSyncExtension/FinderSyncExtension.entitlements;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = T78DK947F2;
INFOPLIST_FILE = FinderSyncExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../../../../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.onmyway133.FinderGo.FinderSyncExtension;
Expand Down
4 changes: 3 additions & 1 deletion FinderGo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSBackgroundOnly</key>
<false/>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion FinderSyncExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit be79b2f

Please sign in to comment.