Skip to content

Commit

Permalink
Merge pull request #1742 from Catrobat/release-0.6.20
Browse files Browse the repository at this point in the history
Release 0.6.20
  • Loading branch information
m-herold authored May 27, 2022
2 parents a7725ad + 264e582 commit 5e56135
Show file tree
Hide file tree
Showing 74 changed files with 22,098 additions and 5,282 deletions.
13 changes: 9 additions & 4 deletions src/Catty.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3207,6 +3207,7 @@
6FDC3CB52439423D0033F252 /* RegularExpressionFunction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RegularExpressionFunction.swift; sourceTree = "<group>"; };
6FDC3CB9243942980033F252 /* RegularExpressionFunctionTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RegularExpressionFunctionTest.swift; sourceTree = "<group>"; };
71003B79069F162A53CC656E /* fr */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
71DF0A16CC2D40A74791C42A /* eu */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Localizable.strings; sourceTree = "<group>"; };
746F8E7562A2BCF8785510CE /* ro */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = "<group>"; };
74A9F6B2015F2F7A3F38B5E4 /* ka */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = ka; path = ka.lproj/Localizable.strings; sourceTree = "<group>"; };
758FD262053C04755851BC4D /* ml */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = ml; path = ml.lproj/Localizable.strings; sourceTree = "<group>"; };
Expand All @@ -3217,6 +3218,7 @@
7B6FBCFF27F1D8B4006E3BD5 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
7B9090EC27C935D800B31D04 /* ChromaSwift.license */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ChromaSwift.license; sourceTree = "<group>"; };
7BD8A7D027456D1A000DAAB4 /* Bohr.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = Bohr.xcframework; path = Carthage/Build/Bohr.xcframework; sourceTree = "<group>"; };
7DE779FED0A3A66F8C9906B7 /* sr-Latn */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = "sr-Latn"; path = "sr-Latn.lproj/Localizable.strings"; sourceTree = "<group>"; };
7DF7515CF295B6E738B88031 /* fa */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = fa; path = fa.lproj/Localizable.strings; sourceTree = "<group>"; };
811FB6E81A4980EF00957E10 /* ScriptCollectionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptCollectionViewController.h; sourceTree = "<group>"; };
811FB6E91A4980EF00957E10 /* ScriptCollectionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScriptCollectionViewController.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -11182,6 +11184,7 @@
ka,
kab,
pa,
eu,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
packageReferences = (
Expand Down Expand Up @@ -13425,6 +13428,8 @@
74A9F6B2015F2F7A3F38B5E4 /* ka */,
A61F854BCF220F35A21001B8 /* kab */,
A032C198F02439059E373A5C /* pa */,
71DF0A16CC2D40A74791C42A /* eu */,
7DE779FED0A3A66F8C9906B7 /* sr-Latn */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -13863,7 +13868,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COMPRESS_PNG_FILES = NO;
CURRENT_PROJECT_VERSION = 47;
CURRENT_PROJECT_VERSION = 48;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = 8FL5R8726S;
GCC_PREFIX_HEADER = "Catty/Supporting Files/App-Prefix.pch";
Expand All @@ -13880,7 +13885,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.19;
MARKETING_VERSION = 0.6.20;
OTHER_LDFLAGS = (
"-lxml2",
"$(inherited)",
Expand Down Expand Up @@ -13910,7 +13915,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COMPRESS_PNG_FILES = NO;
CURRENT_PROJECT_VERSION = 47;
CURRENT_PROJECT_VERSION = 48;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = 8FL5R8726S;
GCC_PREFIX_HEADER = "Catty/Supporting Files/App-Prefix.pch";
Expand All @@ -13927,7 +13932,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.19;
MARKETING_VERSION = 0.6.20;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"-lxml2",
Expand Down
Loading

0 comments on commit 5e56135

Please sign in to comment.