Skip to content

Commit

Permalink
Merge pull request #121 from Comcast/release/1.5.6
Browse files Browse the repository at this point in the history
Release/1.5.6
  • Loading branch information
jonnybach authored Feb 3, 2022
2 parents ca0e5c3 + 771b28c commit 55d6261
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions mamba.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,7 @@
INFOPLIST_FILE = mamba/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.5.5;
MARKETING_VERSION = 1.5.6;
PRODUCT_BUNDLE_IDENTIFIER = com.comcast.mamba;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -2301,7 +2301,7 @@
INFOPLIST_FILE = mamba/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.5.5;
MARKETING_VERSION = 1.5.6;
PRODUCT_BUNDLE_IDENTIFIER = com.comcast.mamba;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -2363,7 +2363,7 @@
INFOPLIST_FILE = mamba/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.5.5;
MARKETING_VERSION = 1.5.6;
PRODUCT_BUNDLE_IDENTIFIER = com.comcast.mamba;
PRODUCT_NAME = mamba;
SDKROOT = appletvos;
Expand Down Expand Up @@ -2394,7 +2394,7 @@
INFOPLIST_FILE = mamba/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.5.5;
MARKETING_VERSION = 1.5.6;
PRODUCT_BUNDLE_IDENTIFIER = com.comcast.mamba;
PRODUCT_NAME = mamba;
SDKROOT = appletvos;
Expand Down Expand Up @@ -2473,7 +2473,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.5.5;
MARKETING_VERSION = 1.5.6;
PRODUCT_BUNDLE_IDENTIFIER = com.comcast.mamba;
PRODUCT_MODULE_NAME = mamba;
PRODUCT_NAME = mamba;
Expand Down Expand Up @@ -2507,7 +2507,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.5.5;
MARKETING_VERSION = 1.5.6;
PRODUCT_BUNDLE_IDENTIFIER = com.comcast.mamba;
PRODUCT_MODULE_NAME = mamba;
PRODUCT_NAME = mamba;
Expand Down
2 changes: 1 addition & 1 deletion mambaSharedFramework/HLSTagParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public struct HLSValueData {
public typealias HLSTagDictionary = OrderedDictionary<String, HLSValueData>

/// Describes a object that parse an individual tag from a line in a HLS playlist
public protocol HLSTagParser: class {
public protocol HLSTagParser: AnyObject {

/**
Parses an HLS tag from a String. (i.e. if your tag is "#EXT-GENERICTAG:<Values>", you would pass "<Values>" as your string argument)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import Foundation

/// Namespace class for validating HLS playlists
public protocol HLSValidator: class {}
public protocol HLSValidator: AnyObject {}

/// Protocol for validating objects that implement `HLSPlaylistInterface`
public protocol HLSPlaylistValidator: HLSValidator {
Expand Down
2 changes: 1 addition & 1 deletion mambaSharedFramework/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.5
1.5.6

0 comments on commit 55d6261

Please sign in to comment.