Skip to content

Commit bd4756a

Browse files
embashgitjlister20
andauthored
APE-4295 | IOS test app (#2)
Co-authored-by: Josh Lister <[email protected]>
1 parent b89c9c5 commit bd4756a

Some content is hidden

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

54 files changed

+6412
-2
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# macOS
2+
**/.DS_Store
3+
.DS_Store
4+
5+
# Xcode user data
6+
*.xcworkspace/xcuserdata/
7+
*.xcodeproj/xcuserdata/
8+
*.xcodeproj/project.xcworkspace/xcuserdata/
9+
10+
# Configuration files
11+
Config/default.xcconfig
12+
13+
# Test coverage reports
14+
coverage.html
15+
*.lcov

Podfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
platform :ios, '15.0'
2+
use_frameworks!
3+
4+
target 'TokenTestiOS' do
5+
# Add your dependencies here
6+
# Example:
7+
# pod 'Alamofire'
8+
end
9+
10+
target 'TokenTestiOSTests' do
11+
# Add test-specific dependencies here
12+
# Example:
13+
# pod 'Quick', '~> 5.0.0'
14+
# pod 'Nimble', '~> 10.0.0'
15+
end
16+
17+
target 'TokenTestiOSUITests' do
18+
# Add UI test-specific dependencies here
19+
end

README.md

Lines changed: 499 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)