diff --git a/CombineExt.podspec b/CombineExt.podspec index 5dee6e6..102023b 100644 --- a/CombineExt.podspec +++ b/CombineExt.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CombineExt" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "Combine operators and helpers not provided by Apple, and inspired by other Reactive Frameworks" s.description = <<-DESC A collection of operators for Combine adding capabilities and utilities not provided by Apple, diff --git a/CombineExt.xcodeproj/project.pbxproj b/CombineExt.xcodeproj/project.pbxproj index 3096689..d3c05a0 100644 --- a/CombineExt.xcodeproj/project.pbxproj +++ b/CombineExt.xcodeproj/project.pbxproj @@ -88,6 +88,7 @@ 78002BB6241E915E0018AA28 /* CurrentValueRelay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentValueRelay.swift; sourceTree = ""; }; 78002BB8241E91D70018AA28 /* PassthroughRelay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassthroughRelay.swift; sourceTree = ""; }; 78002BBA241E97350018AA28 /* CurrentValueRelayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentValueRelayTests.swift; sourceTree = ""; }; + 78330686247180A000E5E1C8 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Sources/Info.plist; sourceTree = ""; }; 788CD8F4242F9DFB0015B3C7 /* AmbTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AmbTests.swift; sourceTree = ""; }; 788CD8FA2431228C0015B3C7 /* Amb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Amb.swift; sourceTree = ""; }; 78988A1D241EAFDD00F3A4AF /* PassthroughRelayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassthroughRelayTests.swift; sourceTree = ""; }; @@ -242,6 +243,7 @@ isa = PBXGroup; children = ( OBJ_6 /* Package.swift */, + 78330686247180A000E5E1C8 /* Info.plist */, OBJ_7 /* Sources */, OBJ_11 /* Tests */, OBJ_13 /* Products */, diff --git a/Sources/Info.plist b/Sources/Info.plist new file mode 100644 index 0000000..0a0178d --- /dev/null +++ b/Sources/Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.1.1 + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + NSPrincipalClass + + + \ No newline at end of file