Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Xcode project configuration #1820

Merged
merged 5 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions Vienna.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,10 @@
F6B3561325616302008CA1ED /* DownloadItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DownloadItem.h; sourceTree = "<group>"; };
F6B3561425616313008CA1ED /* DownloadItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DownloadItem.m; sourceTree = "<group>"; };
F6B76B43284B492E009961AD /* NSPredicateEditor+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = "NSPredicateEditor+Private.h"; sourceTree = "<group>"; };
F6BD1FD82C9D7DD40075D04F /* .clang-format */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".clang-format"; sourceTree = "<group>"; };
F6BD1FDA2C9D7DD40075D04F /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; };
F6BD1FDC2C9D7E230075D04F /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
F6BD1FDD2C9D7E2E0075D04F /* LICENCE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENCE.md; sourceTree = "<group>"; };
F6C9DA6E271BB3BB00FC3027 /* RSSFeed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RSSFeed.h; sourceTree = "<group>"; };
F6C9DA6F271BB3BB00FC3027 /* RSSFeed.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RSSFeed.m; sourceTree = "<group>"; };
F6C9DA71271BB55000FC3027 /* AtomFeed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AtomFeed.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -705,7 +709,7 @@
035B703519E0E4AE00197334 /* Vienna Tests.xctest */,
);
name = Products;
sourceTree = SOURCE_ROOT;
sourceTree = BUILT_PRODUCTS_DIR;
};
2A37F4AAFDCFA73011CA2CEA /* Vienna */ = {
isa = PBXGroup;
Expand All @@ -716,8 +720,9 @@
035B703619E0E4AE00197334 /* Vienna Tests */,
F636FEBB2A39031B002AD931 /* Packages */,
F63B7D701F1CD001002F71BF /* External */,
19C28FB0FE9D524F11CA2CBB /* Products */,
439824171666B31700FFE219 /* Scripts */,
F6BD1FD72C9D7D9D0075D04F /* Configs */,
19C28FB0FE9D524F11CA2CBB /* Products */,
);
indentWidth = 4;
name = Vienna;
Expand Down Expand Up @@ -844,8 +849,10 @@
4398241E1666B3DB00FFE219 /* Credits.rtf */,
439824201666B3DB00FFE219 /* CHANGES */,
439824221666B3DB00FFE219 /* notes.html */,
439824231666B3DB00FFE219 /* README.md */,
439824241666B3DB00FFE219 /* Release Instructions.md */,
439824231666B3DB00FFE219 /* README.md */,
F6BD1FDD2C9D7E2E0075D04F /* LICENCE.md */,
F6BD1FDC2C9D7E230075D04F /* CONTRIBUTING.md */,
);
name = Documentation;
sourceTree = "<group>";
Expand Down Expand Up @@ -1058,6 +1065,15 @@
path = Files;
sourceTree = "<group>";
};
F6BD1FD72C9D7D9D0075D04F /* Configs */ = {
isa = PBXGroup;
children = (
F6BD1FD82C9D7DD40075D04F /* .clang-format */,
F6BD1FDA2C9D7DD40075D04F /* .swiftlint.yml */,
);
name = Configs;
sourceTree = "<group>";
};
F6C9DA74271BBA4800FC3027 /* XML-based feeds */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1471,7 +1487,6 @@
F69255982572A32900D387D8 /* XCRemoteSwiftPackageReference "MMTabBarView" */,
F696D23C2561F9FC003DF0C0 /* XCRemoteSwiftPackageReference "Sparkle" */,
);
productRefGroup = 19C28FB0FE9D524F11CA2CBB /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
Expand Down
12 changes: 6 additions & 6 deletions Vienna/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down Expand Up @@ -68,7 +68,7 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Vienna</string>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleHelpBookFolder</key>
<string>Vienna.help</string>
<key>CFBundleHelpBookName</key>
Expand All @@ -78,9 +78,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Vienna</string>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>VCS_TAG :VCS_SHORT_HASH:</string>
<key>CFBundleSignature</key>
Expand Down Expand Up @@ -114,7 +114,7 @@
<key>CFBundleVersion</key>
<string>VCS_NUM</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<string>public.app-category.news</string>
<key>LSFileQuarantineEnabled</key>
<true/>
<key>LSMinimumSystemVersion</key>
Expand All @@ -129,7 +129,7 @@
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSHumanReadableCopyright</key>
<string>© 2004–2023 The Vienna RSS Project</string>
<string>© 2004–2024 The Vienna RSS Project</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down