Skip to content

Commit

Permalink
Merge pull request #355 from mikaoj/bugfix/info_plist
Browse files Browse the repository at this point in the history
Moved info plist out of Source folder
  • Loading branch information
mikaoj authored Mar 6, 2024
2 parents 929717c + 945948e commit ff9fd50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions BSImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
559DB81E21E78E6100CD58B4 /* View */,
559DB81D21E78E5500CD58B4 /* Controller */,
559DB81C21E78E4700CD58B4 /* Scene */,
550A315521D5298400AAF718 /* Info.plist */,
550A315421D5298400AAF718 /* BSImagePicker.h */,
94DA6871247BDE6400CD5251 /* Extension */,
);
Expand Down Expand Up @@ -300,6 +299,7 @@
55BCF8E621D52CE300386752 /* README.md */,
55BCF8E821D52CF600386752 /* BSImagePicker.podspec */,
557010BA230FD5E700A1C4EA /* Package.swift */,
550A315521D5298400AAF718 /* Info.plist */,
);
name = Meta;
sourceTree = "<group>";
Expand Down Expand Up @@ -652,7 +652,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -683,7 +683,7 @@
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist → Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit ff9fd50

Please sign in to comment.