Skip to content

Commit

Permalink
demoapp/initial_implementation (#1)
Browse files Browse the repository at this point in the history
* Initial checkin

* Integrate CocoaPods with AppLovin SDK

* Continued work

* Update Main.storyboard

* Update project.pbxproj

* Update Main.storyboard

* Delete xcschememanagement.plist

* Pod deintegrate

* Delete contents.xcworkspacedata

* Delete IDEWorkspaceChecks.plist

* Update .gitignore

* Programmatically set banner constraints

* Anchor banner to top of screen

* Renamed to AutoLayout Banner *

* FrameLayout and InterfaceBuilder based banner ad files added

* Update Main.storyboard

* Frame Layout banner

* Interface Builder banner WIP

* Update Main.storyboard

Link delegate thru storyboard

* Interface Builder banner ad

* Rename viewcontroller and update storyboard

* Delete contents.xcworkspacedata

* Delete contents.xcworkspacedata

* Delete IDEWorkspaceChecks.plist

* Delete Podfile

* Delete Contents.json

* Delete project.pbxproj

* Delete contents.xcworkspacedata

* Delete IDEWorkspaceChecks.plist

* Delete xcschememanagement.plist

* Delete ALAppDelegate.swift

* Revert "Delete ALAppDelegate.swift"

This reverts commit 23d14ad.

* Revert "Delete xcschememanagement.plist"

This reverts commit b9d36d2.

* Revert "Delete IDEWorkspaceChecks.plist"

This reverts commit b748681.

* Revert "Delete contents.xcworkspacedata"

This reverts commit 8e57861.

* Revert "Delete project.pbxproj"

This reverts commit 8510755.

* Revert "Delete Contents.json"

This reverts commit 1b7ec9d.

* Revert "Delete Podfile"

This reverts commit d5ab4a0.

* Revert "Delete IDEWorkspaceChecks.plist"

This reverts commit 094f4f1.

* Revert "Delete contents.xcworkspacedata"

This reverts commit be6050a.

* Revert "Delete contents.xcworkspacedata"

This reverts commit 1802a5e.

* Delete contents.xcworkspacedata

* Delete IDEWorkspaceChecks.plist

* Adding DemoApp-Swift in .gitignore until swift app is done

* Delete contents.xcworkspacedata

* Delete IDEWorkspaceChecks.plist

* Removing Swift files till complete

* Revert "Adding DemoApp-Swift in .gitignore until swift app is done"

This reverts commit bf1c0b4.

* Remove empty pod directory

* Remove another empty pod dir

* Move addsubview before loadAd
  • Loading branch information
tiandrew authored Sep 13, 2019
1 parent 166170b commit 806e0ca
Show file tree
Hide file tree
Showing 23 changed files with 1,464 additions and 0 deletions.
78 changes: 78 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
xcworkspace/
*.xcworkspacedata
DemoApp-ObjC/DemoApp-ObjC.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

## Other
*.moved-aside
*.xcuserstate
*.xcuserdatad
*.xcbkptlist
*.xcscheme


## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
*.a

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control

Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

# Idea
.idea

# MacOS

.DS_Store
*.lock
Loading

0 comments on commit 806e0ca

Please sign in to comment.