Skip to content

Commit 61bb865

Browse files
[iOS]Rework Optable API configuration and request forming (#52)
Co-authored-by: Eugene Dorfman <eugene.dorfman@gmail.com>
1 parent 865300c commit 61bb865

80 files changed

Lines changed: 5450 additions & 2653 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ demo-ios-objc.xcworkspace
1111
fastlane/README.md
1212
fastlane/report.xml
1313
fastlane/test_output/
14+
Source/.DS_Store

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22
gem 'fastlane'
3-
gem "cocoapods", "= 1.12.0"
3+
gem "cocoapods"

0 commit comments

Comments
 (0)