diff --git a/GiteaIssue.xcodeproj/xcshareddata/xcschemes/GiteaIssue.xcscheme b/GiteaIssue.xcodeproj/xcshareddata/xcschemes/GiteaIssue.xcscheme new file mode 100644 index 0000000..590b05d --- /dev/null +++ b/GiteaIssue.xcodeproj/xcshareddata/xcschemes/GiteaIssue.xcscheme @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project.yml b/project.yml index 7f85c81..06079ec 100644 --- a/project.yml +++ b/project.yml @@ -50,3 +50,14 @@ targets: CODE_SIGN_ENTITLEMENTS: GiteaIssueShare/GiteaIssueShare.entitlements TARGETED_DEVICE_FAMILY: "1,2" SKIP_INSTALL: YES + +schemes: + GiteaIssue: + build: + targets: + GiteaIssue: all + GiteaIssueShare: all + run: + config: Debug + archive: + config: Release