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

Exclude plist files from SPM #478

Merged
merged 1 commit into from Apr 27, 2020
Merged

Conversation

AndreiVidrasco
Copy link
Contributor

At the moment when building the library via SPM, it produces 3 warnings because plist files are added in the project as compilable files.
This PR excludes them from SPM

About warning: https://stackoverflow.com/questions/6509600/compilation-warning-no-rule-to-process-file-for-architecture-i386

Screenshot:
warnings

@SoneeJohn SoneeJohn changed the base branch from master to develop April 26, 2020 21:31
@SoneeJohn
Copy link
Collaborator

@AndreiVidrasco Thanks for the contribution. I remember trying to this before but it still gave me that error. 0054d0d

Can you confirm with this change you are no longer getting errors?

@AndreiVidrasco
Copy link
Contributor Author

I checked by running simple swift build on latest master(and seeing a lot of warnings) and then running on this branch(without any warnings)
Here is a small video with proof https://youtu.be/8sdiRSd70iQ

@SoneeJohn SoneeJohn merged commit 67d3db7 into 0xced:develop Apr 27, 2020
SoneeJohn added a commit that referenced this pull request Apr 27, 2020
* Deprecated `-[XCDYouTubeVideo thumbnailURL]` use `-[XCDYouTubeVideo thumbnailURLs]` (#477)
* Exclude plist files from Swift Package Manager (#478)
* Annotate `languageIdentifier` argument as `nullable` in `XCDYouTubeVideoOperation`
* Add new `author`, `videoDescription` and `channelIdentifier` properties to `XCDYouTubeVideo` (#471)
Hesowcharov pushed a commit to Hesowcharov/XCDYouTubeKit that referenced this pull request Sep 27, 2023
* Deprecated `-[XCDYouTubeVideo thumbnailURL]` use `-[XCDYouTubeVideo thumbnailURLs]` (0xced#477)
* Exclude plist files from Swift Package Manager (0xced#478)
* Annotate `languageIdentifier` argument as `nullable` in `XCDYouTubeVideoOperation`
* Add new `author`, `videoDescription` and `channelIdentifier` properties to `XCDYouTubeVideo` (0xced#471)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants