Skip to content

Commit

Permalink
fixup! Work around build issues when this is used as a dev pod
Browse files Browse the repository at this point in the history
  • Loading branch information
aleh committed Apr 16, 2023
1 parent 374ea67 commit ea25c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MMMCommonUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Pod::Spec.new do |s|

s.name = "MMMCommonUI"
s.version = "3.7.1"
s.version = "3.7.2"
s.summary = "Small UI-related pieces reused in many components from MMMTemple"
s.description = "#{s.summary}."
s.homepage = "https://github.com/mediamonks/#{s.name}"
Expand Down
2 changes: 2 additions & 0 deletions Sources/MMMCommonUIObjC/MMMCommonUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
//

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

0 comments on commit ea25c68

Please sign in to comment.