Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 52d0c66

Browse files
committed
Travis config
1 parent 79748b3 commit 52d0c66

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

iOS-Swift-TableView-CoreData-Example/.travis.yml renamed to .travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ language: objective-c
33

44
xcode_workspace: iOS-Swift-TableView-CoreData-Example.xcodeproj
55
xcode_scheme: iOS-Swift-TableView-CoreData-Example
6-
xcode_sdk: iphonesimulator8.4
6+
xcode_sdk: iphonesimulator8.4

iOS-Swift-TableView-CoreData-Example.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
96067B371B9E54D10006E15C /* .travis.yml in Resources */ = {isa = PBXBuildFile; fileRef = 96067B361B9E54D10006E15C /* .travis.yml */; };
1110
96716C8B1B9DC475008C7F16 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96716C8A1B9DC475008C7F16 /* AppDelegate.swift */; };
1211
96716C8E1B9DC475008C7F16 /* iOS_Swift_TableView_CoreData_Example.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 96716C8C1B9DC475008C7F16 /* iOS_Swift_TableView_CoreData_Example.xcdatamodeld */; };
1312
96716C901B9DC475008C7F16 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96716C8F1B9DC475008C7F16 /* ViewController.swift */; };
@@ -20,7 +19,6 @@
2019
/* End PBXBuildFile section */
2120

2221
/* Begin PBXFileReference section */
23-
96067B361B9E54D10006E15C /* .travis.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = .travis.yml; path = "iOS-Swift-TableView-CoreData-Example/.travis.yml"; sourceTree = "<group>"; };
2422
96716C851B9DC474008C7F16 /* iOS-Swift-TableView-CoreData-Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS-Swift-TableView-CoreData-Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2523
96716C891B9DC475008C7F16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2624
96716C8A1B9DC475008C7F16 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -52,7 +50,6 @@
5250
96716CB11B9DDAB6008C7F16 /* MIT-LICENSE.txt */,
5351
96716CAF1B9DC600008C7F16 /* README.md */,
5452
96716CAD1B9DC4A7008C7F16 /* .gitignore */,
55-
96067B361B9E54D10006E15C /* .travis.yml */,
5653
96716C871B9DC474008C7F16 /* iOS-Swift-TableView-CoreData-Example */,
5754
96716C861B9DC474008C7F16 /* Products */,
5855
);
@@ -146,7 +143,6 @@
146143
isa = PBXResourcesBuildPhase;
147144
buildActionMask = 2147483647;
148145
files = (
149-
96067B371B9E54D10006E15C /* .travis.yml in Resources */,
150146
96716CAE1B9DC4A7008C7F16 /* .gitignore in Resources */,
151147
96716C931B9DC475008C7F16 /* Main.storyboard in Resources */,
152148
96716CB21B9DDAB6008C7F16 /* MIT-LICENSE.txt in Resources */,

0 commit comments

Comments
 (0)