This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| target 'YourAppName' do | |
| use_frameworks! | |
| pod 'Google-Mobile-Ads-SDK', :git => 'https://github.com/maddapper/GMA-iOS-SDK.git', :tag => '7.41.0' | |
| pod 'FSAdSDK/Banner', :git => 'https://github.com/freestarcapital/Freestar-Mobile-iOS-SDK.git', :tag => '0.4.0a-pre' | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ObjCViewController.m | |
| // FreestarBannerApp | |
| // | |
| // Created by Dean Chang on 5/30/19. | |
| // Copyright © 2019 Freestar. All rights reserved. | |
| // | |
| #import "ObjCViewController.h" | |
| #import <GoogleMobileAds/GoogleMobileAds.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******/ (function(modules) { // webpackBootstrap | |
| /******/ // The module cache | |
| /******/ var installedModules = {}; | |
| /******/ | |
| /******/ // The require function | |
| /******/ function __webpack_require__(moduleId) { | |
| /******/ | |
| /******/ // Check if module is in cache | |
| /******/ if(installedModules[moduleId]) { | |
| /******/ return installedModules[moduleId].exports; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // <script type="text/javascript"> | |
| (function () { | |
| var SekindoClientDynamicConfig = function (config, prob) | |
| { | |
| this.MOBILE_MAX_WIDTH = 415; | |
| this.config = config; | |
| this.prob = prob; | |
| var ref = this; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>HTML5 Test Page</title> | |
| </head> | |
| <body> | |
| <div id="ad_placement_sticky_header"> | |
| <div id="top" class="page" role="document"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // FreestarReactBridge.h | |
| // FreestarPlatformReactNativePlugin | |
| // | |
| // Created by Lev Trubov on 6/25/20. | |
| // Copyright © 2020 Freestar. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ViewController.m | |
| // ThumbnailExample | |
| // | |
| // Copyright © 2020 Ogury Co. All rights reserved. | |
| // | |
| #import "ViewController.h" | |
| #import "BlackListViewController.h" | |
| #import <OguryChoiceManager/OguryChoiceManager.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Type a script or drag a script file from your workspace to insert its path. | |
| TARGET_NAME=${PROJECT_NAME}; | |
| PODS_RESOURCES="${PODS_ROOT}/Target Support Files/Pods-${TARGET_NAME}/Pods-${TARGET_NAME}-resources.sh"; | |
| if [ ! -f "${PODS_RESOURCES}.bak" ]; | |
| then | |
| cp "${PODS_RESOURCES}" "${PODS_RESOURCES}.bak"; | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TARGET_NAME=${PROJECT_NAME}; | |
| PODS_RESOURCES="${PODS_ROOT}/Target Support Files/Pods-${TARGET_NAME}/Pods-${TARGET_NAME}-resources.sh"; | |
| if [ ! -f "${PODS_RESOURCES}.bak" ]; | |
| then | |
| cp "${PODS_RESOURCES}" "${PODS_RESOURCES}.bak"; | |
| fi | |
| if [ -f "${PODS_RESOURCES}" ]; | |
| then |