Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zshahin-61 committed Nov 22, 2023
1 parent baf643c commit f17afdc
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 11 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 1 addition & 6 deletions ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@
<string>development</string>
<key>teamID</key>
<string>Priteshkumar Patel</string>
<key>signingStyle</key>
<string>manual</string>
<key>com.moxdroid.UpgradeUpsell</key>
<string>Xcode Managed Profile</string>
<key>provisioningProfiles</key>
<dict>
<key>com.moxdroid.UpgradeUpsell</key>
<string>d8d0baff-143d-49f3-9434-da7995abfee7</string>
</dict>
<dict/>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
<integer>1</integer>
</dict>
<key>Promises (Playground) 10.xcscheme</key>
<dict>
Expand Down Expand Up @@ -86,7 +86,7 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
<integer>2</integer>
</dict>
<key>Promises (Playground) 20.xcscheme</key>
<dict>
Expand Down Expand Up @@ -233,7 +233,7 @@
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>2</integer>
<integer>0</integer>
</dict>
<key>Upgrade&amp;Upsell.xcscheme_^#shared#^_</key>
<dict>
Expand All @@ -243,7 +243,7 @@
<key>UpgradeUpsell.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>3</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1500"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5F9465F02ABB33E50006FBB5"
BuildableName = "UpgradeUpsell.app"
BlueprintName = "UpgradeUpsell"
ReferencedContainer = "container:UpgradeUpsell.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5F9465F02ABB33E50006FBB5"
BuildableName = "UpgradeUpsell.app"
BlueprintName = "UpgradeUpsell"
ReferencedContainer = "container:UpgradeUpsell.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5F9465F02ABB33E50006FBB5"
BuildableName = "UpgradeUpsell.app"
BlueprintName = "UpgradeUpsell"
ReferencedContainer = "container:UpgradeUpsell.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>UpgradeUpsell.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>

0 comments on commit f17afdc

Please sign in to comment.