|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | CB46171F1DBE32740066AD96 /* ROGoogleTranslate.podspec in Resources */ = {isa = PBXBuildFile; fileRef = CB46171E1DBE32740066AD96 /* ROGoogleTranslate.podspec */; };
|
| 11 | + CB4617211DBE36780066AD96 /* ROGoogleTranslate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB4617201DBE36780066AD96 /* ROGoogleTranslate.swift */; }; |
11 | 12 | CBCA3FBD1DB90B850025D8E4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBCA3FBC1DB90B850025D8E4 /* AppDelegate.swift */; };
|
12 | 13 | CBCA3FBF1DB90B850025D8E4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBCA3FBE1DB90B850025D8E4 /* ViewController.swift */; };
|
13 | 14 | CBCA3FC21DB90B850025D8E4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CBCA3FC01DB90B850025D8E4 /* Main.storyboard */; };
|
14 | 15 | CBCA3FC41DB90B850025D8E4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CBCA3FC31DB90B850025D8E4 /* Assets.xcassets */; };
|
15 | 16 | CBCA3FC71DB90B850025D8E4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CBCA3FC51DB90B850025D8E4 /* LaunchScreen.storyboard */; };
|
16 |
| - CBCA3FD21DB90F970025D8E4 /* ROGoogleTranslate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBCA3FD11DB90F970025D8E4 /* ROGoogleTranslate.swift */; }; |
17 | 17 | /* End PBXBuildFile section */
|
18 | 18 |
|
19 | 19 | /* Begin PBXFileReference section */
|
20 | 20 | CB46171E1DBE32740066AD96 /* ROGoogleTranslate.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ROGoogleTranslate.podspec; sourceTree = SOURCE_ROOT; };
|
| 21 | + CB4617201DBE36780066AD96 /* ROGoogleTranslate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ROGoogleTranslate.swift; path = Source/ROGoogleTranslate.swift; sourceTree = SOURCE_ROOT; }; |
21 | 22 | CBCA3FB91DB90B850025D8E4 /* ROGoogleTranslate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ROGoogleTranslate.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
22 | 23 | CBCA3FBC1DB90B850025D8E4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
23 | 24 | CBCA3FBE1DB90B850025D8E4 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
24 | 25 | CBCA3FC11DB90B850025D8E4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
25 | 26 | CBCA3FC31DB90B850025D8E4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
26 | 27 | CBCA3FC61DB90B850025D8E4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
27 | 28 | CBCA3FC81DB90B850025D8E4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
28 |
| - CBCA3FD11DB90F970025D8E4 /* ROGoogleTranslate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ROGoogleTranslate.swift; sourceTree = "<group>"; }; |
29 | 29 | /* End PBXFileReference section */
|
30 | 30 |
|
31 | 31 | /* Begin PBXFrameworksBuildPhase section */
|
|
81 | 81 | CBCA3FCE1DB90B8C0025D8E4 /* Source */ = {
|
82 | 82 | isa = PBXGroup;
|
83 | 83 | children = (
|
84 |
| - CBCA3FD11DB90F970025D8E4 /* ROGoogleTranslate.swift */, |
| 84 | + CB4617201DBE36780066AD96 /* ROGoogleTranslate.swift */, |
85 | 85 | );
|
86 | 86 | name = Source;
|
87 | 87 | sourceTree = "<group>";
|
|
161 | 161 | buildActionMask = 2147483647;
|
162 | 162 | files = (
|
163 | 163 | CBCA3FBF1DB90B850025D8E4 /* ViewController.swift in Sources */,
|
164 |
| - CBCA3FD21DB90F970025D8E4 /* ROGoogleTranslate.swift in Sources */, |
| 164 | + CB4617211DBE36780066AD96 /* ROGoogleTranslate.swift in Sources */, |
165 | 165 | CBCA3FBD1DB90B850025D8E4 /* AppDelegate.swift in Sources */,
|
166 | 166 | );
|
167 | 167 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments