🚧 Add files
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
D49528BF2C296E8D009F6F54 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49528BE2C296E8D009F6F54 /* ContentView.swift */; };
|
||||
D49528C12C296E8F009F6F54 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D49528C02C296E8F009F6F54 /* Assets.xcassets */; };
|
||||
D49528C52C296E8F009F6F54 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D49528C42C296E8F009F6F54 /* Preview Assets.xcassets */; };
|
||||
D49528CC2C297352009F6F54 /* Booking.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49528CB2C297352009F6F54 /* Booking.swift */; };
|
||||
D49528CE2C297429009F6F54 /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49528CD2C297429009F6F54 /* Profile.swift */; };
|
||||
D49528D12C2976BB009F6F54 /* Home.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49528D02C2976BB009F6F54 /* Home.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -20,6 +23,9 @@
|
||||
D49528C02C296E8F009F6F54 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
D49528C22C296E8F009F6F54 /* Wallet.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Wallet.entitlements; sourceTree = "<group>"; };
|
||||
D49528C42C296E8F009F6F54 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||||
D49528CB2C297352009F6F54 /* Booking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Booking.swift; sourceTree = "<group>"; };
|
||||
D49528CD2C297429009F6F54 /* Profile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Profile.swift; sourceTree = "<group>"; };
|
||||
D49528D02C2976BB009F6F54 /* Home.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Home.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -52,6 +58,7 @@
|
||||
D49528BB2C296E8D009F6F54 /* Wallet */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D49528CF2C29761E009F6F54 /* Views */,
|
||||
D49528BC2C296E8D009F6F54 /* WalletApp.swift */,
|
||||
D49528BE2C296E8D009F6F54 /* ContentView.swift */,
|
||||
D49528C02C296E8F009F6F54 /* Assets.xcassets */,
|
||||
@@ -69,6 +76,16 @@
|
||||
path = "Preview Content";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D49528CF2C29761E009F6F54 /* Views */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D49528CB2C297352009F6F54 /* Booking.swift */,
|
||||
D49528CD2C297429009F6F54 /* Profile.swift */,
|
||||
D49528D02C2976BB009F6F54 /* Home.swift */,
|
||||
);
|
||||
path = Views;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@@ -140,6 +157,9 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D49528BF2C296E8D009F6F54 /* ContentView.swift in Sources */,
|
||||
D49528CE2C297429009F6F54 /* Profile.swift in Sources */,
|
||||
D49528D12C2976BB009F6F54 /* Home.swift in Sources */,
|
||||
D49528CC2C297352009F6F54 /* Booking.swift in Sources */,
|
||||
D49528BD2C296E8D009F6F54 /* WalletApp.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
||||
Reference in New Issue
Block a user