Skip to content

Commit

Permalink
Updating copyright notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
blommegard committed Feb 7, 2018
1 parent 02d5d96 commit de87ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Knuff/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Bowtie. All rights reserved.</string>
<string>Copyright © Bowtie AB. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down

1 comment on commit de87ed1

@vincivinci77
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

	<key>LSMinimumSystemVersion</key>
	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2017 Bowtie. All rights reserved.</string>
	<string>Copyright © Bowtie AB. All rights reserved.</string>
	<key>NSMainStoryboardFile</key>
	<string>Main</string>
	<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>SUFeedURL</key>
<string>https://knuffapp.github.io/sparkle.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
<key>UTExportedTypeDeclarations</key>
<array>
	<dict>
		<key>UTTypeConformsTo</key>
		<array>
			<string>public.item</string>
			<string>public.data</string>
			<string>com.madebybowtie.knuff.document</string>
		</array>
		<key>UTTypeDescription</key>
		<string>Knuff Document</string>
		<key>UTTypeIconFile</key>
		<string>DocumentIcon</string>
		<key>UTTypeIdentifier</key>
		<string>com.madebybowtie.Knuff-OSX.document</string>
		<key>UTTypeTagSpecification</key>
		<dict>
			<key>public.filename-extension</key>
			<array>
				<string>knuff</string>
			</array>
		</dict>
	</dict>
</array>

Please sign in to comment.