mirror of
https://github.com/DerekK19/PDP-8-E-Simulator.git
synced 2024-10-31 14:08:29 +00:00
Do Debug Fastlane builds at home - because the app is code signed and would need to use a development profile at home, not Release
This commit is contained in:
parent
bf30bb340c
commit
8260cbcbe3
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
# Xcode
|
||||
.DS_Store
|
||||
.idea/
|
||||
|
||||
## Build generated
|
||||
build/
|
||||
DerivedData
|
||||
|
||||
## Various settings
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
!default.mode1v3
|
||||
*.mode2v3
|
||||
!default.mode2v3
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata
|
||||
|
||||
## Other
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
*.xcuserstate
|
||||
*.xcscmblueprint
|
||||
|
||||
## Obj-C/Swift specific
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.zip
|
||||
|
||||
## Carthage
|
||||
Carthage/Build
|
||||
Carthage/Checkouts
|
||||
report.xml
|
@ -92,7 +92,8 @@ platform :mac do
|
||||
lane :home do
|
||||
# match does not work for Mac apps
|
||||
gym(
|
||||
scheme: ENV["BuildScheme"]
|
||||
scheme: ENV["BuildScheme"],
|
||||
configuration: "Debug"
|
||||
) # Build your app - more options available
|
||||
# pilot
|
||||
end
|
||||
|
@ -1,73 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites>
|
||||
<testsuite name="fastlane.lanes">
|
||||
|
||||
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="00: Verifying fastlane version" time="0.020262">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="01: default_platform" time="0.00104">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="02: rm -rf /Users/derek/Development/Public/PDP-8:E-Simulator/../FastlaneArtifacts/PDP-8/E\ Simulator.*" time="0.01114">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="03: backup_file" time="0.002142">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="04: get_info_plist_value" time="0.004499">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="05: get_info_plist_value" time="0.004685">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="06: get_info_plist_value" time="0.00362">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="07: set_info_plist_value" time="0.007189">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="08: set_info_plist_value" time="0.010948">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="09: set_info_plist_value" time="0.007894">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="10: gym" time="65.120841">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="11: restore_file" time="0.00536">
|
||||
|
||||
</testcase>
|
||||
|
||||
|
||||
<testcase classname="fastlane.lanes" name="12: slack" time="1.421813">
|
||||
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
</testsuites>
|
Loading…
Reference in New Issue
Block a user