@@ -35,7 +35,93 @@ let package = Package(
3535            exclude:  [ " Resources/Parse-tvOS.Info.plist " ,  " Resources/Parse-iOS.Info.plist " ,  " Resources/Parse-OSX.Info.plist " ,  " Resources/Parse-watchOS.Info.plist " ] , 
3636            resources:  [ . process( " Resources " ) ] , 
3737            publicHeadersPath:  " Source " , 
38-             cSettings:  [ . headerSearchPath( " Internal/** " ) ] 
38+             cSettings:  [ 
39+                 . headerSearchPath( " Internal " ) , 
40+                 . headerSearchPath( " Internal/ACL " ) , 
41+                 . headerSearchPath( " Internal/ACL/DefaultACLController " ) , 
42+                 . headerSearchPath( " Internal/ACL/State " ) , 
43+                 . headerSearchPath( " Internal/Analytics " ) , 
44+                 . headerSearchPath( " Internal/Analytics/Controller " ) , 
45+                 . headerSearchPath( " Internal/Analytics/Utilities " ) , 
46+                 . headerSearchPath( " Internal/CloudCode " ) , 
47+                 . headerSearchPath( " Internal/Commands " ) , 
48+                 . headerSearchPath( " Internal/Commands/CommandRunner " ) , 
49+                 . headerSearchPath( " Internal/Commands/CommandRunner/URLRequestConstructor " ) , 
50+                 . headerSearchPath( " Internal/Commands/CommandRunner/URLSession " ) , 
51+                 . headerSearchPath( " Internal/Commands/CommandRunner/URLSession/Session " ) , 
52+                 . headerSearchPath( " Internal/Commands/CommandRunner/URLSession/Session/TaskDelegate " ) , 
53+                 . headerSearchPath( " Internal/Config " ) , 
54+                 . headerSearchPath( " Internal/Config/Controller " ) , 
55+                 . headerSearchPath( " Internal/FieldOperation " ) , 
56+                 . headerSearchPath( " Internal/File " ) , 
57+                 . headerSearchPath( " Internal/File/Controller " ) , 
58+                 . headerSearchPath( " Internal/File/FileDataStream " ) , 
59+                 . headerSearchPath( " Internal/File/State " ) , 
60+                 . headerSearchPath( " Internal/HTTPRequest " ) , 
61+                 . headerSearchPath( " Internal/Installation " ) , 
62+                 . headerSearchPath( " Internal/Installation/Constants " ) , 
63+                 . headerSearchPath( " Internal/Installation/Controller " ) , 
64+                 . headerSearchPath( " Internal/Installation/CurrentInstallationController " ) , 
65+                 . headerSearchPath( " Internal/Installation/InstallationIdentifierStore " ) , 
66+                 . headerSearchPath( " Internal/KeyValueCache " ) , 
67+                 . headerSearchPath( " Internal/LocalDataStore " ) , 
68+                 . headerSearchPath( " Internal/LocalDataStore/OfflineQueryLogic " ) , 
69+                 . headerSearchPath( " Internal/LocalDataStore/OfflineStore " ) , 
70+                 . headerSearchPath( " Internal/LocalDataStore/Pin " ) , 
71+                 . headerSearchPath( " Internal/LocalDataStore/SQLite " ) , 
72+                 . headerSearchPath( " Internal/MultiProcessLock " ) , 
73+                 . headerSearchPath( " Internal/Object " ) , 
74+                 . headerSearchPath( " Internal/Object/BatchController " ) , 
75+                 . headerSearchPath( " Internal/Object/Coder " ) , 
76+                 . headerSearchPath( " Internal/Object/Coder/File " ) , 
77+                 . headerSearchPath( " Internal/Object/Constants " ) , 
78+                 . headerSearchPath( " Internal/Object/Controller " ) , 
79+                 . headerSearchPath( " Internal/Object/Controller/OfflineController " ) , 
80+                 . headerSearchPath( " Internal/Object/CurrentController " ) , 
81+                 . headerSearchPath( " Internal/Object/EstimatedData " ) , 
82+                 . headerSearchPath( " Internal/Object/FilePersistence " ) , 
83+                 . headerSearchPath( " Internal/Object/LocalIdStore " ) , 
84+                 . headerSearchPath( " Internal/Object/OperationSet " ) , 
85+                 . headerSearchPath( " Internal/Object/PinningStore " ) , 
86+                 . headerSearchPath( " Internal/Object/State " ) , 
87+                 . headerSearchPath( " Internal/Object/Subclassing " ) , 
88+                 . headerSearchPath( " Internal/Object/Utilities " ) , 
89+                 . headerSearchPath( " Internal/Persistence " ) , 
90+                 . headerSearchPath( " Internal/Persistence/Group " ) , 
91+                 . headerSearchPath( " Internal/Product " ) , 
92+                 . headerSearchPath( " Internal/Product/ProductsRequestHandler " ) , 
93+                 . headerSearchPath( " Internal/PropertyInfo " ) , 
94+                 . headerSearchPath( " Internal/Purchase " ) , 
95+                 . headerSearchPath( " Internal/Purchase/Controller " ) , 
96+                 . headerSearchPath( " Internal/Purchase/PaymentTransactionObserver " ) , 
97+                 . headerSearchPath( " Internal/Push " ) , 
98+                 . headerSearchPath( " Internal/Push/ChannelsController " ) , 
99+                 . headerSearchPath( " Internal/Push/Controller " ) , 
100+                 . headerSearchPath( " Internal/Push/Manager " ) , 
101+                 . headerSearchPath( " Internal/Push/State " ) , 
102+                 . headerSearchPath( " Internal/Push/Utilites " ) , 
103+                 . headerSearchPath( " Internal/Query " ) , 
104+                 . headerSearchPath( " Internal/Query/Controller " ) , 
105+                 . headerSearchPath( " Internal/Query/State " ) , 
106+                 . headerSearchPath( " Internal/Query/Utilities " ) , 
107+                 . headerSearchPath( " Internal/Relation " ) , 
108+                 . headerSearchPath( " Internal/Relation/State " ) , 
109+                 . headerSearchPath( " Internal/Session " ) , 
110+                 . headerSearchPath( " Internal/Session/Controller " ) , 
111+                 . headerSearchPath( " Internal/Session/Utilities " ) , 
112+                 . headerSearchPath( " Internal/ThreadSafety " ) , 
113+                 . headerSearchPath( " Internal/User " ) , 
114+                 . headerSearchPath( " Internal/User/AuthenticationProviders " ) , 
115+                 . headerSearchPath( " Internal/User/AuthenticationProviders/Controller " ) , 
116+                 . headerSearchPath( " Internal/User/AuthenticationProviders/Providers " ) , 
117+                 . headerSearchPath( " Internal/User/AuthenticationProviders/Providers/Anonymous " ) , 
118+                 . headerSearchPath( " Internal/User/Coder " ) , 
119+                 . headerSearchPath( " Internal/User/Coder/File " ) , 
120+                 . headerSearchPath( " Internal/User/Constants " ) , 
121+                 . headerSearchPath( " Internal/User/Controller " ) , 
122+                 . headerSearchPath( " Internal/User/CurrentUserController " ) , 
123+                 . headerSearchPath( " Internal/User/State " ) , 
124+             ] 
39125        ) , 
40126        . target( 
41127            name:  " ParseFacebookUtils " , 
0 commit comments