diff --git a/app/ios/Podfile b/app/ios/Podfile index 1c75d06..f36246e 100644 --- a/app/ios/Podfile +++ b/app/ios/Podfile @@ -42,7 +42,7 @@ post_install do |installer| config.build_settings["ONLY_ACTIVE_ARCH"] = "YES" end - if target.name == "tourforge" + if target.name == "tourforge_baseline" target.build_configurations.each do |config| config.build_settings['FRAMEWORK_SEARCH_PATHS'] ||= ['$(inherited)'] config.build_settings['FRAMEWORK_SEARCH_PATHS'] << ' ${SRCROOT}/..' # should be (project dir)/app/ios