configPodTemplate/example/config/iOS-config/target-main/Shared.xcconfig in cocoapods-ykutility-2.0.4 vs configPodTemplate/example/config/iOS-config/target-main/Shared.xcconfig in cocoapods-ykutility-2.0.5
- old
+ new
@@ -37,21 +37,9 @@
//
// The name, also known as the *common name*, of a valid code-signing certificate in a
// keychain within your keychain path. A missing or invalid certificate will cause a
// build error.
-
-// Info.plist File
-//
-// The project-relative path to the property list file that contains the `Info.plist`
-// information used by bundles. For details on information property list files, see
-// [Information Property
-// List](https://developer.apple.com/documentation/bundleresources/information_property_list).
-
-INFOPLIST_FILE = YKRPC_POD_NAME_Example/YKRPC_POD_NAME_Example/Info.plist
-
-
-
// Runpath Search Paths
//
// This is a list of paths to be added to the `runpath` search path list for the image
// being created. At runtime, `dyld` uses the `runpath` when searching for dylibs whose
// load path begins with `@rpath/`. See [Dynamic Library Programming