From 43b2ceaadd8ceb0802a5e33af7e08ae26f86fda5 Mon Sep 17 00:00:00 2001 From: Hui Wang Date: Mon, 1 Jul 2019 21:04:07 +0200 Subject: [PATCH] Upgrade version to v1.0.2 --- Example/FWPlayer.xcodeproj/project.pbxproj | 8 ++++---- FWPlayer.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Example/FWPlayer.xcodeproj/project.pbxproj b/Example/FWPlayer.xcodeproj/project.pbxproj index 0d92ce7..f12c0ec 100644 --- a/Example/FWPlayer.xcodeproj/project.pbxproj +++ b/Example/FWPlayer.xcodeproj/project.pbxproj @@ -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 = ""; }; + 1ADD2BD5E860A660A40E9681 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; 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 = ""; }; 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 = ""; }; 607FACD01AFB9204008FA782 /* FWPlayer_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FWPlayer_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -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 = ""; }; 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; - 7B39C074ED98EEFE70426D13 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = ""; }; + 7B39C074ED98EEFE70426D13 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; 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 = ""; }; 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 = ""; }; 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 = ""; }; + FBCC10CC26DF324D978D0C07 /* FWPlayer.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = FWPlayer.podspec; path = ../FWPlayer.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -77,7 +77,6 @@ B37323BCCF41A448071B7E83 /* Pods-FWPlayer_Tests.debug.xcconfig */, 5468402DE3622F77BD057D31 /* Pods-FWPlayer_Tests.release.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -227,6 +226,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, Base, ); diff --git a/FWPlayer.podspec b/FWPlayer.podspec index 4bc1859..56da810 100644 --- a/FWPlayer.podspec +++ b/FWPlayer.podspec @@ -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'