Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
zshahin-61 committed Nov 16, 2023
1 parent 7595d19 commit 9e831f5
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
29 changes: 29 additions & 0 deletions ExportOptions.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
ExportOptions.plist
UpgradeUpsell
Created by zahra SHAHIN on 2023-11-15.
Copyright (c) 2023 ___ORGANIZATIONNAME___. All rights reserved.
<key>signingCertificate</key>
<string>0BB3CB2A1044DB3250F479A023225FAE90220B47</string>
-->
<plist version="1.0">

<dict>
<key>method</key>
<string>development</string> <!-- or 'app-store', 'ad-hoc', 'enterprise' -->
<key>teamID</key>
<string>zahra shahin</string> <!-- Your Apple Developer Team ID -->
<!-- Signing certificate, usually 'iPhone Developer' for development -->
<key>signingStyle</key>
<string>automatic</string>

<key>provisioningProfiles</key>
<dict>
<key>ca.zahra.golnaz.UpgradeUpsell</key> <!-- Your app's bundle identifier -->
<string>00008103-0002186A1147C01E</string>
</dict>
</dict>
</plist>
4 changes: 4 additions & 0 deletions UpgradeUpsell.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
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 */; };
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 @@ -87,6 +88,7 @@
5A8DAB452ADDFC0B00CDCBCB /* Notifications.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notifications.swift; sourceTree = "<group>"; };
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>"; };
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 Down Expand Up @@ -217,6 +219,7 @@
5F9465E82ABB33E50006FBB5 = {
isa = PBXGroup;
children = (
5AAC1E7E2B059BFD003C9C64 /* ExportOptions.plist */,
5F1BA5132AE3F6E000BCE947 /* GoogleService-Info.plist */,
5F9465F32ABB33E50006FBB5 /* UpgradeUpsell */,
5F9465F22ABB33E50006FBB5 /* Products */,
Expand Down Expand Up @@ -380,6 +383,7 @@
5F9465FC2ABB33E60006FBB5 /* Preview Assets.xcassets in Resources */,
5F9465F92ABB33E60006FBB5 /* Assets.xcassets in Resources */,
5F1BA5142AE3F6E000BCE947 /* GoogleService-Info.plist in Resources */,
5AAC1E7F2B059BFD003C9C64 /* ExportOptions.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.

0 comments on commit 9e831f5

Please sign in to comment.