Skip to content

Commit ef655a0

Browse files
committed
🩹 Fix directory issue
1 parent 2d5cc99 commit ef655a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SNUTT/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ENV["FASTLANE_SKIP_DOCS"] = "1"
33

44
# Constants
5-
XCODEPROJ_PATH = "SNUTT.xcodeproj"
5+
XCODEPROJ_PATH = "../SNUTT.xcodeproj"
66
BASE_XCCONFIG_PATH = "XCConfigs/Base.xcconfig"
77
BUNDLE_ID_PROD = "com.wafflestudio.snutt"
88
BUNDLE_ID_DEV = "com.wafflestudio.snutt.dev"

0 commit comments

Comments
 (0)