|
41 | 41 | F631A5D61F5861F600A49BD1 /* SearchErrorView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F631A5D51F5861F600A49BD1 /* SearchErrorView.xib */; }; |
42 | 42 | F631A5D81F58629B00A49BD1 /* constructor-io-error-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = F631A5D71F58628900A49BD1 /* constructor-io-error-icon.png */; }; |
43 | 43 | F631A5DA1F5867E300A49BD1 /* CIOErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F631A5D91F5867E300A49BD1 /* CIOErrorView.swift */; }; |
44 | | - F63374A91F5A8FBF00E481E7 /* ConstructorIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F688A43F1F56B4B600F169C1 /* ConstructorIO.framework */; }; |
| 44 | + F63374A91F5A8FBF00E481E7 /* ConstructorAutocomplete.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F688A43F1F56B4B600F169C1 /* ConstructorAutocomplete.framework */; }; |
45 | 45 | F63374AC1F5A941700E481E7 /* AutocompleteDataSourceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F63374AB1F5A941700E481E7 /* AutocompleteDataSourceTests.swift */; }; |
46 | 46 | F63374AE1F5A95E800E481E7 /* AutocompleteDataSourceWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F63374AD1F5A95E800E481E7 /* AutocompleteDataSourceWrapper.swift */; }; |
47 | 47 | F63374B01F5AA1C000E481E7 /* ExpectationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F63374AF1F5AA1C000E481E7 /* ExpectationHandler.swift */; }; |
|
81 | 81 | F650154B1F587213008E50C0 /* CIOStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F650154A1F587213008E50C0 /* CIOStyle.swift */; }; |
82 | 82 | F650154E1F58724B008E50C0 /* UIColor+RGB.swift in Sources */ = {isa = PBXBuildFile; fileRef = F650154D1F58724B008E50C0 /* UIColor+RGB.swift */; }; |
83 | 83 | F680EDBE1F57FBBD0002F4E1 /* constructor-io-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = F699C34D1F57F45B00FD681A /* constructor-io-logo.png */; }; |
84 | | - F688A4491F56B4B600F169C1 /* ConstructorIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F688A43F1F56B4B600F169C1 /* ConstructorIO.framework */; }; |
85 | | - F688A4501F56B4B600F169C1 /* AutocompleteClient.h in Headers */ = {isa = PBXBuildFile; fileRef = F688A4421F56B4B600F169C1 /* AutocompleteClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 84 | + F688A4491F56B4B600F169C1 /* ConstructorAutocomplete.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F688A43F1F56B4B600F169C1 /* ConstructorAutocomplete.framework */; }; |
| 85 | + F688A4501F56B4B600F169C1 /* ConstructorAutocomplete-Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = F688A4421F56B4B600F169C1 /* ConstructorAutocomplete-Swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
86 | 86 | F688A4931F56B57E00F169C1 /* CIOAutocompleteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F688A4911F56B57E00F169C1 /* CIOAutocompleteViewController.swift */; }; |
87 | 87 | F688A4941F56B57E00F169C1 /* CIOAutocompleteViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F688A4921F56B57E00F169C1 /* CIOAutocompleteViewController.xib */; }; |
88 | 88 | F68A72FA1F56D22B00FA4D1B /* AutocompleteViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F68A72F91F56D22B00FA4D1B /* AutocompleteViewModel.swift */; }; |
|
201 | 201 | F65015471F586A42008E50C0 /* UIView+FadeInOut.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+FadeInOut.swift"; sourceTree = "<group>"; }; |
202 | 202 | F650154A1F587213008E50C0 /* CIOStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CIOStyle.swift; sourceTree = "<group>"; }; |
203 | 203 | F650154D1F58724B008E50C0 /* UIColor+RGB.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+RGB.swift"; sourceTree = "<group>"; }; |
204 | | - F688A43F1F56B4B600F169C1 /* ConstructorIO.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ConstructorIO.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
205 | | - F688A4421F56B4B600F169C1 /* AutocompleteClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AutocompleteClient.h; sourceTree = "<group>"; }; |
| 204 | + F688A43F1F56B4B600F169C1 /* ConstructorAutocomplete.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ConstructorAutocomplete.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 205 | + F688A4421F56B4B600F169C1 /* ConstructorAutocomplete-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ConstructorAutocomplete-Swift.h"; sourceTree = "<group>"; }; |
206 | 206 | F688A4431F56B4B600F169C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
207 | 207 | F688A4481F56B4B600F169C1 /* AutocompleteClientTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AutocompleteClientTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
208 | 208 | F688A44F1F56B4B600F169C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
230 | 230 | isa = PBXFrameworksBuildPhase; |
231 | 231 | buildActionMask = 2147483647; |
232 | 232 | files = ( |
233 | | - F63374A91F5A8FBF00E481E7 /* ConstructorIO.framework in Frameworks */, |
| 233 | + F63374A91F5A8FBF00E481E7 /* ConstructorAutocomplete.framework in Frameworks */, |
234 | 234 | ); |
235 | 235 | runOnlyForDeploymentPostprocessing = 0; |
236 | 236 | }; |
|
259 | 259 | isa = PBXFrameworksBuildPhase; |
260 | 260 | buildActionMask = 2147483647; |
261 | 261 | files = ( |
262 | | - F688A4491F56B4B600F169C1 /* ConstructorIO.framework in Frameworks */, |
| 262 | + F688A4491F56B4B600F169C1 /* ConstructorAutocomplete.framework in Frameworks */, |
263 | 263 | ); |
264 | 264 | runOnlyForDeploymentPostprocessing = 0; |
265 | 265 | }; |
|
694 | 694 | F688A4401F56B4B600F169C1 /* Products */ = { |
695 | 695 | isa = PBXGroup; |
696 | 696 | children = ( |
697 | | - F688A43F1F56B4B600F169C1 /* ConstructorIO.framework */, |
| 697 | + F688A43F1F56B4B600F169C1 /* ConstructorAutocomplete.framework */, |
698 | 698 | F688A4481F56B4B600F169C1 /* AutocompleteClientTests.xctest */, |
699 | 699 | F64F46CD1F59CE750094C697 /* UserApplication.app */, |
700 | 700 | F64F46E01F59CE750094C697 /* UserApplicationTests.xctest */, |
|
709 | 709 | F1F68DDB1F58B7C600B42602 /* Constants */, |
710 | 710 | F68A73101F56E5EC00FA4D1B /* Utils */, |
711 | 711 | F688A48F1F56B51A00F169C1 /* FW */, |
712 | | - F688A4421F56B4B600F169C1 /* AutocompleteClient.h */, |
| 712 | + F688A4421F56B4B600F169C1 /* ConstructorAutocomplete-Swift.h */, |
713 | 713 | F688A4431F56B4B600F169C1 /* Info.plist */, |
714 | 714 | ); |
715 | 715 | path = AutocompleteClient; |
|
912 | 912 | isa = PBXHeadersBuildPhase; |
913 | 913 | buildActionMask = 2147483647; |
914 | 914 | files = ( |
915 | | - F688A4501F56B4B600F169C1 /* AutocompleteClient.h in Headers */, |
| 915 | + F688A4501F56B4B600F169C1 /* ConstructorAutocomplete-Swift.h in Headers */, |
916 | 916 | ); |
917 | 917 | runOnlyForDeploymentPostprocessing = 0; |
918 | 918 | }; |
|
987 | 987 | ); |
988 | 988 | name = AutocompleteClient; |
989 | 989 | productName = SearchFW; |
990 | | - productReference = F688A43F1F56B4B600F169C1 /* ConstructorIO.framework */; |
| 990 | + productReference = F688A43F1F56B4B600F169C1 /* ConstructorAutocomplete.framework */; |
991 | 991 | productType = "com.apple.product-type.framework"; |
992 | 992 | }; |
993 | 993 | F688A4471F56B4B600F169C1 /* AutocompleteClientTests */ = { |
|
1483 | 1483 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
1484 | 1484 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1485 | 1485 | PRODUCT_BUNDLE_IDENTIFIER = com.xd.SearchFW; |
1486 | | - PRODUCT_NAME = ConstructorIO; |
| 1486 | + PRODUCT_MODULE_NAME = ConstructorAutocomplete; |
| 1487 | + PRODUCT_NAME = ConstructorAutocomplete; |
1487 | 1488 | SKIP_INSTALL = YES; |
1488 | 1489 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
1489 | 1490 | SWIFT_VERSION = 3.0; |
|
1507 | 1508 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
1508 | 1509 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1509 | 1510 | PRODUCT_BUNDLE_IDENTIFIER = com.xd.SearchFW; |
1510 | | - PRODUCT_NAME = ConstructorIO; |
| 1511 | + PRODUCT_MODULE_NAME = ConstructorAutocomplete; |
| 1512 | + PRODUCT_NAME = ConstructorAutocomplete; |
1511 | 1513 | SKIP_INSTALL = YES; |
1512 | 1514 | SWIFT_VERSION = 3.0; |
1513 | 1515 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
0 commit comments