Skip to content

Commit 43b098e

Browse files
author
Ruben Nine
committed
Cleanup.
1 parent 9800a9e commit 43b098e

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

FilestackSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@
349349
45825C1E2524E389002F3310 /* FSTransformPosition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSTransformPosition.h; sourceTree = "<group>"; };
350350
45825C1F2524E389002F3310 /* module.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; };
351351
45825C202524E389002F3310 /* ObjcDefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ObjcDefs.m; sourceTree = "<group>"; };
352-
45825CBB2524E8EE002F3310 /* FilestackSDK.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FilestackSDK.h; sourceTree = "<group>"; };
353352
"FilestackSDK::FilestackSDK::Product" /* FilestackSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FilestackSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
354353
"FilestackSDK::ObjcDefs::Product" /* ObjcDefs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ObjcDefs.framework; sourceTree = BUILT_PRODUCTS_DIR; };
355354
OBJ_164 /* BaseOperationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseOperationTests.swift; sourceTree = "<group>"; };
@@ -429,7 +428,6 @@
429428
isa = PBXGroup;
430429
children = (
431430
45825C172524E389002F3310 /* VERSION */,
432-
45825CBB2524E8EE002F3310 /* FilestackSDK.h */,
433431
45825B862524E389002F3310 /* Internal */,
434432
45825BAC2524E389002F3310 /* Public */,
435433
45825C182524E389002F3310 /* SPMSupport */,
@@ -1237,7 +1235,7 @@
12371235
"$(SRCROOT)/Sources/ObjcDefs/include",
12381236
"$(SRCROOT)/FilestackSDK.xcodeproj/GeneratedModuleMap/ObjcDefs",
12391237
);
1240-
INFOPLIST_FILE = Sources/FilestackSDK/Info.plist;
1238+
INFOPLIST_FILE = FilestackSDK.xcodeproj/FilestackSDK_Info.plist;
12411239
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
12421240
LD_RUNPATH_SEARCH_PATHS = (
12431241
"$(inherited)",
@@ -1273,7 +1271,7 @@
12731271
"$(SRCROOT)/Sources/ObjcDefs/include",
12741272
"$(SRCROOT)/FilestackSDK.xcodeproj/GeneratedModuleMap/ObjcDefs",
12751273
);
1276-
INFOPLIST_FILE = Sources/FilestackSDK/Info.plist;
1274+
INFOPLIST_FILE = FilestackSDK.xcodeproj/FilestackSDK_Info.plist;
12771275
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
12781276
LD_RUNPATH_SEARCH_PATHS = (
12791277
"$(inherited)",

Sources/FilestackSDK/Info.plist

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

0 commit comments

Comments
 (0)