Skip to content

Commit aaa7388

Browse files
committed
Go one directory up in fastfile
1 parent 63c6d7a commit aaa7388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ platform :ios do
5757
# Set manual signing per target (update_code_signing_settings
5858
# fails with newer Xcode project formats, so use xcodeproj directly)
5959
require "xcodeproj"
60-
project = Xcodeproj::Project.open("PandaBeFree.xcodeproj")
60+
project = Xcodeproj::Project.open("../PandaBeFree.xcodeproj")
6161

6262
profile_mapping = {
6363
"PandaBeFree" => "match AppStore #{app_id}",

0 commit comments

Comments
 (0)