Skip to content

Commit ea25c68

Browse files
committed
fixup! Work around build issues when this is used as a dev pod
1 parent 374ea67 commit ea25c68

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MMMCommonUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Pod::Spec.new do |s|
77

88
s.name = "MMMCommonUI"
9-
s.version = "3.7.1"
9+
s.version = "3.7.2"
1010
s.summary = "Small UI-related pieces reused in many components from MMMTemple"
1111
s.description = "#{s.summary}."
1212
s.homepage = "https://github.com/mediamonks/#{s.name}"

Sources/MMMCommonUIObjC/MMMCommonUI.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
//
55

66
// This file is needed because Swift compatibility headers always contain `#import <MMMCommonUI/MMMCommonUI.h>` line.
7+
// Let's re-use the auto-generated umbrella header instead of repeating all the imports here.
8+
#import "MMMCommonUI-umbrella.h"

0 commit comments

Comments
 (0)