Skip to content

Commit 3b5c0bb

Browse files
author
Luc Dion
committed
Update fastfile
1 parent dff6637 commit 3b5c0bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

fastlane/Fastfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ platform :ios do
4747
clean: true
4848
)
4949

50-
xcodebuild(
51-
workspace: "PinLayout.xcworkspace",
52-
scheme: "PinLayoutSample",
53-
build: true,
54-
clean: true,
55-
#destination: "name=iPhone 8 Plus,OS=12.0",
56-
destination: "generic/platform=iOS\" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=\""
57-
)
50+
# xcodebuild(
51+
# workspace: "PinLayout.xcworkspace",
52+
# scheme: "PinLayoutSample",
53+
# build: true,
54+
# clean: true,
55+
# #destination: "name=iPhone 8 Plus,OS=12.0",
56+
# destination: "generic/platform=iOS\" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=\""
57+
# )
5858
end
5959

6060
lane :tests do

0 commit comments

Comments
 (0)