Skip to content

Commit

Permalink
Add -weak_framewok SwiftUI in project file (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranabello authored Oct 1, 2019
1 parent a586f23 commit 0cd7943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Viperit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
Pod::Spec.new do |s|
s.name = 'Viperit'
s.version = '1.4.3'
s.version = '1.4.4'
s.summary = 'Viper Framework for iOS written in Swift'

s.description = <<-DESC
Expand Down
6 changes: 4 additions & 2 deletions Viperit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,8 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.4.3;
MARKETING_VERSION = 1.4.4;
OTHER_LDFLAGS = "-weak_framework SwiftUI";
PRODUCT_BUNDLE_IDENTIFIER = org.acferran.Viperit;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1084,7 +1085,8 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.4.3;
MARKETING_VERSION = 1.4.4;
OTHER_LDFLAGS = "-weak_framework SwiftUI";
PRODUCT_BUNDLE_IDENTIFIER = org.acferran.Viperit;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 0cd7943

Please sign in to comment.