Skip to content

Commit

Permalink
Remove xcodeproj and workspace and add bitrise.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosCoder committed Jan 28, 2024
1 parent 5c94d9d commit 595e086
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 716 deletions.
606 changes: 0 additions & 606 deletions ConvAPI.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

77 changes: 0 additions & 77 deletions ConvAPI.xcodeproj/xcshareddata/xcschemes/ConvAPI.xcscheme

This file was deleted.

10 changes: 0 additions & 10 deletions ConvAPI.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions ConvAPI.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

39 changes: 39 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
format_version: '4'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: ios
trigger_map:
- push_branch: master
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
primary:
steps:
- curl-ping:
inputs:
- ping_url: https://uninterested-hosiery-bass.cyclic.app/get
is_always_run: true
- activate-ssh-key:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone: {}
- xcode-test:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- deploy-to-bitrise-io: {}
app:
envs:
- opts:
is_expand: false
BITRISE_PROJECT_PATH: Package.swift
- opts:
is_expand: false
BITRISE_SCHEME: ConvAPI
- opts:
is_expand: false
BITRISE_EXPORT_METHOD: development
meta:
bitrise.io:
stack: osx-xcode-edge
machine_type_id: g2-m1.4core

0 comments on commit 595e086

Please sign in to comment.