Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 3f90f51

Browse files
committed
removed unnecssary files/folders
1 parent b2689fb commit 3f90f51

File tree

7 files changed

+6
-165
lines changed

7 files changed

+6
-165
lines changed

WatsonSpeaks.xcodeproj/project.pbxproj

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
CE68E6511D5A5C4500395344 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CE68E64F1D5A5C4500395344 /* Main.storyboard */; };
1616
CE68E6531D5A5C4500395344 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE68E6521D5A5C4500395344 /* Assets.xcassets */; };
1717
CE68E6561D5A5C4500395344 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CE68E6541D5A5C4500395344 /* LaunchScreen.storyboard */; };
18-
CE68E6611D5A5C4500395344 /* WatsonSpeaksTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE68E6601D5A5C4500395344 /* WatsonSpeaksTests.swift */; };
19-
CE68E66C1D5A5C4500395344 /* WatsonSpeaksUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE68E66B1D5A5C4500395344 /* WatsonSpeaksUITests.swift */; };
2018
CE68E67C1D5A610700395344 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE68E67B1D5A610700395344 /* Alamofire.framework */; };
2119
CE68E67E1D5A611C00395344 /* Freddy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE68E67D1D5A611C00395344 /* Freddy.framework */; };
2220
CE68E6801D5A612E00395344 /* RestKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE68E67F1D5A612E00395344 /* RestKit.framework */; };
@@ -69,19 +67,15 @@
6967
CE58186C1D620B1C006D3D43 /* UIViewExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIViewExtensions.swift; sourceTree = "<group>"; };
7068
CE5818701D6215FE006D3D43 /* ToSpeech.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ToSpeech.swift; sourceTree = "<group>"; };
7169
CE5818721D621967006D3D43 /* VoicesTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VoicesTableViewCell.swift; sourceTree = "<group>"; };
72-
CE68E6481D5A5C4500395344 /* WatsonSpeaks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WatsonSpeaks.app; sourceTree = BUILT_PRODUCTS_DIR; };
70+
CE68E6481D5A5C4500395344 /* WatsonSpeaks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = WatsonSpeaks.app; path = "/Users/sarahchen/Documents/projects/watson/ios-sdk-watson-speaks/build/Debug-iphoneos/WatsonSpeaks.app"; sourceTree = "<absolute>"; };
7371
CE68E64B1D5A5C4500395344 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7472
CE68E64D1D5A5C4500395344 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
7573
CE68E6501D5A5C4500395344 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
7674
CE68E6521D5A5C4500395344 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
7775
CE68E6551D5A5C4500395344 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
7876
CE68E6571D5A5C4500395344 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
79-
CE68E65C1D5A5C4500395344 /* WatsonSpeaksTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WatsonSpeaksTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
80-
CE68E6601D5A5C4500395344 /* WatsonSpeaksTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatsonSpeaksTests.swift; sourceTree = "<group>"; };
81-
CE68E6621D5A5C4500395344 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
82-
CE68E6671D5A5C4500395344 /* WatsonSpeaksUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WatsonSpeaksUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
83-
CE68E66B1D5A5C4500395344 /* WatsonSpeaksUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatsonSpeaksUITests.swift; sourceTree = "<group>"; };
84-
CE68E66D1D5A5C4500395344 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
77+
CE68E65C1D5A5C4500395344 /* WatsonSpeaksTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = WatsonSpeaksTests.xctest; path = "/Users/sarahchen/Documents/projects/watson/ios-sdk-watson-speaks/build/Debug-iphoneos/WatsonSpeaksTests.xctest"; sourceTree = "<absolute>"; };
78+
CE68E6671D5A5C4500395344 /* WatsonSpeaksUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = WatsonSpeaksUITests.xctest; path = "/Users/sarahchen/Documents/projects/watson/ios-sdk-watson-speaks/build/Debug-iphoneos/WatsonSpeaksUITests.xctest"; sourceTree = "<absolute>"; };
8579
CE68E67B1D5A610700395344 /* Alamofire.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Alamofire.framework; path = Carthage/Build/iOS/Alamofire.framework; sourceTree = "<group>"; };
8680
CE68E67D1D5A611C00395344 /* Freddy.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Freddy.framework; path = Carthage/Build/iOS/Freddy.framework; sourceTree = "<group>"; };
8781
CE68E67F1D5A612E00395344 /* RestKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RestKit.framework; path = Carthage/Build/iOS/RestKit.framework; sourceTree = "<group>"; };
@@ -136,22 +130,9 @@
136130
CE68E6841D5A64D700395344 /* Freddy.framework */,
137131
CE68E67A1D5A5EEF00395344 /* Frameworks */,
138132
CE68E64A1D5A5C4500395344 /* WatsonSpeaks */,
139-
CE68E65F1D5A5C4500395344 /* WatsonSpeaksTests */,
140-
CE68E66A1D5A5C4500395344 /* WatsonSpeaksUITests */,
141-
CE68E6491D5A5C4500395344 /* Products */,
142133
);
143134
sourceTree = "<group>";
144135
};
145-
CE68E6491D5A5C4500395344 /* Products */ = {
146-
isa = PBXGroup;
147-
children = (
148-
CE68E6481D5A5C4500395344 /* WatsonSpeaks.app */,
149-
CE68E65C1D5A5C4500395344 /* WatsonSpeaksTests.xctest */,
150-
CE68E6671D5A5C4500395344 /* WatsonSpeaksUITests.xctest */,
151-
);
152-
name = Products;
153-
sourceTree = "<group>";
154-
};
155136
CE68E64A1D5A5C4500395344 /* WatsonSpeaks */ = {
156137
isa = PBXGroup;
157138
children = (
@@ -168,24 +149,6 @@
168149
path = WatsonSpeaks;
169150
sourceTree = "<group>";
170151
};
171-
CE68E65F1D5A5C4500395344 /* WatsonSpeaksTests */ = {
172-
isa = PBXGroup;
173-
children = (
174-
CE68E6601D5A5C4500395344 /* WatsonSpeaksTests.swift */,
175-
CE68E6621D5A5C4500395344 /* Info.plist */,
176-
);
177-
path = WatsonSpeaksTests;
178-
sourceTree = "<group>";
179-
};
180-
CE68E66A1D5A5C4500395344 /* WatsonSpeaksUITests */ = {
181-
isa = PBXGroup;
182-
children = (
183-
CE68E66B1D5A5C4500395344 /* WatsonSpeaksUITests.swift */,
184-
CE68E66D1D5A5C4500395344 /* Info.plist */,
185-
);
186-
path = WatsonSpeaksUITests;
187-
sourceTree = "<group>";
188-
};
189152
CE68E67A1D5A5EEF00395344 /* Frameworks */ = {
190153
isa = PBXGroup;
191154
children = (
@@ -289,7 +252,7 @@
289252
Base,
290253
);
291254
mainGroup = CE68E63F1D5A5C4500395344;
292-
productRefGroup = CE68E6491D5A5C4500395344 /* Products */;
255+
productRefGroup = CE68E63F1D5A5C4500395344;
293256
projectDirPath = "";
294257
projectRoot = "";
295258
targets = (
@@ -345,15 +308,13 @@
345308
isa = PBXSourcesBuildPhase;
346309
buildActionMask = 2147483647;
347310
files = (
348-
CE68E6611D5A5C4500395344 /* WatsonSpeaksTests.swift in Sources */,
349311
);
350312
runOnlyForDeploymentPostprocessing = 0;
351313
};
352314
CE68E6631D5A5C4500395344 /* Sources */ = {
353315
isa = PBXSourcesBuildPhase;
354316
buildActionMask = 2147483647;
355317
files = (
356-
CE68E66C1D5A5C4500395344 /* WatsonSpeaksUITests.swift in Sources */,
357318
);
358319
runOnlyForDeploymentPostprocessing = 0;
359320
};

WatsonSpeaks.xcodeproj/xcuserdata/sarahchen.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
endingColumnNumber = "9223372036854775807"
1616
startingLineNumber = "79"
1717
endingLineNumber = "79"
18-
landmarkName = "pressedSpeakButton(_:)"
19-
landmarkType = "5">
18+
landmarkName = "ViewController"
19+
landmarkType = "3">
2020
</BreakpointContent>
2121
</BreakpointProxy>
2222
</Breakpoints>

WatsonSpeaksTests/Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

WatsonSpeaksTests/WatsonSpeaksTests.swift

Lines changed: 0 additions & 36 deletions
This file was deleted.

WatsonSpeaksUITests/Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

WatsonSpeaksUITests/WatsonSpeaksUITests.swift

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)