We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff6637 commit 3b5c0bbCopy full SHA for 3b5c0bb
fastlane/Fastfile
@@ -47,14 +47,14 @@ platform :ios do
47
clean: true
48
)
49
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
- )
+ # xcodebuild(
+ # workspace: "PinLayout.xcworkspace",
+ # scheme: "PinLayoutSample",
+ # build: true,
+ # clean: true,
+ # #destination: "name=iPhone 8 Plus,OS=12.0",
+ # destination: "generic/platform=iOS\" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=\""
+ # )
58
end
59
60
lane :tests do
0 commit comments