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

Commit 79748b3

Browse files
committed
Travis config
1 parent 0817863 commit 79748b3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

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

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

2122
/* 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>"; };
2224
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; };
2325
96716C891B9DC475008C7F16 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2426
96716C8A1B9DC475008C7F16 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -50,6 +52,7 @@
5052
96716CB11B9DDAB6008C7F16 /* MIT-LICENSE.txt */,
5153
96716CAF1B9DC600008C7F16 /* README.md */,
5254
96716CAD1B9DC4A7008C7F16 /* .gitignore */,
55+
96067B361B9E54D10006E15C /* .travis.yml */,
5356
96716C871B9DC474008C7F16 /* iOS-Swift-TableView-CoreData-Example */,
5457
96716C861B9DC474008C7F16 /* Products */,
5558
);
@@ -143,6 +146,7 @@
143146
isa = PBXResourcesBuildPhase;
144147
buildActionMask = 2147483647;
145148
files = (
149+
96067B371B9E54D10006E15C /* .travis.yml in Resources */,
146150
96716CAE1B9DC4A7008C7F16 /* .gitignore in Resources */,
147151
96716C931B9DC475008C7F16 /* Main.storyboard in Resources */,
148152
96716CB21B9DDAB6008C7F16 /* MIT-LICENSE.txt in Resources */,
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
osx_image: xcode6.4
2+
language: objective-c
3+
4+
xcode_workspace: iOS-Swift-TableView-CoreData-Example.xcodeproj
5+
xcode_scheme: iOS-Swift-TableView-CoreData-Example
6+
xcode_sdk: iphonesimulator8.4

0 commit comments

Comments
 (0)