Skip to content

Commit

Permalink
Upgrade version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FoksWang committed Jul 1, 2019
1 parent 9761760 commit 43b2cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Example/FWPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/* Begin PBXFileReference section */
0D359AB553AA1483F2094C3E /* Pods_FWPlayer_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FWPlayer_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1ADD2BD5E860A660A40E9681 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
1ADD2BD5E860A660A40E9681 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
4E99F328479CC89BF56FBFF1 /* Pods-FWPlayer_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FWPlayer_Example.release.xcconfig"; path = "Target Support Files/Pods-FWPlayer_Example/Pods-FWPlayer_Example.release.xcconfig"; sourceTree = "<group>"; };
5468402DE3622F77BD057D31 /* Pods-FWPlayer_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FWPlayer_Tests.release.xcconfig"; path = "Target Support Files/Pods-FWPlayer_Tests/Pods-FWPlayer_Tests.release.xcconfig"; sourceTree = "<group>"; };
607FACD01AFB9204008FA782 /* FWPlayer_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FWPlayer_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -42,11 +42,11 @@
607FACE51AFB9204008FA782 /* FWPlayer_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FWPlayer_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
7B39C074ED98EEFE70426D13 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
7B39C074ED98EEFE70426D13 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
8391C9CB2CD27442CBD92D55 /* Pods-FWPlayer_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FWPlayer_Example.debug.xcconfig"; path = "Target Support Files/Pods-FWPlayer_Example/Pods-FWPlayer_Example.debug.xcconfig"; sourceTree = "<group>"; };
B37323BCCF41A448071B7E83 /* Pods-FWPlayer_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FWPlayer_Tests.debug.xcconfig"; path = "Target Support Files/Pods-FWPlayer_Tests/Pods-FWPlayer_Tests.debug.xcconfig"; sourceTree = "<group>"; };
EDBB0E4C331B6989C3E332C6 /* Pods_FWPlayer_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FWPlayer_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FBCC10CC26DF324D978D0C07 /* FWPlayer.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = FWPlayer.podspec; path = ../FWPlayer.podspec; sourceTree = "<group>"; };
FBCC10CC26DF324D978D0C07 /* FWPlayer.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = FWPlayer.podspec; path = ../FWPlayer.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -77,7 +77,6 @@
B37323BCCF41A448071B7E83 /* Pods-FWPlayer_Tests.debug.xcconfig */,
5468402DE3622F77BD057D31 /* Pods-FWPlayer_Tests.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -227,6 +226,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down
2 changes: 1 addition & 1 deletion FWPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FWPlayer'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'A video player SDK for iOS.'
s.swift_version = '5.0'

Expand Down

0 comments on commit 43b2cea

Please sign in to comment.