Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 20, 2018
1 parent a9ce733 commit cd4ab00
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
@@ -1,5 +1,4 @@
* text=auto
*.swift text eol=lf
* text=auto eol=lf
*.pdf binary
*.ai binary
*.psd binary
Expand Down
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
xcuserdata
project.xcworkspace
Carthage/Build
16 changes: 12 additions & 4 deletions Gifski.xcodeproj/project.pbxproj
Expand Up @@ -128,6 +128,17 @@
path = Vendor;
sourceTree = "<group>";
};
E356A15D21028942000148AD /* Other */ = {
isa = PBXGroup;
children = (
E3FD6190201BCBC30087160A /* Gifski-Bridging-Header.h */,
E3C3DB4E203F154300CB8BB9 /* Credits.rtf */,
E3AE628D1E5CD2F300035A2F /* Info.plist */,
E3BF14CC1E5CD5A30049FD4B /* Gifski.entitlements */,
);
name = Other;
sourceTree = "<group>";
};
E3AE627A1E5CD2F300035A2F = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -160,10 +171,7 @@
E3D08F6D1E5D7BFD00F465DF /* util.swift */,
E3AE628A1E5CD2F300035A2F /* MainMenu.xib */,
E3AE62881E5CD2F300035A2F /* Assets.xcassets */,
E3AE628D1E5CD2F300035A2F /* Info.plist */,
E3BF14CC1E5CD5A30049FD4B /* Gifski.entitlements */,
E3FD6190201BCBC30087160A /* Gifski-Bridging-Header.h */,
E3C3DB4E203F154300CB8BB9 /* Credits.rtf */,
E356A15D21028942000148AD /* Other */,
E317FF182057E25400A80A18 /* Vendor */,
);
path = Gifski;
Expand Down
6 changes: 2 additions & 4 deletions Gifski/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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down Expand Up @@ -43,11 +41,11 @@
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>MDItemKeywords</key>
<string>gif,convert,video</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>MDItemKeywords</key>
<string>gif,convert,video</string>
</dict>
</plist>

0 comments on commit cd4ab00

Please sign in to comment.