This commit is contained in:
Sherin Shibu 2017-07-11 15:13:23 -07:00
Родитель 3511566409
Коммит ecd27a707f
3 изменённых файлов: 0 добавлений и 54 удалений

Просмотреть файл

@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

Просмотреть файл

@ -1,24 +0,0 @@
//
// demoapp_ios_swiftTests.swift
// demoapp-ios-swiftTests
//
// Created by Tina on 2017-06-19.
// Copyright © 2017 Tina. All rights reserved.
//
import XCTest
@testable import demoapp_ios_swift
class demoapp_ios_swiftTests: XCTestCase {
override func setUp() {
super.setUp()
// method called before invocation of each test method in class.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
}
}

Просмотреть файл

@ -1,10 +1,3 @@
//
// demoapp_ios_swiftUITests.swift
// demoapp-ios-swiftUITests
//
// Created by Sherin Shibu on 7/10/17.
// Copyright © 2017 Tina. All rights reserved.
//
import XCTest
@ -15,7 +8,6 @@ class demoapp_ios_swiftUITests: XCTestCase {
// In UI tests it is usually best to stop immediately when a failure occurs.
continueAfterFailure = false
app.launch()
}
override func tearDown() {