Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriu Popa committed Jan 11, 2024
1 parent 8185050 commit 888a39d
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 44 deletions.
2 changes: 1 addition & 1 deletion CriteoAdViewer/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>6.0.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoAdViewer/UITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoGoogleAdapter/Sources/CriteoGoogleAdapter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CriteoPublisherSdk"
spec.version = "5.0.4"
spec.version = "6.0.0"
spec.summary = "Criteo Publisher SDK for iOS"

spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk/Sources/Public/CRConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef CRConstants_h
#define CRConstants_h

#define CRITEO_PUBLISHER_SDK_VERSION @"5.0.4"
#define CRITEO_PUBLISHER_SDK_VERSION @"6.0.0"

#define CRITEO_DEFAULT_REQUEST_TIMEOUT_IN_SECONDS 60
#define CRITEO_DEFAULT_BID_TTL_IN_SECONDS 15 * 60
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CriteoPublisherSdk/iTestHostApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.0.4</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
109 changes: 74 additions & 35 deletions fastlane/README.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,128 @@
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

## iOS

### ios test

```sh
[bundle exec] fastlane ios test
```
fastlane ios test
```

Run tests: Run Unit & Functional tests with retries

### ios test_0

```sh
[bundle exec] fastlane ios test_0
```
fastlane ios test_0
```

Run tests: Run Unit & Functional tests with retries

### ios test_1

```sh
[bundle exec] fastlane ios test_1
```
fastlane ios test_1
```

Run tests: Run Unit & Functional tests with retries

### ios test_2

```sh
[bundle exec] fastlane ios test_2
```
fastlane ios test_2
```

Run tests: Run Unit & Functional tests with retries

### ios format_check

```sh
[bundle exec] fastlane ios format_check
```
fastlane ios format_check
```

Check code format

### ios format

```sh
[bundle exec] fastlane ios format
```
fastlane ios format
```

Format code

### ios lint_swift

```sh
[bundle exec] fastlane ios lint_swift
```
fastlane ios lint_swift
```

Lint swift code

### ios set_versions

```sh
[bundle exec] fastlane ios set_versions
```
fastlane ios set_versions
```

Sets marketing and bundle versions to a Xcode project

### ios version_bump

```sh
[bundle exec] fastlane ios version_bump
```
fastlane ios version_bump
```

Sets cocoapods, marketing and bundle versions from a semver `version` and an optional `build` number

### ios archive

```sh
[bundle exec] fastlane ios archive
```
fastlane ios archive
```

Generates Debug & Release frameworks zip archives

### ios github_release
```
fastlane ios github_release

```sh
[bundle exec] fastlane ios github_release
```



### ios release_github

```sh
[bundle exec] fastlane ios release_github
```
fastlane ios release_github
```

Archive then release version to GitHub

### ios release_cocoapods

```sh
[bundle exec] fastlane ios release_cocoapods
```
fastlane ios release_cocoapods
```

Release version to CocoaPods

----

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).

0 comments on commit 888a39d

Please sign in to comment.