diff --git a/ios/manifest b/ios/manifest index 17eff91..e973a75 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.0.0 +version: 1.1.0 apiversion: 2 architectures: armv7 arm64 i386 x86_64 description: titanium-firebase-analytics diff --git a/ios/module.xcconfig b/ios/module.xcconfig index 24b2a05..955462d 100644 --- a/ios/module.xcconfig +++ b/ios/module.xcconfig @@ -1 +1 @@ -// UNUSED +OTHER_LDFLAGS = $(inherited) -framework AdSupport diff --git a/ios/titanium-firebase-analytics.xcodeproj/project.pbxproj b/ios/titanium-firebase-analytics.xcodeproj/project.pbxproj index 704c711..841ba38 100644 --- a/ios/titanium-firebase-analytics.xcodeproj/project.pbxproj +++ b/ios/titanium-firebase-analytics.xcodeproj/project.pbxproj @@ -63,6 +63,7 @@ DB15C7811F976F7A0054FD3A /* FirebaseCoreDiagnostics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseCoreDiagnostics.framework; path = shared/FirebaseCoreDiagnostics.framework; sourceTree = ""; }; DB15C7821F976F7A0054FD3A /* nanopb.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = nanopb.framework; path = shared/nanopb.framework; sourceTree = ""; }; DB15C7831F976F7A0054FD3A /* FirebaseInstanceID.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseInstanceID.framework; path = shared/FirebaseInstanceID.framework; sourceTree = ""; }; + DBA71B1B1FA65DCD0052B413 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -106,6 +107,7 @@ 0867D69AFE84028FC02AAC07 /* Frameworks */ = { isa = PBXGroup; children = ( + DBA71B1B1FA65DCD0052B413 /* AdSupport.framework */, DB073CBE1F94008500E2F9D5 /* FirebaseAnalytics.framework */, DB15C77E1F976F7A0054FD3A /* FirebaseCore.framework */, DB15C7811F976F7A0054FD3A /* FirebaseCoreDiagnostics.framework */,