Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Seavenly committed Dec 8, 2023
1 parent 864377d commit e51419d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,21 +176,20 @@ platform :ios do
ENV["CODE_SIGN_ENTITLEMENTS"] = ""
ENV["CODE_SIGNING_ALLOWED"] = "NO"


sh "cd .. && set -o pipefail && xcodebuild clean archive -verbose -project PayPalMessages.xcodeproj -scheme PayPalMessages -configuration Release -sdk iphoneos -archivePath ./build/Archives/Device.xcarchive CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS='' CODE_SIGNING_ALLOWED=NO | tee '/Users/runner/Library/Logs/fastlane/xcbuild/2023-12-08/8127/xcodebuild.log' | xcpretty --color --simple"

# xcodebuild(
# archive: true,
# workspace: "PayPalMessages.xcworkspace",
# scheme: "PayPalMessages",
# configuration: "Release",
# sdk: "iphoneos",
# archive_path: "./build/Archives/Device.xcarchive"
# )
xcodebuild(
archive: true,
clean: true,
project: "PayPalMessages.xcodeproj",
scheme: "PayPalMessages",
configuration: "Release",
sdk: "iphoneos",
archive_path: "./build/Archives/Device.xcarchive"
)

xcodebuild(
archive: true,
workspace: "PayPalMessages.xcworkspace",
clean: true,
project: "PayPalMessages.xcodeproj",
scheme: "PayPalMessages",
configuration: "Release",
sdk: "iphonesimulator",
Expand All @@ -205,7 +204,8 @@ platform :ios do
# simulator so that the binaries can be combined
xcodebuild(
archive: true,
workspace: "PayPalMessages.xcworkspace",
clean: true,
project: "PayPalMessages.xcodeproject",
scheme: "PayPalMessages",
configuration: "Release",
sdk: "iphonesimulator",
Expand Down

0 comments on commit e51419d

Please sign in to comment.