diff --git a/BasicExample/BasicExample.tulsiproj/Configs/Default.tulsigen b/BasicExample/BasicExample.tulsiproj/Configs/Default.tulsigen deleted file mode 100644 index f71c2af..0000000 --- a/BasicExample/BasicExample.tulsiproj/Configs/Default.tulsigen +++ /dev/null @@ -1,71 +0,0 @@ -{ - "additionalFilePaths" : [ - "googlemac/iPhone/InteractiveMediaAds/IMA/ios/samples/DAI/BasicExample/BUILD" - ], - "buildTargets" : [ - "//googlemac/iPhone/InteractiveMediaAds/IMA/ios/samples/DAI/BasicExample:BasicExample" - ], - "optionSet" : { - "BazelBuildOptionsDebug" : { - "p" : "$(inherited)" - }, - "BazelBuildOptionsRelease" : { - "p" : "$(inherited)" - }, - "BazelBuildStartupOptionsDebug" : { - "p" : "$(inherited)" - }, - "BazelBuildStartupOptionsRelease" : { - "p" : "$(inherited)" - }, - "BuildActionPostActionScript" : { - "p" : "$(inherited)" - }, - "BuildActionPreActionScript" : { - "p" : "$(inherited)" - }, - "CommandlineArguments" : { - "p" : "$(inherited)" - }, - "EnvironmentVariables" : { - "p" : "$(inherited)" - }, - "LaunchActionPostActionScript" : { - "p" : "$(inherited)" - }, - "LaunchActionPreActionScript" : { - "p" : "$(inherited)" - }, - "ProjectGenerationPlatformConfiguration" : { - "p" : "ios_x86_64" - }, - "TestActionPostActionScript" : { - "p" : "$(inherited)" - }, - "TestActionPreActionScript" : { - "p" : "$(inherited)" - } - }, - "projectName" : "BasicExample", - "sourceFilters" : [ - "googlemac/iPhone/InteractiveMediaAds/IMA/...", - "googlemac/iPhone/InteractiveMediaAds/IMA/common", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/bridge", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/bridge/source", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/bridge/source/common", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/bridge/source/webview", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/source", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/source/API", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/source/Bridge", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/source/Common", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/source/Display", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/source/Factory", - "googlemac/iPhone/InteractiveMediaAds/IMA/common/source/Signals", - "googlemac/iPhone/InteractiveMediaAds/IMA/ios", - "googlemac/iPhone/InteractiveMediaAds/IMA/ios/release", - "googlemac/iPhone/InteractiveMediaAds/IMA/ios/samples", - "googlemac/iPhone/InteractiveMediaAds/IMA/ios/samples/DAI", - "googlemac/iPhone/InteractiveMediaAds/IMA/ios/samples/DAI/BasicExample", - "googlemac/iPhone/InteractiveMediaAds/IMA/ios/samples/DAI/BasicExample/app" - ] -} diff --git a/BasicExample/BasicExample.tulsiproj/project.tulsiconf b/BasicExample/BasicExample.tulsiproj/project.tulsiconf deleted file mode 100644 index 7272e89..0000000 --- a/BasicExample/BasicExample.tulsiproj/project.tulsiconf +++ /dev/null @@ -1,14 +0,0 @@ -{ - "configDefaults" : { - "optionSet" : { - "ProjectGenerationPlatformConfiguration" : { - "p" : "ios_x86_64" - } - } - }, - "packages" : [ - "googlemac/iPhone/InteractiveMediaAds/IMA/ios/samples/DAI/BasicExample" - ], - "projectName" : "BasicExample", - "workspaceRoot" : "../../../../../../../../.." -}