Skip to content

Commit

Permalink
ETags support (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Jul 9, 2021
1 parent 1c5ed24 commit 125da78
Show file tree
Hide file tree
Showing 26 changed files with 943 additions and 119 deletions.
8 changes: 6 additions & 2 deletions Examples/LegacySwiftExample/Configuration.storekit
@@ -1,4 +1,8 @@
{
"identifier" : "F256E58C",
"nonRenewingSubscriptions" : [

],
"products" : [
{
"displayPrice" : "199.99",
Expand Down Expand Up @@ -84,6 +88,6 @@
],
"version" : {
"major" : 1,
"minor" : 0
"minor" : 1
}
}
}
Expand Up @@ -55,16 +55,18 @@
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
notificationPayloadFile = "WatchExample Extension/PushNotificationPayload.apns">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/SwiftExample">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2D54BF602437DED800FF4EE4"
BuildableName = "WatchExample.app"
BlueprintName = "WatchExample"
ReferencedContainer = "container:LegacySwiftExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
<StoreKitConfigurationFileReference
identifier = "../Configuration.storekit">
</StoreKitConfigurationFileReference>
Expand All @@ -75,16 +77,27 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/SwiftExample">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2D54BF602437DED800FF4EE4"
BuildableName = "WatchExample.app"
BlueprintName = "WatchExample"
ReferencedContainer = "container:LegacySwiftExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2D54BF602437DED800FF4EE4"
BuildableName = "WatchExample.app"
BlueprintName = "WatchExample"
ReferencedContainer = "container:LegacySwiftExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
Expand Up @@ -55,33 +55,46 @@
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
notificationPayloadFile = "WatchExample Extension/PushNotificationPayload.apns">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/SwiftExample">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2D54BF602437DED800FF4EE4"
BuildableName = "WatchExample.app"
BlueprintName = "WatchExample"
ReferencedContainer = "container:LegacySwiftExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/SwiftExample">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2D54BF602437DED800FF4EE4"
BuildableName = "WatchExample.app"
BlueprintName = "WatchExample"
ReferencedContainer = "container:LegacySwiftExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2D54BF602437DED800FF4EE4"
BuildableName = "WatchExample.app"
BlueprintName = "WatchExample"
ReferencedContainer = "container:LegacySwiftExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down

0 comments on commit 125da78

Please sign in to comment.