Skip to content

Commit 037c40e

Browse files
author
Unity Ads Travis
committed
Release 3.0.0
1 parent fc48037 commit 037c40e

File tree

471 files changed

+10234
-3630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

471 files changed

+10234
-3630
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,9 @@ UnityAds.framework
7878

7979
# Bundler for Ruby gems
8080
Gemfile.lock
81+
82+
# intellij products
83+
.idea/
84+
85+
# Zipped builds
86+
builds.zip

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
22
# xcodeproj has an issue with newest Xcode, fix is not a release gem at this moment
33
# Use github master until fix is released in gem.
44
gem 'xcodeproj', '~> 1.4.2'
5-
gem 'trollop', '~> 2.1'
5+
gem 'optimist'
66
gem 'plist', '~> 3.2'

Modules/module.modulemap

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
framework module UnityAds {
22
umbrella header "UnityAds.h"
3+
header "UnityAdsFinishState.h"
34
header "UnityAdsExtended.h"
45
header "UADSPurchasing.h"
6+
header "UnityServices.h"
7+
header "UnityAnalytics.h"
8+
header "UANAApiAnalytics.h"
9+
10+
header "USRVUnityPurchasing.h"
11+
header "USRVUnityPurchasingDelegate.h"
12+
header "UPURProduct.h"
13+
header "UPURTransactionDetails.h"
14+
header "UPURTransactionError.h"
15+
header "UPURStore.h"
16+
header "UPURTransactionErrorDetails.h"
17+
18+
header "UnityMonetization.h"
19+
header "UnityMonetizationPlacementContentState.h"
20+
header "UnityMonetizationDelegate.h"
21+
header "UMONPlacementContent.h"
22+
header "UMONCustomEvent.h"
23+
header "UMONRewardablePlacementContent.h"
24+
header "UMONShowAdPlacementContent.h"
25+
header "UMONPromoAdPlacementContent.h"
26+
header "UMONPromoMetaData.h"
27+
header "UADSBanner.h"
28+
header "UMONNativePromoAdapter.h"
29+
header "UMONItem.h"
530

631
export *
732
module * { export * }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unity Ads 2.0 iOS Release Repository
1+
# Unity Ads 3 iOS Release Repository
22

3-
Welcome to the Unity Ads 2.0 iOS release repository.
3+
Welcome to the Unity Ads 3 iOS release repository.
44

55
## Supported Integration Configurations
66

UnityAds/Api/UADSApiAppSheet.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

UnityAds/Api/UADSApiCache.h

Lines changed: 0 additions & 17 deletions
This file was deleted.

UnityAds/Api/UADSApiConnectivity.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

UnityAds/Api/UADSApiConnectivity.m

Lines changed: 0 additions & 12 deletions
This file was deleted.

UnityAds/Api/UADSApiDeviceInfo.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

UnityAds/Api/UADSApiDeviceInfo.m

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)