Skip to content

Commit 879ea83

Browse files
committed
Meta tweaks
1 parent 6c1069f commit 879ea83

File tree

4 files changed

+6
-22
lines changed

4 files changed

+6
-22
lines changed

.github/funding.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/Info.plist

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>CFBundleExecutable</key>
6-
<string>$(EXECUTABLE_NAME)</string>
7-
<key>CFBundleIdentifier</key>
8-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
9-
<key>CFBundleInfoDictionaryVersion</key>
10-
<string>6.0</string>
11-
<key>CFBundleName</key>
12-
<string>$(PRODUCT_NAME)</string>
13-
<key>CFBundlePackageType</key>
14-
<string>APPL</string>
15-
<key>CFBundleShortVersionString</key>
16-
<string>0.0.0</string>
17-
<key>CFBundleVersion</key>
18-
<string>1</string>
19-
<key>LSMinimumSystemVersion</key>
20-
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
21-
<key>NSMainNibFile</key>
22-
<string>MainMenu</string>
23-
</dict>
4+
<dict/>
245
</plist>

Example/Settings.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@
237237
);
238238
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
239239
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
240+
GENERATE_INFOPLIST_FILE = YES;
240241
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
242+
INFOPLIST_KEY_NSMainNibFile = MainMenu;
241243
LD_RUNPATH_SEARCH_PATHS = (
242244
"$(inherited)",
243245
"@executable_path/../Frameworks",
@@ -276,7 +278,9 @@
276278
GCC_C_LANGUAGE_STANDARD = gnu11;
277279
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
278280
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
281+
GENERATE_INFOPLIST_FILE = YES;
279282
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
283+
INFOPLIST_KEY_NSMainNibFile = MainMenu;
280284
LD_RUNPATH_SEARCH_PATHS = (
281285
"$(inherited)",
282286
"@executable_path/../Frameworks",

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

0 commit comments

Comments
 (0)