Skip to content

Commit 8df23b2

Browse files
author
Ruben Nine
committed
Removing ObjcDefs from xcodeproj.
1 parent 43b098e commit 8df23b2

File tree

2 files changed

+24
-182
lines changed

2 files changed

+24
-182
lines changed

FilestackSDK.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
45825B052524D59B002F3310 /* ObjcDefs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "FilestackSDK::ObjcDefs::Product" /* ObjcDefs.framework */; };
11-
45825B062524D59B002F3310 /* ObjcDefs.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = "FilestackSDK::ObjcDefs::Product" /* ObjcDefs.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1210
45825B192524DB86002F3310 /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 45825B182524DB86002F3310 /* Alamofire */; };
1311
45825B2B2524DE46002F3310 /* FilestackSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "FilestackSDK::FilestackSDK::Product" /* FilestackSDK.framework */; };
1412
45825B352524DE5D002F3310 /* BaseOperationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_164 /* BaseOperationTests.swift */; };
@@ -26,7 +24,6 @@
2624
45825B412524DE5D002F3310 /* UploadableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_176 /* UploadableTests.swift */; };
2725
45825B472524DE8D002F3310 /* sample.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 45825B452524DE8D002F3310 /* sample.jpg */; };
2826
45825B482524DE8D002F3310 /* large.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 45825B462524DE8D002F3310 /* large.jpg */; };
29-
45825B5E2524DF5A002F3310 /* ObjcDefs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "FilestackSDK::ObjcDefs::Product" /* ObjcDefs.framework */; };
3027
45825B6B2524E03B002F3310 /* OHHTTPStubs in Frameworks */ = {isa = PBXBuildFile; productRef = 45825B6A2524E03B002F3310 /* OHHTTPStubs */; };
3128
45825B6D2524E03B002F3310 /* OHHTTPStubsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 45825B6C2524E03B002F3310 /* OHHTTPStubsSwift */; };
3229
45825B712524E07F002F3310 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45825B702524E07F002F3310 /* Helpers.swift */; };
@@ -161,51 +158,22 @@
161158
45825CA02524E38C002F3310 /* Startable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45825C132524E389002F3310 /* Startable.swift */; };
162159
45825CA12524E38C002F3310 /* Cancellable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45825C142524E389002F3310 /* Cancellable.swift */; };
163160
45825CA22524E38C002F3310 /* DeferredAdd.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45825C152524E389002F3310 /* DeferredAdd.swift */; };
164-
45825CA32524E38C002F3310 /* Import.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45825C192524E389002F3310 /* Import.swift */; };
165-
45825CA92524E3BC002F3310 /* FSPolicyCall.h in Sources */ = {isa = PBXBuildFile; fileRef = 45825C1C2524E389002F3310 /* FSPolicyCall.h */; };
166-
45825CAA2524E3BC002F3310 /* FSMetadataOptions.h in Sources */ = {isa = PBXBuildFile; fileRef = 45825C1D2524E389002F3310 /* FSMetadataOptions.h */; };
167-
45825CAB2524E3BC002F3310 /* FSTransformPosition.h in Sources */ = {isa = PBXBuildFile; fileRef = 45825C1E2524E389002F3310 /* FSTransformPosition.h */; };
168-
45825CAE2524E3D4002F3310 /* ObjcDefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 45825C202524E389002F3310 /* ObjcDefs.m */; };
161+
4586F17C2524EFEA008F282E /* FilestackSDK.h in Headers */ = {isa = PBXBuildFile; fileRef = 4586F1652524EEB8008F282E /* FilestackSDK.h */; settings = {ATTRIBUTES = (Public, ); }; };
162+
4586F1802524EFF5008F282E /* FSPolicyCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 45825C1C2524E389002F3310 /* FSPolicyCall.h */; settings = {ATTRIBUTES = (Public, ); }; };
163+
4586F1842524EFF8008F282E /* FSMetadataOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 45825C1D2524E389002F3310 /* FSMetadataOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
164+
4586F1882524EFFC008F282E /* FSTransformPosition.h in Headers */ = {isa = PBXBuildFile; fileRef = 45825C1E2524E389002F3310 /* FSTransformPosition.h */; settings = {ATTRIBUTES = (Public, ); }; };
169165
/* End PBXBuildFile section */
170166

171167
/* Begin PBXContainerItemProxy section */
172-
45825B072524D59B002F3310 /* PBXContainerItemProxy */ = {
173-
isa = PBXContainerItemProxy;
174-
containerPortal = OBJ_1 /* Project object */;
175-
proxyType = 1;
176-
remoteGlobalIDString = "FilestackSDK::ObjcDefs";
177-
remoteInfo = ObjcDefs;
178-
};
179168
45825B2C2524DE46002F3310 /* PBXContainerItemProxy */ = {
180169
isa = PBXContainerItemProxy;
181170
containerPortal = OBJ_1 /* Project object */;
182171
proxyType = 1;
183172
remoteGlobalIDString = "FilestackSDK::FilestackSDK";
184173
remoteInfo = FilestackSDK;
185174
};
186-
45825B5C2524DF56002F3310 /* PBXContainerItemProxy */ = {
187-
isa = PBXContainerItemProxy;
188-
containerPortal = OBJ_1 /* Project object */;
189-
proxyType = 1;
190-
remoteGlobalIDString = "FilestackSDK::ObjcDefs";
191-
remoteInfo = ObjcDefs;
192-
};
193175
/* End PBXContainerItemProxy section */
194176

195-
/* Begin PBXCopyFilesBuildPhase section */
196-
45825B092524D59B002F3310 /* Embed Frameworks */ = {
197-
isa = PBXCopyFilesBuildPhase;
198-
buildActionMask = 2147483647;
199-
dstPath = "";
200-
dstSubfolderSpec = 10;
201-
files = (
202-
45825B062524D59B002F3310 /* ObjcDefs.framework in Embed Frameworks */,
203-
);
204-
name = "Embed Frameworks";
205-
runOnlyForDeploymentPostprocessing = 0;
206-
};
207-
/* End PBXCopyFilesBuildPhase section */
208-
209177
/* Begin PBXFileReference section */
210178
45825B262524DE46002F3310 /* FilestackSDKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FilestackSDKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
211179
45825B452524DE8D002F3310 /* sample.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = sample.jpg; sourceTree = "<group>"; };
@@ -343,14 +311,13 @@
343311
45825C142524E389002F3310 /* Cancellable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cancellable.swift; sourceTree = "<group>"; };
344312
45825C152524E389002F3310 /* DeferredAdd.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeferredAdd.swift; sourceTree = "<group>"; };
345313
45825C172524E389002F3310 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
346-
45825C192524E389002F3310 /* Import.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Import.swift; sourceTree = "<group>"; };
347314
45825C1C2524E389002F3310 /* FSPolicyCall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSPolicyCall.h; sourceTree = "<group>"; };
348315
45825C1D2524E389002F3310 /* FSMetadataOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSMetadataOptions.h; sourceTree = "<group>"; };
349316
45825C1E2524E389002F3310 /* FSTransformPosition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSTransformPosition.h; sourceTree = "<group>"; };
350317
45825C1F2524E389002F3310 /* module.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; };
351318
45825C202524E389002F3310 /* ObjcDefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ObjcDefs.m; sourceTree = "<group>"; };
319+
4586F1652524EEB8008F282E /* FilestackSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FilestackSDK.h; sourceTree = "<group>"; };
352320
"FilestackSDK::FilestackSDK::Product" /* FilestackSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FilestackSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
353-
"FilestackSDK::ObjcDefs::Product" /* ObjcDefs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ObjcDefs.framework; sourceTree = BUILT_PRODUCTS_DIR; };
354321
OBJ_164 /* BaseOperationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseOperationTests.swift; sourceTree = "<group>"; };
355322
OBJ_165 /* ClientTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTests.swift; sourceTree = "<group>"; };
356323
OBJ_166 /* DataExtensionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataExtensionsTests.swift; sourceTree = "<group>"; };
@@ -373,7 +340,6 @@
373340
isa = PBXFrameworksBuildPhase;
374341
buildActionMask = 2147483647;
375342
files = (
376-
45825B5E2524DF5A002F3310 /* ObjcDefs.framework in Frameworks */,
377343
45825B6D2524E03B002F3310 /* OHHTTPStubsSwift in Frameworks */,
378344
45825B6B2524E03B002F3310 /* OHHTTPStubs in Frameworks */,
379345
45825B2B2524DE46002F3310 /* FilestackSDK.framework in Frameworks */,
@@ -385,14 +351,6 @@
385351
buildActionMask = 0;
386352
files = (
387353
45825B192524DB86002F3310 /* Alamofire in Frameworks */,
388-
45825B052524D59B002F3310 /* ObjcDefs.framework in Frameworks */,
389-
);
390-
runOnlyForDeploymentPostprocessing = 0;
391-
};
392-
OBJ_469 /* Frameworks */ = {
393-
isa = PBXFrameworksBuildPhase;
394-
buildActionMask = 0;
395-
files = (
396354
);
397355
runOnlyForDeploymentPostprocessing = 0;
398356
};
@@ -427,10 +385,10 @@
427385
45825B852524E389002F3310 /* FilestackSDK */ = {
428386
isa = PBXGroup;
429387
children = (
388+
4586F1652524EEB8008F282E /* FilestackSDK.h */,
430389
45825C172524E389002F3310 /* VERSION */,
431390
45825B862524E389002F3310 /* Internal */,
432391
45825BAC2524E389002F3310 /* Public */,
433-
45825C182524E389002F3310 /* SPMSupport */,
434392
);
435393
path = FilestackSDK;
436394
sourceTree = "<group>";
@@ -683,14 +641,6 @@
683641
path = "Objective-C";
684642
sourceTree = "<group>";
685643
};
686-
45825C182524E389002F3310 /* SPMSupport */ = {
687-
isa = PBXGroup;
688-
children = (
689-
45825C192524E389002F3310 /* Import.swift */,
690-
);
691-
path = SPMSupport;
692-
sourceTree = "<group>";
693-
};
694644
45825C1A2524E389002F3310 /* ObjcDefs */ = {
695645
isa = PBXGroup;
696646
children = (
@@ -746,7 +696,6 @@
746696
OBJ_217 /* Products */ = {
747697
isa = PBXGroup;
748698
children = (
749-
"FilestackSDK::ObjcDefs::Product" /* ObjcDefs.framework */,
750699
"FilestackSDK::FilestackSDK::Product" /* FilestackSDK.framework */,
751700
45825B262524DE46002F3310 /* FilestackSDKTests.xctest */,
752701
);
@@ -767,6 +716,20 @@
767716
};
768717
/* End PBXGroup section */
769718

719+
/* Begin PBXHeadersBuildPhase section */
720+
4586F1782524EFDA008F282E /* Headers */ = {
721+
isa = PBXHeadersBuildPhase;
722+
buildActionMask = 2147483647;
723+
files = (
724+
4586F17C2524EFEA008F282E /* FilestackSDK.h in Headers */,
725+
4586F1802524EFF5008F282E /* FSPolicyCall.h in Headers */,
726+
4586F1882524EFFC008F282E /* FSTransformPosition.h in Headers */,
727+
4586F1842524EFF8008F282E /* FSMetadataOptions.h in Headers */,
728+
);
729+
runOnlyForDeploymentPostprocessing = 0;
730+
};
731+
/* End PBXHeadersBuildPhase section */
732+
770733
/* Begin PBXNativeTarget section */
771734
45825B252524DE46002F3310 /* FilestackSDKTests */ = {
772735
isa = PBXNativeTarget;
@@ -779,7 +742,6 @@
779742
buildRules = (
780743
);
781744
dependencies = (
782-
45825B5D2524DF56002F3310 /* PBXTargetDependency */,
783745
45825B2D2524DE46002F3310 /* PBXTargetDependency */,
784746
);
785747
name = FilestackSDKTests;
@@ -795,15 +757,14 @@
795757
isa = PBXNativeTarget;
796758
buildConfigurationList = OBJ_255 /* Build configuration list for PBXNativeTarget "FilestackSDK" */;
797759
buildPhases = (
760+
4586F1782524EFDA008F282E /* Headers */,
798761
OBJ_258 /* Sources */,
799762
OBJ_390 /* Frameworks */,
800-
45825B092524D59B002F3310 /* Embed Frameworks */,
801763
45825B142524DAD9002F3310 /* Set Version And Build Number */,
802764
);
803765
buildRules = (
804766
);
805767
dependencies = (
806-
45825B082524D59B002F3310 /* PBXTargetDependency */,
807768
);
808769
name = FilestackSDK;
809770
packageProductDependencies = (
@@ -813,22 +774,6 @@
813774
productReference = "FilestackSDK::FilestackSDK::Product" /* FilestackSDK.framework */;
814775
productType = "com.apple.product-type.framework";
815776
};
816-
"FilestackSDK::ObjcDefs" /* ObjcDefs */ = {
817-
isa = PBXNativeTarget;
818-
buildConfigurationList = OBJ_464 /* Build configuration list for PBXNativeTarget "ObjcDefs" */;
819-
buildPhases = (
820-
OBJ_467 /* Sources */,
821-
OBJ_469 /* Frameworks */,
822-
);
823-
buildRules = (
824-
);
825-
dependencies = (
826-
);
827-
name = ObjcDefs;
828-
productName = ObjcDefs;
829-
productReference = "FilestackSDK::ObjcDefs::Product" /* ObjcDefs.framework */;
830-
productType = "com.apple.product-type.framework";
831-
};
832777
/* End PBXNativeTarget section */
833778

834779
/* Begin PBXProject section */
@@ -861,7 +806,6 @@
861806
projectRoot = "";
862807
targets = (
863808
"FilestackSDK::FilestackSDK" /* FilestackSDK */,
864-
"FilestackSDK::ObjcDefs" /* ObjcDefs */,
865809
45825B252524DE46002F3310 /* FilestackSDKTests */,
866810
);
867811
};
@@ -971,7 +915,6 @@
971915
45825C722524E38B002F3310 /* SecureForWorkTransform.swift in Sources */,
972916
45825C652524E38B002F3310 /* OCRTransform.swift in Sources */,
973917
45825C572524E38B002F3310 /* Policy.swift in Sources */,
974-
45825CA32524E38C002F3310 /* Import.swift in Sources */,
975918
45825C3F2524E38A002F3310 /* URLReader.swift in Sources */,
976919
45825C282524E38A002F3310 /* SubmitChunkUploadOperation.swift in Sources */,
977920
45825C292524E38A002F3310 /* CompleteUploadOperation.swift in Sources */,
@@ -1061,35 +1004,14 @@
10611004
);
10621005
runOnlyForDeploymentPostprocessing = 0;
10631006
};
1064-
OBJ_467 /* Sources */ = {
1065-
isa = PBXSourcesBuildPhase;
1066-
buildActionMask = 0;
1067-
files = (
1068-
45825CA92524E3BC002F3310 /* FSPolicyCall.h in Sources */,
1069-
45825CAE2524E3D4002F3310 /* ObjcDefs.m in Sources */,
1070-
45825CAA2524E3BC002F3310 /* FSMetadataOptions.h in Sources */,
1071-
45825CAB2524E3BC002F3310 /* FSTransformPosition.h in Sources */,
1072-
);
1073-
runOnlyForDeploymentPostprocessing = 0;
1074-
};
10751007
/* End PBXSourcesBuildPhase section */
10761008

10771009
/* Begin PBXTargetDependency section */
1078-
45825B082524D59B002F3310 /* PBXTargetDependency */ = {
1079-
isa = PBXTargetDependency;
1080-
target = "FilestackSDK::ObjcDefs" /* ObjcDefs */;
1081-
targetProxy = 45825B072524D59B002F3310 /* PBXContainerItemProxy */;
1082-
};
10831010
45825B2D2524DE46002F3310 /* PBXTargetDependency */ = {
10841011
isa = PBXTargetDependency;
10851012
target = "FilestackSDK::FilestackSDK" /* FilestackSDK */;
10861013
targetProxy = 45825B2C2524DE46002F3310 /* PBXContainerItemProxy */;
10871014
};
1088-
45825B5D2524DF56002F3310 /* PBXTargetDependency */ = {
1089-
isa = PBXTargetDependency;
1090-
target = "FilestackSDK::ObjcDefs" /* ObjcDefs */;
1091-
targetProxy = 45825B5C2524DF56002F3310 /* PBXContainerItemProxy */;
1092-
};
10931015
/* End PBXTargetDependency section */
10941016

10951017
/* Begin XCBuildConfiguration section */
@@ -1233,7 +1155,6 @@
12331155
HEADER_SEARCH_PATHS = (
12341156
"$(inherited)",
12351157
"$(SRCROOT)/Sources/ObjcDefs/include",
1236-
"$(SRCROOT)/FilestackSDK.xcodeproj/GeneratedModuleMap/ObjcDefs",
12371158
);
12381159
INFOPLIST_FILE = FilestackSDK.xcodeproj/FilestackSDK_Info.plist;
12391160
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
@@ -1244,7 +1165,6 @@
12441165
MACOSX_DEPLOYMENT_TARGET = 10.10;
12451166
OTHER_CFLAGS = "$(inherited)";
12461167
OTHER_LDFLAGS = "$(inherited)";
1247-
OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/FilestackSDK.xcodeproj/GeneratedModuleMap/ObjcDefs/module.modulemap";
12481168
PRODUCT_BUNDLE_IDENTIFIER = FilestackSDK;
12491169
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
12501170
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1269,7 +1189,6 @@
12691189
HEADER_SEARCH_PATHS = (
12701190
"$(inherited)",
12711191
"$(SRCROOT)/Sources/ObjcDefs/include",
1272-
"$(SRCROOT)/FilestackSDK.xcodeproj/GeneratedModuleMap/ObjcDefs",
12731192
);
12741193
INFOPLIST_FILE = FilestackSDK.xcodeproj/FilestackSDK_Info.plist;
12751194
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
@@ -1280,7 +1199,6 @@
12801199
MACOSX_DEPLOYMENT_TARGET = 10.10;
12811200
OTHER_CFLAGS = "$(inherited)";
12821201
OTHER_LDFLAGS = "$(inherited)";
1283-
OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -fmodule-map-file=$(SRCROOT)/FilestackSDK.xcodeproj/GeneratedModuleMap/ObjcDefs/module.modulemap";
12841202
PRODUCT_BUNDLE_IDENTIFIER = FilestackSDK;
12851203
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
12861204
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1341,76 +1259,6 @@
13411259
};
13421260
name = Release;
13431261
};
1344-
OBJ_465 /* Debug */ = {
1345-
isa = XCBuildConfiguration;
1346-
buildSettings = {
1347-
DEFINES_MODULE = YES;
1348-
ENABLE_TESTABILITY = YES;
1349-
FRAMEWORK_SEARCH_PATHS = (
1350-
"$(inherited)",
1351-
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
1352-
);
1353-
HEADER_SEARCH_PATHS = (
1354-
"$(inherited)",
1355-
"$(SRCROOT)/Sources/ObjcDefs/include",
1356-
);
1357-
INFOPLIST_FILE = FilestackSDK.xcodeproj/ObjcDefs_Info.plist;
1358-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1359-
LD_RUNPATH_SEARCH_PATHS = (
1360-
"$(inherited)",
1361-
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
1362-
);
1363-
MACOSX_DEPLOYMENT_TARGET = 10.10;
1364-
MODULEMAP_FILE = Sources/ObjcDefs/module.modulemap;
1365-
OTHER_CFLAGS = "$(inherited)";
1366-
OTHER_LDFLAGS = "$(inherited)";
1367-
OTHER_SWIFT_FLAGS = "$(inherited)";
1368-
PRODUCT_BUNDLE_IDENTIFIER = ObjcDefs;
1369-
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
1370-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1371-
SKIP_INSTALL = YES;
1372-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
1373-
TARGET_NAME = ObjcDefs;
1374-
TVOS_DEPLOYMENT_TARGET = 9.0;
1375-
WATCHOS_DEPLOYMENT_TARGET = 2.0;
1376-
};
1377-
name = Debug;
1378-
};
1379-
OBJ_466 /* Release */ = {
1380-
isa = XCBuildConfiguration;
1381-
buildSettings = {
1382-
DEFINES_MODULE = YES;
1383-
ENABLE_TESTABILITY = YES;
1384-
FRAMEWORK_SEARCH_PATHS = (
1385-
"$(inherited)",
1386-
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
1387-
);
1388-
HEADER_SEARCH_PATHS = (
1389-
"$(inherited)",
1390-
"$(SRCROOT)/Sources/ObjcDefs/include",
1391-
);
1392-
INFOPLIST_FILE = FilestackSDK.xcodeproj/ObjcDefs_Info.plist;
1393-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1394-
LD_RUNPATH_SEARCH_PATHS = (
1395-
"$(inherited)",
1396-
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
1397-
);
1398-
MACOSX_DEPLOYMENT_TARGET = 10.10;
1399-
MODULEMAP_FILE = Sources/ObjcDefs/module.modulemap;
1400-
OTHER_CFLAGS = "$(inherited)";
1401-
OTHER_LDFLAGS = "$(inherited)";
1402-
OTHER_SWIFT_FLAGS = "$(inherited)";
1403-
PRODUCT_BUNDLE_IDENTIFIER = ObjcDefs;
1404-
PRODUCT_MODULE_NAME = "$(TARGET_NAME:c99extidentifier)";
1405-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1406-
SKIP_INSTALL = YES;
1407-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited)";
1408-
TARGET_NAME = ObjcDefs;
1409-
TVOS_DEPLOYMENT_TARGET = 9.0;
1410-
WATCHOS_DEPLOYMENT_TARGET = 2.0;
1411-
};
1412-
name = Release;
1413-
};
14141262
/* End XCBuildConfiguration section */
14151263

14161264
/* Begin XCConfigurationList section */
@@ -1441,15 +1289,6 @@
14411289
defaultConfigurationIsVisible = 0;
14421290
defaultConfigurationName = Release;
14431291
};
1444-
OBJ_464 /* Build configuration list for PBXNativeTarget "ObjcDefs" */ = {
1445-
isa = XCConfigurationList;
1446-
buildConfigurations = (
1447-
OBJ_465 /* Debug */,
1448-
OBJ_466 /* Release */,
1449-
);
1450-
defaultConfigurationIsVisible = 0;
1451-
defaultConfigurationName = Release;
1452-
};
14531292
/* End XCConfigurationList section */
14541293

14551294
/* Begin XCRemoteSwiftPackageReference section */

Sources/FilestackSDK/FilestackSDK.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ FOUNDATION_EXPORT double FilestackSDKVersionNumber;
1515
FOUNDATION_EXPORT const unsigned char FilestackSDKVersionString[];
1616

1717
// In this header, you should import all the public headers of your framework using statements like #import <FilestackSDK/PublicHeader.h>
18+
#import <FilestackSDK/FSPolicyCall.h>
19+
#import <FilestackSDK/FSMetadataOptions.h>
20+
#import <FilestackSDK/FSTransformPosition.h>

0 commit comments

Comments
 (0)