Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
zshahin-61 committed Nov 21, 2023
1 parent 5e0ceef commit baf643c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
Binary file modified .DS_Store
Binary file not shown.
27 changes: 0 additions & 27 deletions Info.plist

This file was deleted.

6 changes: 2 additions & 4 deletions UpgradeUpsell.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
5AAC1E872B05DD2C003C9C64 /* FirebaseAnalyticsWithoutAdIdSupport in Frameworks */ = {isa = PBXBuildFile; productRef = 5AAC1E862B05DD2C003C9C64 /* FirebaseAnalyticsWithoutAdIdSupport */; };
5AAC1E892B05DD2C003C9C64 /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 5AAC1E882B05DD2C003C9C64 /* FirebaseAppCheck */; };
5AAC1E8B2B0BC26A003C9C64 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AAC1E8A2B0BC26A003C9C64 /* AppDelegate.swift */; };
5AAC1E8D2B0D0AFF003C9C64 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5AAC1E8C2B0D0AFF003C9C64 /* Info.plist */; };
5F1BA5142AE3F6E000BCE947 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5F1BA5132AE3F6E000BCE947 /* GoogleService-Info.plist */; };
5F9465F52ABB33E50006FBB5 /* UpgradeUpsellApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9465F42ABB33E50006FBB5 /* UpgradeUpsellApp.swift */; };
5F9465F72ABB33E50006FBB5 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9465F62ABB33E50006FBB5 /* ContentView.swift */; };
Expand Down Expand Up @@ -97,7 +96,6 @@
5A8DAB492ADE29A900CDCBCB /* NotificationDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationDetailView.swift; sourceTree = "<group>"; };
5AAC1E7E2B059BFD003C9C64 /* ExportOptions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = ExportOptions.plist; sourceTree = "<group>"; };
5AAC1E8A2B0BC26A003C9C64 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5AAC1E8C2B0D0AFF003C9C64 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5F1BA5132AE3F6E000BCE947 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "UpgradeUpsell/GoogleService-Info.plist"; sourceTree = "<group>"; };
5F9465F12ABB33E50006FBB5 /* UpgradeUpsell.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UpgradeUpsell.app; sourceTree = BUILT_PRODUCTS_DIR; };
5F9465F42ABB33E50006FBB5 /* UpgradeUpsellApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpgradeUpsellApp.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -240,7 +238,6 @@
5F9465E82ABB33E50006FBB5 = {
isa = PBXGroup;
children = (
5AAC1E8C2B0D0AFF003C9C64 /* Info.plist */,
5AAC1E8A2B0BC26A003C9C64 /* AppDelegate.swift */,
5AAC1E7E2B059BFD003C9C64 /* ExportOptions.plist */,
5F1BA5132AE3F6E000BCE947 /* GoogleService-Info.plist */,
Expand Down Expand Up @@ -412,7 +409,6 @@
5F9465FC2ABB33E60006FBB5 /* Preview Assets.xcassets in Resources */,
5F9465F92ABB33E60006FBB5 /* Assets.xcassets in Resources */,
5F1BA5142AE3F6E000BCE947 /* GoogleService-Info.plist in Resources */,
5AAC1E8D2B0D0AFF003C9C64 /* Info.plist in Resources */,
5AAC1E7F2B059BFD003C9C64 /* ExportOptions.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -610,6 +606,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=iphoneos*]" = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -646,6 +643,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
Expand Down
Binary file not shown.

0 comments on commit baf643c

Please sign in to comment.