Skip to content

Commit c5a9e97

Browse files
committed
chore: remove Info.plist
1 parent e7ab7f2 commit c5a9e97

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

FlexLayout.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
24AE97321FEAF30A00995987 /* UIView+FlexLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+FlexLayout.swift"; sourceTree = "<group>"; };
7777
24AE97331FEAF30A00995987 /* Percent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Percent.swift; sourceTree = "<group>"; };
7878
24AE97351FEAF30A00995987 /* FlexLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FlexLayout.h; sourceTree = "<group>"; };
79-
24AE97361FEAF30A00995987 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8079
24AE973D1FEAF30A00995987 /* YGLayoutExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YGLayoutExtensions.swift; sourceTree = "<group>"; };
8180
24DA375A1EF843C500D1AB2F /* FlexLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FlexLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8281
24DA37631EF843C500D1AB2F /* FlexLayoutTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FlexLayoutTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -176,7 +175,6 @@
176175
isa = PBXGroup;
177176
children = (
178177
24AE97351FEAF30A00995987 /* FlexLayout.h */,
179-
24AE97361FEAF30A00995987 /* Info.plist */,
180178
);
181179
path = SupportingFiles;
182180
sourceTree = "<group>";
@@ -678,7 +676,7 @@
678676
DYLIB_COMPATIBILITY_VERSION = 1;
679677
DYLIB_CURRENT_VERSION = 1;
680678
DYLIB_INSTALL_NAME_BASE = "@rpath";
681-
INFOPLIST_FILE = Sources/SupportingFiles/Info.plist;
679+
GENERATE_INFOPLIST_FILE = YES;
682680
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
683681
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
684682
PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.FlexLayout;
@@ -703,7 +701,7 @@
703701
DYLIB_COMPATIBILITY_VERSION = 1;
704702
DYLIB_CURRENT_VERSION = 1;
705703
DYLIB_INSTALL_NAME_BASE = "@rpath";
706-
INFOPLIST_FILE = Sources/SupportingFiles/Info.plist;
704+
GENERATE_INFOPLIST_FILE = YES;
707705
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
708706
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
709707
PRODUCT_BUNDLE_IDENTIFIER = com.lucdion.FlexLayout;

Sources/SupportingFiles/Info.plist

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

0 commit comments

Comments
 (0)