Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GolnazCh committed Nov 29, 2023
1 parent 06347ad commit e7f3b8c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
Binary file modified .DS_Store
Binary file not shown.
13 changes: 8 additions & 5 deletions ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
<plist version="1.0">
<dict>
<key>method</key>
<string>development</string>
<string>app-store</string>
<key>teamID</key>
<string>Priteshkumar Patel</string>
<key>com.moxdroid.UpgradeUpsell</key>
<string>Xcode Managed Profile</string>
<string>NRYB4WH97V</string>
<key>signingCertificate</key>
<string>Apple Development: Priteshkumar Patel (NRYB4WH97V)</string>
<key>provisioningProfiles</key>
<dict/>
<dict>
<key>com.moxdroid.UpgradeUpsell</key>
<string>6fb5aed4-e896-4927-a7b5-c44e0e23c91a</string>
</dict>
</dict>
</plist>
12 changes: 6 additions & 6 deletions UpgradeUpsell.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
5A8DAB462ADDFC0B00CDCBCB /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A8DAB452ADDFC0B00CDCBCB /* Notifications.swift */; };
5A8DAB482ADE066F00CDCBCB /* NotificationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A8DAB472ADE066F00CDCBCB /* NotificationView.swift */; };
5A8DAB4A2ADE29A900CDCBCB /* NotificationDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A8DAB492ADE29A900CDCBCB /* NotificationDetailView.swift */; };
5AAC1E7F2B059BFD003C9C64 /* ExportOptions.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5AAC1E7E2B059BFD003C9C64 /* ExportOptions.plist */; };
5AAC1E812B05DD2C003C9C64 /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 5AAC1E802B05DD2C003C9C64 /* FirebaseAnalytics */; };
5AAC1E832B05DD2C003C9C64 /* FirebaseAnalyticsOnDeviceConversion in Frameworks */ = {isa = PBXBuildFile; productRef = 5AAC1E822B05DD2C003C9C64 /* FirebaseAnalyticsOnDeviceConversion */; };
5AAC1E852B05DD2C003C9C64 /* FirebaseAnalyticsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 5AAC1E842B05DD2C003C9C64 /* FirebaseAnalyticsSwift */; };
Expand Down Expand Up @@ -85,6 +84,7 @@
5F9466372ABCC5940006FBB5 /* PhotoLibraryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9466362ABCC5940006FBB5 /* PhotoLibraryManager.swift */; };
5F9466392ABCC5DC0006FBB5 /* ImagePickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F9466382ABCC5DC0006FBB5 /* ImagePickerView.swift */; };
5FB31F332B159849000D40E0 /* ProjectAddView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FB31F322B159849000D40E0 /* ProjectAddView.swift */; };
5FB31F352B178C8E000D40E0 /* ExportOptions.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5FB31F342B178C8E000D40E0 /* ExportOptions.plist */; };
5FD8823D2ACDAB3C0034439F /* HomeView_Investor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD8823C2ACDAB3C0034439F /* HomeView_Investor.swift */; };
5FD882472ACE591C0034439F /* HomeView_Realtor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD882462ACE591C0034439F /* HomeView_Realtor.swift */; };
5FD882492ACF407B0034439F /* MakeOffers_InvestorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FD882482ACF407B0034439F /* MakeOffers_InvestorView.swift */; };
Expand Down Expand Up @@ -137,7 +137,6 @@
5A8DAB472ADE066F00CDCBCB /* NotificationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationView.swift; sourceTree = "<group>"; };
5A8DAB492ADE29A900CDCBCB /* NotificationDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationDetailView.swift; sourceTree = "<group>"; };
5AA2263C2B15740E00D614D0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5AAC1E7E2B059BFD003C9C64 /* ExportOptions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = ExportOptions.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 All @@ -163,6 +162,7 @@
5F9466362ABCC5940006FBB5 /* PhotoLibraryManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoLibraryManager.swift; sourceTree = "<group>"; };
5F9466382ABCC5DC0006FBB5 /* ImagePickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePickerView.swift; sourceTree = "<group>"; };
5FB31F322B159849000D40E0 /* ProjectAddView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProjectAddView.swift; sourceTree = "<group>"; };
5FB31F342B178C8E000D40E0 /* ExportOptions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = ExportOptions.plist; sourceTree = "<group>"; };
5FD8823C2ACDAB3C0034439F /* HomeView_Investor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView_Investor.swift; sourceTree = "<group>"; };
5FD882462ACE591C0034439F /* HomeView_Realtor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView_Realtor.swift; sourceTree = "<group>"; };
5FD882482ACF407B0034439F /* MakeOffers_InvestorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MakeOffers_InvestorView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -304,7 +304,7 @@
5F9465E82ABB33E50006FBB5 = {
isa = PBXGroup;
children = (
5AAC1E7E2B059BFD003C9C64 /* ExportOptions.plist */,
5FB31F342B178C8E000D40E0 /* ExportOptions.plist */,
5F1BA5132AE3F6E000BCE947 /* GoogleService-Info.plist */,
5F9465F32ABB33E50006FBB5 /* UpgradeUpsell */,
5F9465F22ABB33E50006FBB5 /* Products */,
Expand Down Expand Up @@ -503,7 +503,7 @@
5F9465FC2ABB33E60006FBB5 /* Preview Assets.xcassets in Resources */,
5F9465F92ABB33E60006FBB5 /* Assets.xcassets in Resources */,
5F1BA5142AE3F6E000BCE947 /* GoogleService-Info.plist in Resources */,
5AAC1E7F2B059BFD003C9C64 /* ExportOptions.plist in Resources */,
5FB31F352B178C8E000D40E0 /* ExportOptions.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -712,7 +712,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = UpgradeUpsell/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "";
INFOPLIST_KEY_CFBundleDisplayName = UpgradeUpsell;
INFOPLIST_KEY_NSCameraUsageDescription = "Allow Upgrade Upsell to access your device's camera for capturing photos.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Access to photo library";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
Expand Down Expand Up @@ -754,7 +754,7 @@
ENABLE_TESTABILITY = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = UpgradeUpsell/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "";
INFOPLIST_KEY_CFBundleDisplayName = UpgradeUpsell;
INFOPLIST_KEY_NSCameraUsageDescription = "Allow Upgrade Upsell to access your device's camera for capturing photos.";
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Access to photo library";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
Expand Down
Binary file not shown.

0 comments on commit e7f3b8c

Please sign in to comment.