Skip to content

Commit

Permalink
Merge pull request #1821 from Catrobat/release-0.6.21
Browse files Browse the repository at this point in the history
Release 0.6.21
  • Loading branch information
wallisch authored Jun 8, 2023
2 parents 156bca3 + 5fc32a5 commit e488257
Show file tree
Hide file tree
Showing 77 changed files with 19,442 additions and 2,696 deletions.
11 changes: 7 additions & 4 deletions src/Catty.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4748,6 +4748,7 @@
ED43A997870B76068912C26D /* pt-BR */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
ED63FA970D1BE53E632353EB /* az */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = az; path = az.lproj/Localizable.strings; sourceTree = "<group>"; };
EEE5F870407BFDACF3711A65 /* hi */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Localizable.strings; sourceTree = "<group>"; };
F3781C2F9CE20B6CA4E1713F /* yo */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = yo; path = yo.lproj/Localizable.strings; sourceTree = "<group>"; };
F411560220E7732D00E2F254 /* InternFormula+KeyboardAdapter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "InternFormula+KeyboardAdapter.swift"; sourceTree = "<group>"; };
F4201CF120D795DB0030181B /* DateWeekdaySensor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DateWeekdaySensor.swift; sourceTree = "<group>"; };
F4201CF820D79CA80030181B /* TimeHourSensor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeHourSensor.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -11591,6 +11592,7 @@
kab,
pa,
eu,
yo,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
packageReferences = (
Expand Down Expand Up @@ -13963,6 +13965,7 @@
A032C198F02439059E373A5C /* pa */,
71DF0A16CC2D40A74791C42A /* eu */,
7DE779FED0A3A66F8C9906B7 /* sr-Latn */,
F3781C2F9CE20B6CA4E1713F /* yo */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -14387,7 +14390,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COMPRESS_PNG_FILES = NO;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 50;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = 8FL5R8726S;
GCC_PREFIX_HEADER = "Catty/Supporting Files/App-Prefix.pch";
Expand All @@ -14404,7 +14407,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.20;
MARKETING_VERSION = 0.6.22;
OTHER_LDFLAGS = (
"$(inherited)",
"-lxml2",
Expand Down Expand Up @@ -14432,7 +14435,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COMPRESS_PNG_FILES = NO;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 50;
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = 8FL5R8726S;
GCC_PREFIX_HEADER = "Catty/Supporting Files/App-Prefix.pch";
Expand All @@ -14449,7 +14452,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.20;
MARKETING_VERSION = 0.6.22;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
Loading

0 comments on commit e488257

Please sign in to comment.