Skip to content

Commit

Permalink
Merge pull request #158 from Adventech/fix/ua-localization
Browse files Browse the repository at this point in the history
Minor fix for ua translations
  • Loading branch information
EmersonCarpes authored Apr 24, 2024
2 parents 4115a3b + 56062fd commit b1fb207
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 51 deletions.
81 changes: 56 additions & 25 deletions Fastlane/README.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,94 @@
fastlane documentation
================
----

# Installation

Make sure you have the latest version of the Xcode command line tools installed:

```
```sh
xcode-select --install
```

Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew install fastlane`
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)

# Available Actions

### beta

```sh
[bundle exec] fastlane beta
```
fastlane beta
```



### release

```sh
[bundle exec] fastlane release
```
fastlane release
```



### deliverApp

```sh
[bundle exec] fastlane deliverApp
```
fastlane deliverApp
```



### metadata

```sh
[bundle exec] fastlane metadata
```
fastlane metadata
```



### build

```sh
[bundle exec] fastlane build
```
fastlane build
```



### screenshots

```sh
[bundle exec] fastlane screenshots
```
fastlane screenshots
```

Generate screenshots and upload to the App Store
### match_config

### increment_build

```sh
[bundle exec] fastlane increment_build
```
fastlane match_config



### match_config

```sh
[bundle exec] fastlane match_config
```

Configure local environment certificates

### match_sync

```sh
[bundle exec] fastlane match_sync
```
fastlane match_sync
```

Sync your certificates and profiles across your team using git

----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).

The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: c5f23ca7fa97a774176c6348f848720dad6f29ef

COCOAPODS: 1.15.0
COCOAPODS: 1.15.2
22 changes: 8 additions & 14 deletions Sabbath School.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2941,7 +2941,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "Sabbath School/Resources/Sabbath School.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 12;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand Down Expand Up @@ -3069,7 +3069,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.cryart.SabbathSchool;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.cryart.SabbathSchool";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.cryart.SabbathSchool";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -3083,7 +3083,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "Sabbath School/Resources/Sabbath School.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -3210,7 +3210,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.cryart.SabbathSchool;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.cryart.SabbathSchool";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.cryart.SabbathSchool";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand All @@ -3228,11 +3228,9 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Widget/Resources/WidgetExtension.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = XVGX5G4YQ9;
DEVELOPMENT_TEAM = XVGX5G4YQ9;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Widget/Info.plist;
Expand All @@ -3259,7 +3257,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.cryart.SabbathSchool.Widget;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.cryart.SabbathSchool.Widget";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -3277,11 +3274,9 @@
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = Widget/Resources/WidgetExtension.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = XVGX5G4YQ9;
DEVELOPMENT_TEAM = XVGX5G4YQ9;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Widget/Info.plist;
Expand All @@ -3307,7 +3302,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.cryart.SabbathSchool.Widget;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.cryart.SabbathSchool.Widget";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
Loading

0 comments on commit b1fb207

Please sign in to comment.