Skip to content

Commit

Permalink
update: package
Browse files Browse the repository at this point in the history
  • Loading branch information
rinov committed Sep 22, 2022
1 parent 979ea61 commit 1ed667b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
10 changes: 10 additions & 0 deletions Example/YoutubeKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
1D176D1E28DCB761009D601D /* YoutubeKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = YoutubeKit; path = ..; sourceTree = "<group>"; };
607FACD01AFB9204008FA782 /* YoutubeKit_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YoutubeKit_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -56,6 +57,14 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
1D176D1D28DCB761009D601D /* Packages */ = {
isa = PBXGroup;
children = (
1D176D1E28DCB761009D601D /* YoutubeKit */,
);
name = Packages;
sourceTree = "<group>";
};
1D2573E92482503200CECFBA /* Resources */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -85,6 +94,7 @@
607FACC71AFB9204008FA782 = {
isa = PBXGroup;
children = (
1D176D1D28DCB761009D601D /* Packages */,
607FACD21AFB9204008FA782 /* Example for YoutubeKit */,
607FACD11AFB9204008FA782 /* Products */,
607FACE81AFB9204008FA782 /* Tests */,
Expand Down
2 changes: 1 addition & 1 deletion YoutubeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YoutubeKit'
s.version = '0.6.1'
s.version = '0.7.0'
s.summary = 'YoutubeKit is a video player for easily create a Youtube app.'

s.description = <<-DESC
Expand Down
10 changes: 0 additions & 10 deletions YoutubeKitProject.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

0 comments on commit 1ed667b

Please sign in to comment.