Skip to content

Commit

Permalink
Merge pull request #59 from CodingFriends/chore/release-4-2-1
Browse files Browse the repository at this point in the history
Chore/release 4 2 1
  • Loading branch information
greimers authored Nov 13, 2021
2 parents c5609b2 + 0bb3c5d commit d670963
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 Coding Friends UG (haftungsbeschränkt)
Copyright (c) 2016-2021 Coding Friends UG (haftungsbeschränkt)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ If you are learning a foreign language and want to support development of Tincta

Or make your project's decision process speedier and more transparent with our [decision logging app Loqbooq — The ideal app for ADR](https://loqbooq.app).

## Beta Test
You can also support development by beta testing new versions prior to release.
Simply use this link to sign up for our TestFlight beta testers group:
https://testflight.apple.com/join/JpE6RvBv

Please note, that TestFlight requires macOS 12 Monterey.


## Supporters
Expand Down
8 changes: 4 additions & 4 deletions Source/Tincta.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 4200;
CURRENT_PROJECT_VERSION = 4210;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 3UAW763979;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -838,7 +838,7 @@
);
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 4.2;
MARKETING_VERSION = 4.2.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.mrFridge.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = Tincta;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -855,7 +855,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 4200;
CURRENT_PROJECT_VERSION = 4210;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 3UAW763979;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -879,7 +879,7 @@
);
LLVM_LTO = YES_THIN;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 4.2;
MARKETING_VERSION = 4.2.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.mrFridge.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = Tincta;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 2 additions & 0 deletions Source/Tincta/Tincta-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,7 @@
<dict/>
</dict>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

0 comments on commit d670963

Please sign in to comment.