Skip to content

Commit

Permalink
Package update
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnunogarcia committed Sep 30, 2023
1 parent 3829777 commit 56ab8a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ PlayerSettings:
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier:
Android: com.digitalturbine.OfferWallSampleApp
Android: com.digitalturbine.OfferWallSampleAppUnity
Standalone: com.DefaultCompany.2DProject
iPhone: com.digitalturbine.OfferWallSampleApp
iPhone: com.digitalturbine.OfferWallSampleAppUnity
buildNumber:
Standalone: 0
iPhone: 0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Table of contents
* Android 4.1 (API level 16)+ (when building for Android)
* iOS 9.0+ (when building for iOS). **Note** that Offers will only be rendered on devices running iOS 13.4 or higher

*This app is developed using Unity Editor 2020.3.48f1f1 but it's expected to work with any Editor between 2020 and 2022
*This app is developed using Unity Editor 2020.3.48f1f1, but it's expected to work with any Editor between 2020 and 2022

# Project Setup

Expand All @@ -34,7 +34,7 @@ To achieve that, a dependency to the DT FairBid Unity Plugin is added in the Pac
You should be able to verify the Package is correctly integrated by
1. Opening Unity 3D
2. Clicking on `Window` -> `Package Manager`
3. Choosing `In Project` from the drop down that lets you select among the repositories (on the top left).
3. Choosing `In Project` from the drop-down that lets you select among the repositories (on the top left).
4. Observe `Packages - Fyber` which you can expand and observe a `FairBid` package (with the version matching the one declared in the manfiest).

You are ready to go!
Expand All @@ -50,7 +50,7 @@ Click `File -> Build and Run`.

## iOS

For iOS we recommend you Build and Run in 2 separate steps:
For iOS, we recommend you Build and Run in 2 separate steps:
1. `File -> Build Settings` -> `Build`
2. From the location where the Xcode project was exported to run `pod install --repo-update`
1. This should bring the necessary native dependencies and create a `.xcworkspace` file
Expand Down

0 comments on commit 56ab8a2

Please sign in to comment.