Skip to content

Commit

Permalink
fix: pod references in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Nov 21, 2024
1 parent 95b81b0 commit 76819a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions ios/BTFuse/BTFuse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@
94A8864F2A702C6C0098530D = {
isa = PBXGroup;
children = (
94B3ABCA2CCE7F2B00BD34E2 /* New Group */,
94C3AF272B6867B8006AD040 /* LICENSE */,
944112B92AED442300309527 /* PrivacyInfo.xcprivacy */,
94552C592ACB349A00DAE0F4 /* configurations */,
Expand Down Expand Up @@ -344,13 +343,6 @@
name = internal;
sourceTree = "<group>";
};
94B3ABCA2CCE7F2B00BD34E2 /* New Group */ = {
isa = PBXGroup;
children = (
);
path = "New Group";
sourceTree = "<group>";
};
94B7A9CD2AC89E39003D294D /* BTFuseTests */ = {
isa = PBXGroup;
children = (
Expand Down
1 change: 0 additions & 1 deletion ios/BTFuse/configs/BTFuse.debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "../Pods/Target Support Files/Pods-BTFuse/Pods-BTFuse.debug.xcconfig"
#include "version.xcconfig"
1 change: 0 additions & 1 deletion ios/BTFuse/configs/BTFuse.release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "../Pods/Target Support Files/Pods-BTFuse/Pods-BTFuse.release.xcconfig"
#include "version.xcconfig"

0 comments on commit 76819a6

Please sign in to comment.