Skip to content

Commit

Permalink
fix(Version): Fix mistica version and catalog version (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpg93 committed Aug 16, 2022
1 parent 3e213de commit a3aaffa
Show file tree
Hide file tree
Showing 153 changed files with 816 additions and 379 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mistica-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version: 14.17

- name: Upload ipa to AppCenter
run: npx -p appcenter-cli appcenter distribute release -a Tuenti-Organization/Mistica-SwiftUI-iOS -f ./build/ios.ipa -g Public --token ${{ secrets.APPCENTER_API_TOKEN }}
run: npx -p appcenter-cli appcenter distribute release -a Tuenti-Organization/Mistica-iOS -f ./build/ios.ipa -g Public --token ${{ secrets.APPCENTER_API_TOKEN }}

- name: Upload dsyms to AppCenter
run: npx -p appcenter-cli appcenter crashes upload-symbols -a Tuenti-Organization/Mistica-SwiftUI-iOS -s ./build/ios.dSYM --token ${{ secrets.APPCENTER_API_TOKEN }}
run: npx -p appcenter-cli appcenter crashes upload-symbols -a Tuenti-Organization/Mistica-iOS -s ./build/ios.dSYM --token ${{ secrets.APPCENTER_API_TOKEN }}
2 changes: 2 additions & 0 deletions MisticaCatalog/MisticaCatalog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@
};
B8F98FFA2546C95800DFBFE9 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B8F990562546C99300DFBFE9 /* MisticaCatalogConfig.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand All @@ -654,6 +655,7 @@
};
B8F98FFB2546C95800DFBFE9 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B8F990562546C99300DFBFE9 /* MisticaCatalogConfig.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand Down

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions MisticaCatalog/Source/Assets.xcassets/Back.imageset/Contents.json

This file was deleted.

12 changes: 0 additions & 12 deletions MisticaCatalog/Source/Assets.xcassets/Bars.imageset/Contents.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions MisticaCatalog/Source/Assets.xcassets/Cards.imageset/Contents.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions MisticaCatalog/Source/Assets.xcassets/Fonts.imageset/Contents.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions MisticaCatalog/Source/Assets.xcassets/Lists.imageset/Contents.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions MisticaCatalog/Source/Assets.xcassets/Radio.imageset/Contents.json

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"filename" : "ActionSheets.pdf",
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "Action Sheets_Dark.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
Loading

0 comments on commit a3aaffa

Please sign in to comment.