Skip to content

Commit

Permalink
1. Repository structure was changed
Browse files Browse the repository at this point in the history
2. `Product Bundle Identifier` was changed from `com.Appnexus` to `org.prebid`
  • Loading branch information
yoalex5 committed Sep 4, 2019
1 parent cba91cb commit 2fa555c
Show file tree
Hide file tree
Showing 111 changed files with 95 additions and 49 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
C8FF859E7AA1BCD70592C587 /* Pods_PrebidDemoSwiftTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 917D77E89EF3C1670D1422F9 /* Pods_PrebidDemoSwiftTests.framework */; };
F7EB308FA66D1E4CC541C0D0 /* Pods_PrebidDemoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2DB88A751977DBCF3DBDA3DC /* Pods_PrebidDemoSwift.framework */; };
FA12E4B7231EB04100CAA05B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA12E4B6231EB04100CAA05B /* AppDelegate.swift */; };
FA12E4B9231EB04100CAA05B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA12E4B8231EB04100CAA05B /* ViewController.swift */; };
FA12E4BC231EB04100CAA05B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA12E4BA231EB04100CAA05B /* Main.storyboard */; };
FA12E4BE231EB04200CAA05B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA12E4BD231EB04200CAA05B /* Assets.xcassets */; };
FA12E4C1231EB04200CAA05B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA12E4BF231EB04200CAA05B /* LaunchScreen.storyboard */; };
Expand Down Expand Up @@ -80,7 +79,6 @@
FA12E472231E9DAA00CAA05B /* PrebidMobile.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PrebidMobile.xcodeproj; path = ../../PrebidMobile.xcodeproj; sourceTree = "<group>"; };
FA12E4B4231EB04100CAA05B /* PrebidDemoSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PrebidDemoSwift.app; sourceTree = BUILT_PRODUCTS_DIR; };
FA12E4B6231EB04100CAA05B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
FA12E4B8231EB04100CAA05B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
FA12E4BB231EB04100CAA05B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
FA12E4BD231EB04200CAA05B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
FA12E4C0231EB04200CAA05B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -163,10 +161,11 @@
FA12E452231E9C5900CAA05B = {
isa = PBXGroup;
children = (
FA12E514231EBFED00CAA05B /* common */,
FA12E472231E9DAA00CAA05B /* PrebidMobile.xcodeproj */,
FA12E4B5231EB04100CAA05B /* PrebidDemoSwift */,
FA12E4E7231EB52D00CAA05B /* PrebidDemoSwiftTests */,
FA12E4F7231EB99D00CAA05B /* PrebidDemoObjectiveC */,
FA12E4E7231EB52D00CAA05B /* PrebidDemoSwiftTests */,
FA12E45C231E9C5900CAA05B /* Products */,
464FE826217632CAB58ABF2E /* Pods */,
99D7F73A394177471348CDD1 /* Frameworks */,
Expand Down Expand Up @@ -195,11 +194,10 @@
FA12E4B5231EB04100CAA05B /* PrebidDemoSwift */ = {
isa = PBXGroup;
children = (
FA12E4CE231EB3F000CAA05B /* BannerController.swift */,
FA12E4B6231EB04100CAA05B /* AppDelegate.swift */,
FA12E4CD231EB3F000CAA05B /* IndexController.swift */,
FA12E4CE231EB3F000CAA05B /* BannerController.swift */,
FA12E4CB231EB3F000CAA05B /* InterstitialViewController.swift */,
FA12E4B6231EB04100CAA05B /* AppDelegate.swift */,
FA12E4B8231EB04100CAA05B /* ViewController.swift */,
FA12E4BA231EB04100CAA05B /* Main.storyboard */,
FA12E4BD231EB04200CAA05B /* Assets.xcassets */,
FA12E4BF231EB04200CAA05B /* LaunchScreen.storyboard */,
Expand Down Expand Up @@ -236,6 +234,13 @@
path = PrebidDemoObjectiveC;
sourceTree = "<group>";
};
FA12E514231EBFED00CAA05B /* common */ = {
isa = PBXGroup;
children = (
);
path = common;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -502,7 +507,6 @@
buildActionMask = 2147483647;
files = (
FA12E4D0231EB3F000CAA05B /* IndexController.swift in Sources */,
FA12E4B9231EB04100CAA05B /* ViewController.swift in Sources */,
FA12E4D1231EB3F000CAA05B /* BannerController.swift in Sources */,
FA12E4B7231EB04100CAA05B /* AppDelegate.swift in Sources */,
FA12E4CF231EB3F000CAA05B /* InterstitialViewController.swift in Sources */,
Expand Down
File renamed without changes.
64 changes: 64 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
PODS:
- Google-Mobile-Ads-SDK (7.49.0):
- GoogleAppMeasurement (~> 6.0)
- GoogleAppMeasurement (6.1.1):
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
- GoogleUtilities/MethodSwizzler (~> 6.0)
- GoogleUtilities/Network (~> 6.0)
- "GoogleUtilities/NSData+zlib (~> 6.0)"
- nanopb (~> 0.3)
- GoogleUtilities/AppDelegateSwizzler (6.2.5):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (6.2.5)
- GoogleUtilities/Logger (6.2.5):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (6.2.5):
- GoogleUtilities/Logger
- GoogleUtilities/Network (6.2.5):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (6.2.5)"
- GoogleUtilities/Reachability (6.2.5):
- GoogleUtilities/Logger
- mopub-ios-sdk (5.8.0):
- mopub-ios-sdk/MoPubSDK (= 5.8.0)
- mopub-ios-sdk/Avid (5.8.0):
- mopub-ios-sdk/Core
- mopub-ios-sdk/Core (5.8.0)
- mopub-ios-sdk/Moat (5.8.0):
- mopub-ios-sdk/Core
- mopub-ios-sdk/MoPubSDK (5.8.0):
- mopub-ios-sdk/Avid
- mopub-ios-sdk/Core
- mopub-ios-sdk/Moat
- nanopb (0.3.901):
- nanopb/decode (= 0.3.901)
- nanopb/encode (= 0.3.901)
- nanopb/decode (0.3.901)
- nanopb/encode (0.3.901)

DEPENDENCIES:
- Google-Mobile-Ads-SDK
- mopub-ios-sdk

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Google-Mobile-Ads-SDK
- GoogleAppMeasurement
- GoogleUtilities
- mopub-ios-sdk
- nanopb

SPEC CHECKSUMS:
Google-Mobile-Ads-SDK: df315e371b29cf935f7ea872e7bdec39462a100e
GoogleAppMeasurement: 86a82f0e1f20b8eedf8e20326530138fd71409de
GoogleUtilities: e7dc37039b19df7fe543479d3e4a02ac8d11bb69
mopub-ios-sdk: b63e15803e70b92d0b51c3e1c49bbcd78cd3d1d5
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48

PODFILE CHECKSUM: 9761125f1dc32d2bf69f14c64dc86d3776e8cb3b

COCOAPODS: 1.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
6062B1AC21878CFB00CE1BA3 /* AdUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6062B1AB21878CFB00CE1BA3 /* AdUnit.swift */; };
6062B1AE2188783B00CE1BA3 /* InterstitialAdUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6062B1AD2188783B00CE1BA3 /* InterstitialAdUnit.swift */; };
6062B1B021889EC600CE1BA3 /* Global.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6062B1AF21889EC600CE1BA3 /* Global.swift */; };
6062B1B82188EF8300CE1BA3 /* BidManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6062B1B72188EF8300CE1BA3 /* BidManager.swift */; };
6062B1BC2188F6C200CE1BA3 /* RequestBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6062B1BB2188F6C200CE1BA3 /* RequestBuilder.swift */; };
6062B1C3218BFC7A00CE1BA3 /* Reachability.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6062B1C2218BFC7A00CE1BA3 /* Reachability.swift */; };
606FAC2621FFB20A008EAE5E /* TargetingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606FAC2521FFB20A008EAE5E /* TargetingTests.swift */; };
Expand Down Expand Up @@ -62,14 +61,14 @@
F543D52F220E101B00F1EF8F /* responseValidTwoBidsOnTheSameSeat.json in Resources */ = {isa = PBXBuildFile; fileRef = F543D52E220E101A00F1EF8F /* responseValidTwoBidsOnTheSameSeat.json */; };
F543D532220E193200F1EF8F /* noBidResponseTmaxTooLarge.json in Resources */ = {isa = PBXBuildFile; fileRef = F543D530220E193200F1EF8F /* noBidResponseTmaxTooLarge.json */; };
F543D533220E193200F1EF8F /* noBidResponseNoTmax.json in Resources */ = {isa = PBXBuildFile; fileRef = F543D531220E193200F1EF8F /* noBidResponseNoTmax.json */; };
FA12E518231FCD1400CAA05B /* BidManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA12E517231FCD1400CAA05B /* BidManager.swift */; };
FA5AD5E42271FA4100C8F274 /* ConstantsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5AD5E32271FA4100C8F274 /* ConstantsTest.swift */; };
FA5C30BB22E5E86900DA23C4 /* AdViewUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5C30BA22E5E86900DA23C4 /* AdViewUtils.swift */; };
FA5C30BD22E5ECF700DA23C4 /* PbFindSizeError.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5C30BC22E5ECF700DA23C4 /* PbFindSizeError.swift */; };
FA7C3EB5225E464300D2F128 /* PrebidServerOneBidFromAppNexusOneBidFromRubicon.json in Resources */ = {isa = PBXBuildFile; fileRef = FA7C3EB4225E464300D2F128 /* PrebidServerOneBidFromAppNexusOneBidFromRubicon.json */; };
FA7C3EB7225E4C2200D2F128 /* responseRubiconPBM.json in Resources */ = {isa = PBXBuildFile; fileRef = FA7C3EB6225E4C2200D2F128 /* responseRubiconPBM.json */; };
FA7C3EB9225E518000D2F128 /* noBidResponseRubicon.json in Resources */ = {isa = PBXBuildFile; fileRef = FA7C3EB8225E518000D2F128 /* noBidResponseRubicon.json */; };
FA7F89EC22DC95E30065B652 /* CollectionExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA7F89EB22DC95E30065B652 /* CollectionExtension.swift */; };
FA7F89F622DCB20E0065B652 /* CollectionExtensionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA7F89F522DCB20E0065B652 /* CollectionExtensionTest.swift */; };
FA9D7F2722E8A83D006FCBEF /* AdViewUtilsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9D7F2622E8A83D006FCBEF /* AdViewUtilsTests.swift */; };
/* End PBXBuildFile section */

Expand All @@ -95,7 +94,6 @@
6062B1AB21878CFB00CE1BA3 /* AdUnit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdUnit.swift; sourceTree = "<group>"; };
6062B1AD2188783B00CE1BA3 /* InterstitialAdUnit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterstitialAdUnit.swift; sourceTree = "<group>"; };
6062B1AF21889EC600CE1BA3 /* Global.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Global.swift; sourceTree = "<group>"; };
6062B1B72188EF8300CE1BA3 /* BidManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BidManager.swift; path = PrebidMobile/BidManager.swift; sourceTree = SOURCE_ROOT; };
6062B1BB2188F6C200CE1BA3 /* RequestBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestBuilder.swift; sourceTree = "<group>"; };
6062B1C2218BFC7A00CE1BA3 /* Reachability.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Reachability.swift; sourceTree = "<group>"; };
606FAC1E21FFAF46008EAE5E /* RequestBuilderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestBuilderTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -153,6 +151,7 @@
F543D52E220E101A00F1EF8F /* responseValidTwoBidsOnTheSameSeat.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = responseValidTwoBidsOnTheSameSeat.json; sourceTree = "<group>"; };
F543D530220E193200F1EF8F /* noBidResponseTmaxTooLarge.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = noBidResponseTmaxTooLarge.json; sourceTree = "<group>"; };
F543D531220E193200F1EF8F /* noBidResponseNoTmax.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = noBidResponseNoTmax.json; sourceTree = "<group>"; };
FA12E517231FCD1400CAA05B /* BidManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BidManager.swift; sourceTree = "<group>"; };
FA5AD5E32271FA4100C8F274 /* ConstantsTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstantsTest.swift; sourceTree = "<group>"; };
FA5C30BA22E5E86900DA23C4 /* AdViewUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdViewUtils.swift; sourceTree = "<group>"; };
FA5C30BC22E5ECF700DA23C4 /* PbFindSizeError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PbFindSizeError.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -208,8 +207,8 @@
60D792E8217E229A0080F428 = {
isa = PBXGroup;
children = (
60D792F4217E229A0080F428 /* PrebidMobile */,
60D792FF217E229B0080F428 /* PrebidMobileTests */,
60D792F4217E229A0080F428 /* Source */,
60D792FF217E229B0080F428 /* Tests */,
60D792F3217E229A0080F428 /* Products */,
6062B19A218243FA00CE1BA3 /* Frameworks */,
EE09B07119B6562CC4356195 /* Pods */,
Expand All @@ -225,12 +224,12 @@
name = Products;
sourceTree = "<group>";
};
60D792F4217E229A0080F428 /* PrebidMobile */ = {
60D792F4217E229A0080F428 /* Source */ = {
isa = PBXGroup;
children = (
FA5C30B922E5E84100DA23C4 /* addendum */,
6062B1B72188EF8300CE1BA3 /* BidManager.swift */,
6062B1B42188C20600CE1BA3 /* AdUnits */,
FA12E517231FCD1400CAA05B /* BidManager.swift */,
6062B1A321835DF300CE1BA3 /* Logging.swift */,
60D792F5217E229A0080F428 /* PrebidMobile.h */,
60D792F6217E229A0080F428 /* Info.plist */,
Expand All @@ -247,10 +246,10 @@
6013E3F12214A4CA00FEE2B1 /* Location.swift */,
FA7F89EB22DC95E30065B652 /* CollectionExtension.swift */,
);
path = PrebidMobile;
path = Source;
sourceTree = "<group>";
};
60D792FF217E229B0080F428 /* PrebidMobileTests */ = {
60D792FF217E229B0080F428 /* Tests */ = {
isa = PBXGroup;
children = (
FA5AD5E02271F99D00C8F274 /* UnitTests */,
Expand All @@ -263,7 +262,7 @@
606FAC272200AD2C008EAE5E /* PrebidTests.swift */,
60C0382B2204BB190082B32C /* PrebidMobileTest-Bridging-Header.h */,
);
path = PrebidMobileTests;
path = Tests;
sourceTree = "<group>";
};
97826A7D21FB44DE001E2C05 /* Shared */ = {
Expand Down Expand Up @@ -542,8 +541,8 @@
buildActionMask = 2147483647;
files = (
6062B1C3218BFC7A00CE1BA3 /* Reachability.swift in Sources */,
FA12E518231FCD1400CAA05B /* BidManager.swift in Sources */,
600072FF21BAFD2F00F4738B /* Dispatcher.swift in Sources */,
6062B1B82188EF8300CE1BA3 /* BidManager.swift in Sources */,
60D7930D217E23F90080F428 /* Prebid.swift in Sources */,
6062B1BC2188F6C200CE1BA3 /* RequestBuilder.swift in Sources */,
FA5C30BB22E5E86900DA23C4 /* AdViewUtils.swift in Sources */,
Expand All @@ -569,7 +568,6 @@
buildActionMask = 2147483647;
files = (
60C038192204AF5D0082B32C /* NSObject+Swizzling.m in Sources */,
FA7F89F622DCB20E0065B652 /* CollectionExtensionTest.swift in Sources */,
60C0381A2204AF5D0082B32C /* PBTestGlobal.m in Sources */,
60C0381B2204AF5D0082B32C /* NSURLRequest+HTTPBodyTesting.m in Sources */,
6013E3FA2215C92C00FEE2B1 /* MockCLLocationManager.swift in Sources */,
Expand Down Expand Up @@ -740,7 +738,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
INFOPLIST_FILE = PrebidMobile/Info.plist;
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -749,7 +747,7 @@
"@loader_path/Frameworks",
);
OTHER_SWIFT_FLAGS = "-Onone";
PRODUCT_BUNDLE_IDENTIFIER = com.AppNexus.PrebidMobile;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.PrebidMobile;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -772,15 +770,15 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = YES;
INFOPLIST_FILE = PrebidMobile/Info.plist;
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.AppNexus.PrebidMobile;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.PrebidMobile;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
Expand All @@ -795,15 +793,15 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HR94J6TSB3;
INFOPLIST_FILE = PrebidMobileTests/Info.plist;
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.AppNexus.PrebidMobileTests;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.PrebidMobileTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/PrebidMobileTests/PrebidMobileTest-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/Tests/PrebidMobileTest-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -816,15 +814,15 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = HR94J6TSB3;
INFOPLIST_FILE = PrebidMobileTests/Info.plist;
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.AppNexus.PrebidMobileTests;
PRODUCT_BUNDLE_IDENTIFIER = org.prebid.PrebidMobileTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/PrebidMobileTests/PrebidMobileTest-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "$(PROJECT_DIR)/Tests/PrebidMobileTest-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

0 comments on commit 2fa555c

Please sign in to comment.