diff --git a/Example/Velar.xcodeproj/project.pbxproj b/Example/Velar.xcodeproj/project.pbxproj index 6c1dfcd..92c2be9 100644 --- a/Example/Velar.xcodeproj/project.pbxproj +++ b/Example/Velar.xcodeproj/project.pbxproj @@ -698,6 +698,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = B74458D812EA17F503470BCD /* Pods-Velar_Tests.debug.xcconfig */; buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", @@ -720,6 +721,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = BB4E23AEF5C67035F11856B9 /* Pods-Velar_Tests.release.xcconfig */; buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", diff --git a/Velar.podspec b/Velar.podspec index a37819f..4624b6c 100644 --- a/Velar.podspec +++ b/Velar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Velar' - s.version = '0.1.2' + s.version = '0.1.3' s.summary = 'A custom alert view presenter.' s.description = <<-DESC