From ff11688019f1cb72c7f3256db14917b90771de17 Mon Sep 17 00:00:00 2001 From: Sergey Chausov Date: Tue, 28 Sep 2021 15:29:53 +0300 Subject: [PATCH] set to release mode --- DownloadToGo.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DownloadToGo.podspec b/DownloadToGo.podspec index f1e224c..366faa7 100644 --- a/DownloadToGo.podspec +++ b/DownloadToGo.podspec @@ -1,5 +1,5 @@ -suffix = '.0000' # Dev mode -# suffix = '' # Release +# suffix = '.0000' # Dev mode +suffix = '' # Release Pod::Spec.new do |s| s.name = 'DownloadToGo'