Skip to content

Commit 6ba0d3e

Browse files
committed
chore: rebase main
1 parent 9b4f6c0 commit 6ba0d3e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/* Begin PBXFileReference section */
2424
1A6B2865F76F213517CFCCD1 /* AppViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AppViewController.swift; sourceTree = "<group>"; };
2525
21A34DAD709C71D553F88951 /* LocalBiometricPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LocalBiometricPlugin.swift; sourceTree = "<group>"; };
26-
C7D4E92B3F8B1C5D00A2B9E2 /* BarcodeScannerPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BarcodeScannerPlugin.swift; sourceTree = "<group>"; };
2726
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
2827
50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
2928
504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -36,6 +35,7 @@
3635
873F0344C8952CB5585102E0 /* App.entitlements */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
3736
958DCC722DB07C7200EA8C5F /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = debug.xcconfig; path = ../debug.xcconfig; sourceTree = SOURCE_ROOT; };
3837
BFB20C26958B0AB36D108D0E /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
38+
C7D4E92B3F8B1C5D00A2B9E2 /* BarcodeScannerPlugin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = BarcodeScannerPlugin.swift; sourceTree = "<group>"; };
3939
/* End PBXFileReference section */
4040

4141
/* Begin PBXFrameworksBuildPhase section */
@@ -56,6 +56,7 @@
5656
958DCC722DB07C7200EA8C5F /* debug.xcconfig */,
5757
504EC3061FED79650016851F /* App */,
5858
504EC3051FED79650016851F /* Products */,
59+
7BF04FDF2F1F799A005E306E /* Recovered References */,
5960
);
6061
sourceTree = "<group>";
6162
};
@@ -86,6 +87,14 @@
8687
path = App;
8788
sourceTree = "<group>";
8889
};
90+
7BF04FDF2F1F799A005E306E /* Recovered References */ = {
91+
isa = PBXGroup;
92+
children = (
93+
BFB20C26958B0AB36D108D0E /* Pods-App.release.xcconfig */,
94+
);
95+
name = "Recovered References";
96+
sourceTree = "<group>";
97+
};
8998
/* End PBXGroup section */
9099

91100
/* Begin PBXNativeTarget section */
@@ -313,6 +322,7 @@
313322
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
314323
CODE_SIGN_STYLE = Automatic;
315324
CURRENT_PROJECT_VERSION = 2;
325+
DEVELOPMENT_TEAM = YQ9XQQJ5ZM;
316326
INFOPLIST_FILE = App/Info.plist;
317327
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
318328
LD_RUNPATH_SEARCH_PATHS = (
@@ -337,6 +347,7 @@
337347
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
338348
CODE_SIGN_STYLE = Automatic;
339349
CURRENT_PROJECT_VERSION = 2;
350+
DEVELOPMENT_TEAM = YQ9XQQJ5ZM;
340351
INFOPLIST_FILE = App/Info.plist;
341352
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
342353
LD_RUNPATH_SEARCH_PATHS = (

0 commit comments

Comments
 (0)