Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 9219e0d

Browse files
committed
Add test project with UI tests.
1 parent cfa9c85 commit 9219e0d

File tree

112 files changed

+3393
-1
lines changed

Some content is hidden

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

112 files changed

+3393
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*.xcodeproj/xcuserdata/*.xcuserdatad
88
*.xcuserdatad
99
xcuserdata
10-
build
1110
*.swp
1211
*.xccheckout
12+
/build
1313
.buckd
1414
buck-out
1515
buck-cache
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict/>
5+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict/>
5+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>application-identifier</key>
6+
<string>FAKETEAMID.com.facebook.TestProject-UITests</string>
7+
<key>keychain-access-groups</key>
8+
<array>
9+
<string>FAKETEAMID.com.facebook.TestProject-UITests</string>
10+
</array>
11+
</dict>
12+
</plist>

0 commit comments

Comments
 (0)