ci: remove mobile dev

This commit is contained in:
Mo
2023-01-03 17:26:29 -06:00
parent b65e8562f2
commit 72f384c215
2 changed files with 1 additions and 7 deletions

View File

@@ -1,16 +1,10 @@
for_platform :ios do
for_lane :dev do
app_identifier "com.standardnotes.standardnotes.dev"
end
for_lane :prod do
app_identifier "com.standardnotes.standardnotes"
end
end
for_platform :android do
for_lane :dev do
package_name 'com.standardnotes.dev'
end
for_lane :prod do
package_name 'com.standardnotes'
end