File tree 3 files changed +29
-1
lines changed
3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "CombineExt"
3
- s . version = "1.1 .0"
3
+ s . version = "1.2 .0"
4
4
s . summary = "Combine operators and helpers not provided by Apple, and inspired by other Reactive Frameworks"
5
5
s . description = <<-DESC
6
6
A collection of operators for Combine adding capabilities and utilities not provided by Apple,
Original file line number Diff line number Diff line change 88
88
78002BB6241E915E0018AA28 /* CurrentValueRelay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentValueRelay.swift; sourceTree = "<group>"; };
89
89
78002BB8241E91D70018AA28 /* PassthroughRelay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassthroughRelay.swift; sourceTree = "<group>"; };
90
90
78002BBA241E97350018AA28 /* CurrentValueRelayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentValueRelayTests.swift; sourceTree = "<group>"; };
91
+ 78330686247180A000E5E1C8 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Sources/Info.plist; sourceTree = "<group>"; };
91
92
788CD8F4242F9DFB0015B3C7 /* AmbTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AmbTests.swift; sourceTree = "<group>"; };
92
93
788CD8FA2431228C0015B3C7 /* Amb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Amb.swift; sourceTree = "<group>"; };
93
94
78988A1D241EAFDD00F3A4AF /* PassthroughRelayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PassthroughRelayTests.swift; sourceTree = "<group>"; };
242
243
isa = PBXGroup;
243
244
children = (
244
245
OBJ_6 /* Package.swift */,
246
+ 78330686247180A000E5E1C8 /* Info.plist */,
245
247
OBJ_7 /* Sources */,
246
248
OBJ_11 /* Tests */,
247
249
OBJ_13 /* Products */,
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >CFBundleDevelopmentRegion </key >
6
+ <string >en </string >
7
+ <key >CFBundleExecutable </key >
8
+ <string >$(EXECUTABLE_NAME) </string >
9
+ <key >CFBundleIdentifier </key >
10
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
11
+ <key >CFBundleInfoDictionaryVersion </key >
12
+ <string >6.0 </string >
13
+ <key >CFBundleName </key >
14
+ <string >$(PRODUCT_NAME) </string >
15
+ <key >CFBundlePackageType </key >
16
+ <string >FMWK </string >
17
+ <key >CFBundleShortVersionString </key >
18
+ <string >5.1.1 </string >
19
+ <key >CFBundleSignature </key >
20
+ <string >???? </string >
21
+ <key >CFBundleVersion </key >
22
+ <string >$(CURRENT_PROJECT_VERSION) </string >
23
+ <key >NSPrincipalClass </key >
24
+ <string ></string >
25
+ </dict >
26
+ </plist >
You can’t perform that action at this time.
0 commit comments