Skip to content

Commit

Permalink
remove UI tests and change Travis to only build
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Oct 20, 2016
1 parent b56ff3c commit 9aee5d4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "Eureka"]
path = Eureka
url = https://github.com/xmartlabs/Eureka.git
url = https://github.com/xmartlabs/Eureka
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: objective-c
osx_image: xcode7.3
osx_image: xcode8
env:
- DESTINATION="OS=10.0,name=iPhone 6s" SCHEME="GooglePlacesRow" SDK=iphonesimulator10.0

before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
- carthage update --platform iOS
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

script:
- xctool clean build -project GooglePlacesRow.xcodeproj -scheme GooglePlacesRow -sdk iphonesimulator
- xcodebuild clean build -project GooglePlacesRow.xcodeproj -scheme "$SCHEME" -sdk "$SDK"
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
All notable changes to GooglePlacesRow will be documented in this file.

### Master branch
<!-- Released on 2016-01-20. -->

* Swift 3 support

### [1.0.0](https://github.com/EurekaCommunity/GooglePlacesRow/releases/tag/1.0.1)
### [1.0.1](https://github.com/EurekaCommunity/GooglePlacesRow/releases/tag/1.0.1)

* Minor readme fix.

Expand Down
111 changes: 0 additions & 111 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
287D0A721C4B7877004566D6 /* ExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287D0A711C4B7877004566D6 /* ExampleUITests.swift */; };
287D0A7E1C4B7B55004566D6 /* GooglePlacesRow.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 287D0A7A1C4B7B26004566D6 /* GooglePlacesRow.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
28F828D01C4B714D00330CF4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F828CF1C4B714D00330CF4 /* AppDelegate.swift */; };
28F828D21C4B714D00330CF4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28F828D11C4B714D00330CF4 /* ViewController.swift */; };
Expand Down Expand Up @@ -41,13 +40,6 @@
remoteGlobalIDString = 28F8287C1C494B2C00330CF4;
remoteInfo = GooglePlacesRow;
};
28F828E11C4B714D00330CF4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 28F828C41C4B714D00330CF4 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 28F828CB1C4B714D00330CF4;
remoteInfo = Example;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -66,7 +58,6 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
287D0A711C4B7877004566D6 /* ExampleUITests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ExampleUITests.swift; path = Example/ExampleUITests/ExampleUITests.swift; sourceTree = SOURCE_ROOT; };
287D0A741C4B7B26004566D6 /* GooglePlacesRow.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = GooglePlacesRow.xcodeproj; sourceTree = "<group>"; };
28F828CC1C4B714D00330CF4 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
28F828CF1C4B714D00330CF4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Example/AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -75,8 +66,6 @@
28F828D61C4B714D00330CF4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Example/Assets.xcassets; sourceTree = "<group>"; };
28F828D91C4B714D00330CF4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
28F828DB1C4B714D00330CF4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Example/Info.plist; sourceTree = "<group>"; };
28F828E01C4B714D00330CF4 /* ExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
28F828E61C4B714D00330CF4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; name = Info.plist; path = Example/ExampleUITests/Info.plist; sourceTree = "<group>"; };
8F79C2441D9C02A300EE6D27 /* Eureka.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Eureka.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

Expand All @@ -90,13 +79,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
28F828DD1C4B714D00330CF4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand All @@ -115,7 +97,6 @@
8F79C2441D9C02A300EE6D27 /* Eureka.framework */,
8F3EDFA11CBFCDCB000754B7 /* Frameworks */,
28F828CE1C4B714D00330CF4 /* Example */,
28F828E31C4B714D00330CF4 /* ExampleUITests */,
28F828CD1C4B714D00330CF4 /* Products */,
287D0A741C4B7B26004566D6 /* GooglePlacesRow.xcodeproj */,
);
Expand All @@ -125,7 +106,6 @@
isa = PBXGroup;
children = (
28F828CC1C4B714D00330CF4 /* Example.app */,
28F828E01C4B714D00330CF4 /* ExampleUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -143,15 +123,6 @@
path = Example;
sourceTree = "<group>";
};
28F828E31C4B714D00330CF4 /* ExampleUITests */ = {
isa = PBXGroup;
children = (
28F828E61C4B714D00330CF4 /* Info.plist */,
287D0A711C4B7877004566D6 /* ExampleUITests.swift */,
);
path = ExampleUITests;
sourceTree = "<group>";
};
8F3EDFA11CBFCDCB000754B7 /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -182,24 +153,6 @@
productReference = 28F828CC1C4B714D00330CF4 /* Example.app */;
productType = "com.apple.product-type.application";
};
28F828DF1C4B714D00330CF4 /* ExampleUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 28F828EC1C4B714D00330CF4 /* Build configuration list for PBXNativeTarget "ExampleUITests" */;
buildPhases = (
28F828DC1C4B714D00330CF4 /* Sources */,
28F828DD1C4B714D00330CF4 /* Frameworks */,
28F828DE1C4B714D00330CF4 /* Resources */,
);
buildRules = (
);
dependencies = (
28F828E21C4B714D00330CF4 /* PBXTargetDependency */,
);
name = ExampleUITests;
productName = ExampleUITests;
productReference = 28F828E01C4B714D00330CF4 /* ExampleUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -213,11 +166,6 @@
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0800;
};
28F828DF1C4B714D00330CF4 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0800;
TestTargetID = 28F828CB1C4B714D00330CF4;
};
};
};
buildConfigurationList = 28F828C71C4B714D00330CF4 /* Build configuration list for PBXProject "Example" */;
Expand All @@ -240,7 +188,6 @@
projectRoot = "";
targets = (
28F828CB1C4B714D00330CF4 /* Example */,
28F828DF1C4B714D00330CF4 /* ExampleUITests */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -273,13 +220,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
28F828DE1C4B714D00330CF4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -309,14 +249,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
28F828DC1C4B714D00330CF4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
287D0A721C4B7877004566D6 /* ExampleUITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand All @@ -325,11 +257,6 @@
name = GooglePlacesRow;
targetProxy = 287D0A7F1C4B7B55004566D6 /* PBXContainerItemProxy */;
};
28F828E21C4B714D00330CF4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 28F828CB1C4B714D00330CF4 /* Example */;
targetProxy = 28F828E11C4B714D00330CF4 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -476,35 +403,6 @@
};
name = Release;
};
28F828ED1C4B714D00330CF4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
INFOPLIST_FILE = Example/ExampleUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.ExampleUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = Example;
USES_XCTRUNNER = YES;
};
name = Debug;
};
28F828EE1C4B714D00330CF4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
INFOPLIST_FILE = Example/ExampleUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.ExampleUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = Example;
USES_XCTRUNNER = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -526,15 +424,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
28F828EC1C4B714D00330CF4 /* Build configuration list for PBXNativeTarget "ExampleUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
28F828ED1C4B714D00330CF4 /* Debug */,
28F828EE1C4B714D00330CF4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 28F828C41C4B714D00330CF4 /* Project object */;
Expand Down
35 changes: 0 additions & 35 deletions Example/ExampleUITests/ExampleUITests.swift

This file was deleted.

24 changes: 0 additions & 24 deletions Example/ExampleUITests/Info.plist

This file was deleted.

0 comments on commit 9aee5d4

Please sign in to comment.