Skip to content

Commit

Permalink
[MBL-1447] Create fragments for PPO (#2111)
Browse files Browse the repository at this point in the history
* Regenerate graphql-schema

* Create PPO fragments
  • Loading branch information
ifosli authored Aug 5, 2024
1 parent 299f8b1 commit 30ecfd8
Show file tree
Hide file tree
Showing 7 changed files with 1,228 additions and 1,477 deletions.
13 changes: 12 additions & 1 deletion Kickstarter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@
37FEFBC8222F1E4F00FCA608 /* ProcessInfoType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FEFBC7222F1E4F00FCA608 /* ProcessInfoType.swift */; };
392BB12A2C3BEB5600A5591B /* PPOEmptyStateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 392BB1292C3BEB5500A5591B /* PPOEmptyStateView.swift */; };
392BB12C2C3C095200A5591B /* PPOEmptyStateViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 392BB12B2C3C095200A5591B /* PPOEmptyStateViewTests.swift */; };
393E8DA12C5BE07C00AEA968 /* PPOBackingFragment.graphql in Resources */ = {isa = PBXBuildFile; fileRef = 393E8DA02C5BE07C00AEA968 /* PPOBackingFragment.graphql */; };
393E8DA32C5BE08500AEA968 /* PPOCardFragment.graphql in Resources */ = {isa = PBXBuildFile; fileRef = 393E8DA22C5BE08500AEA968 /* PPOCardFragment.graphql */; };
393E8DA52C5BE08B00AEA968 /* PPOProjectFragment.graphql in Resources */ = {isa = PBXBuildFile; fileRef = 393E8DA42C5BE08B00AEA968 /* PPOProjectFragment.graphql */; };
394BB7132C5ACCBA007F0FFD /* ButtonStylesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 394BB7122C5ACCBA007F0FFD /* ButtonStylesTests.swift */; };
3959A6282B69AE6D00FE8055 /* CombineTestObserverTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1889D8D2B6065D6004FBE21 /* CombineTestObserverTests.swift */; };
3959A62C2B69B9CD00FE8055 /* CombineTestObserver.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1FDB1E72AEAAC6100285F93 /* CombineTestObserver.swift */; };
Expand Down Expand Up @@ -1961,6 +1964,9 @@
37FEFBC7222F1E4F00FCA608 /* ProcessInfoType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessInfoType.swift; sourceTree = "<group>"; };
392BB1292C3BEB5500A5591B /* PPOEmptyStateView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PPOEmptyStateView.swift; sourceTree = "<group>"; };
392BB12B2C3C095200A5591B /* PPOEmptyStateViewTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PPOEmptyStateViewTests.swift; sourceTree = "<group>"; };
393E8DA02C5BE07C00AEA968 /* PPOBackingFragment.graphql */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PPOBackingFragment.graphql; sourceTree = "<group>"; };
393E8DA22C5BE08500AEA968 /* PPOCardFragment.graphql */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PPOCardFragment.graphql; sourceTree = "<group>"; };
393E8DA42C5BE08B00AEA968 /* PPOProjectFragment.graphql */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PPOProjectFragment.graphql; sourceTree = "<group>"; };
394BB7122C5ACCBA007F0FFD /* ButtonStylesTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonStylesTests.swift; sourceTree = "<group>"; };
395A3BC12B8E54C90091A379 /* AttributionTracking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AttributionTracking.swift; sourceTree = "<group>"; };
395A3BC32B8E56800091A379 /* AttributionTrackingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AttributionTrackingTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -5898,6 +5904,9 @@
8A1556F2269398CB00017845 /* CreditCardFragment.graphql */,
8A1556F4269398CB00017845 /* LocationFragment.graphql */,
8A1556F0269398CB00017845 /* MoneyFragment.graphql */,
393E8DA02C5BE07C00AEA968 /* PPOBackingFragment.graphql */,
393E8DA22C5BE08500AEA968 /* PPOCardFragment.graphql */,
393E8DA42C5BE08B00AEA968 /* PPOProjectFragment.graphql */,
8A1556EF269398CB00017845 /* ProjectFragment.graphql */,
8A1556DF269394B600017845 /* RewardFragment.graphql */,
8AC3E08D2698CE8200168BF8 /* ShippingRuleFragment.graphql */,
Expand Down Expand Up @@ -7567,6 +7576,7 @@
19047FBB2889A16300BDD1A8 /* CreateSetupIntent.graphql in Resources */,
062868E626B999EF00EC5052 /* DeletePaymentSource.graphql in Resources */,
06C38CB926A9D13400591CED /* UpdateUserProfile.graphql in Resources */,
393E8DA52C5BE08B00AEA968 /* PPOProjectFragment.graphql in Resources */,
47D7D09626C2EA5200D2BAB5 /* SignInWithApple.graphql in Resources */,
06DAAE5926AA3CD100194E58 /* CommentFragment.graphql in Resources */,
06261603273B0E1500389981 /* PostComment.graphql in Resources */,
Expand All @@ -7587,6 +7597,7 @@
39B5E1122B89120F00FFB720 /* CreateAttributionEvent.graphql in Resources */,
399DAD8A2ACD163400238BA1 /* UnwatchProject.graphql in Resources */,
06DAAE5B26AA3CD800194E58 /* BackingFragment.graphql in Resources */,
393E8DA12C5BE07C00AEA968 /* PPOBackingFragment.graphql in Resources */,
608F974A2B7522EF00DBE7D7 /* ValidateCheckout.graphql in Resources */,
6008632C29B8F64800B87B39 /* UserEmailFragment.graphql in Resources */,
47C0BCD826C42135003658AC /* CreatePaymentSource.graphql in Resources */,
Expand All @@ -7610,6 +7621,7 @@
6051C6752B67F2D600514202 /* CreatePaymentIntent.graphql in Resources */,
06DAAE5326AA3CC300194E58 /* RewardFragment.graphql in Resources */,
47A662F126AF1FCC001CE7B1 /* WatchProject.graphql in Resources */,
393E8DA32C5BE08500AEA968 /* PPOCardFragment.graphql in Resources */,
609309952A6055A5004297AF /* TriggerThirdPartyEvent.graphql in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -7716,7 +7728,6 @@
8A4E954524525AC900A578CF /* CreditCardType+ImageName.swift in Sources */,
0156B3751D0F7524000C4252 /* ActivityFriendFollowCellViewModel.swift in Sources */,
013F2FDC1D66243E0066DB77 /* DiscoveryNavigationHeaderViewModel.swift in Sources */,
6035AFBA2C59829F007E28FC /* NoShippingPostCampaignViewModel.swift in Sources */,
A79BF81F1D11F6AF004C0445 /* Strings.swift in Sources */,
1611EF6723B2752A0051CDCC /* UUIDType.swift in Sources */,
014D629B1E6E31790033D2BD /* BackerDashboardProjectsViewModel.swift in Sources */,
Expand Down
Loading

0 comments on commit 30ecfd8

Please sign in to comment.