| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/ |
| H A D | SelectionPolicy.swift | 43 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() 47 …public func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, … in shouldLoadNewUpdate() 53 withEmbeddedUpdate embeddedUpdate: Update, 54 launchedUpdate: Update?, 65 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -… in updatesToDelete()
|
| H A D | LoaderSelectionPolicy.swift | 12 …func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, filters… 22 withEmbeddedUpdate embeddedUpdate: Update, 23 launchedUpdate: Update?,
|
| H A D | ReaperSelectionPolicyFilterAware.swift | 18 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -… in updatesToDelete() 19 var updatesToDelete: [Update] = [] in updatesToDelete() 24 var nextNewestUpdate: Update? in updatesToDelete() 25 var nextNewestUpdateMatchingFilters: Update? in updatesToDelete()
|
| H A D | ReaperSelectionPolicy.swift | 11 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -…
|
| H A D | LoaderSelectionPolicyFilterAware.swift | 15 …public func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, … in shouldLoadNewUpdate() 36 withEmbeddedUpdate embeddedUpdate: Update, 37 launchedUpdate: Update?,
|
| H A D | ReaperSelectionPolicyDevelopmentClient.swift | 32 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -… in updatesToDelete() 44 var updatesToDelete: [Update] = [] in updatesToDelete()
|
| H A D | LauncherSelectionPolicyFilterAware.swift | 24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() 25 var runnableUpdate: Update? in launchableUpdate()
|
| H A D | LauncherSelectionPolicy.swift | 10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update?
|
| H A D | LauncherSelectionPolicySingleUpdate.swift | 17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate()
|
| /expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/ |
| H A D | SelectionPolicy.swift | 43 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() 47 …public func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, … in shouldLoadNewUpdate() 53 withEmbeddedUpdate embeddedUpdate: Update, 54 launchedUpdate: Update?, 65 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -… in updatesToDelete()
|
| H A D | LoaderSelectionPolicy.swift | 12 …func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, filters… 22 withEmbeddedUpdate embeddedUpdate: Update, 23 launchedUpdate: Update?,
|
| H A D | ReaperSelectionPolicyFilterAware.swift | 18 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -… in updatesToDelete() 19 var updatesToDelete: [Update] = [] in updatesToDelete() 24 var nextNewestUpdate: Update? in updatesToDelete() 25 var nextNewestUpdateMatchingFilters: Update? in updatesToDelete()
|
| H A D | ReaperSelectionPolicy.swift | 11 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -…
|
| H A D | LoaderSelectionPolicyFilterAware.swift | 15 …public func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, … in shouldLoadNewUpdate() 36 withEmbeddedUpdate embeddedUpdate: Update, 37 launchedUpdate: Update?,
|
| H A D | ReaperSelectionPolicyDevelopmentClient.swift | 32 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -… in updatesToDelete() 44 var updatesToDelete: [Update] = [] in updatesToDelete()
|
| H A D | LauncherSelectionPolicyFilterAware.swift | 24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() 25 var runnableUpdate: Update? in launchableUpdate()
|
| H A D | LauncherSelectionPolicy.swift | 10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update?
|
| H A D | LauncherSelectionPolicySingleUpdate.swift | 17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate()
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | ReaperSelectionPolicyFilterAwareSpec.swift | 13 var update1: Update! in spec() 14 var update2: Update! in spec() 15 var update3: Update! in spec() 16 var update4: Update! in spec() 17 var update5: Update! in spec() 27 update1 = Update( in spec() 40 update2 = Update( in spec() 53 update3 = Update( in spec() 66 update4 = Update( in spec() 79 update5 = Update( in spec() [all …]
|
| H A D | ReaperSelectionPolicyDevelopmentClientSpec.swift | 11 var update1: Update! in spec() 12 var update2: Update! in spec() 13 var update3: Update! in spec() 14 var update4: Update! in spec() 15 var update5: Update! in spec() 23 update1 = Update( in spec() 38 update2 = Update( in spec() 53 update3 = Update( in spec() 68 update4 = Update( in spec() 83 update5 = Update( in spec()
|
| H A D | UpdateSpec.swift | 32 expect(try! Update.update( in spec() 59 expect(try! Update.update( in spec() 86 expect(try Update.update( in spec() 102 expect(Update.update( in spec() 114 expect(Update.update( in spec()
|
| /expo/packages/expo-updates/e2e/fixtures/ |
| H A D | Updates.e2e.ts | 7 import Update from './utils/update'; 77 Server.start(Update.serverPort, protocolVersion); 98 Server.start(Update.serverPort); 116 const hash = await Update.copyBundleToStaticFolder( 131 Server.start(Update.serverPort, protocolVersion); 176 Server.start(Update.serverPort, protocolVersion); 238 Server.start(Update.serverPort, protocolVersion); 316 Server.start(Update.serverPort, protocolVersion); 356 Server.start(Update.serverPort, protocolVersion); 396 Server.start(Update.serverPort, protocolVersion); [all …]
|
| /expo/docs/pages/eas-update/ |
| H A D | introduction.mdx | 2 title: EAS Update 5 description: An introduction to EAS Update which is a hosted service for projects using the expo-up… 10 **EAS Update** is a hosted service that serves updates for projects using the `expo-updates` librar… 12 EAS Update makes fixing small bugs and pushing quick fixes a snap in between app store submissions.… 14 …updates` library have the ability to receive updates. To start using EAS Update, continue to the [… 22 EAS Update allows you to release hotfixes and enhancements in response to user feedback or market t… 26 EAS Update works with vanilla React Native apps. All you need to do is install the lightweight `exp… 30 EAS Update is designed for Expo apps, making integration easy and workflows efficient. Use the webs… 40 description="Get started with EAS Update and use it in your project." 52 description="View your teammate's changes with EAS Update."
|
| H A D | faq.mdx | 2 title: EAS Update FAQ 4 description: Frequently asked questions about EAS Update. 13 One of the rules of EAS Update is that you need to follow the rules of the platforms and app stores… 15 …ou were writing an app without Expo, you need to follow them when you’re using Expo and EAS Update. 17 …Update is a great way to quickly deliver improvements to the people who use your apps. For example… 23 …Update. We will ensure every developer still using the service will have ample notice to upgrade t…
|
| /expo/ios/Exponent/Kernel/AppLoader/ |
| H A D | EXExpoGoLauncherSelectionPolicyFilterAware.swift | 21 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate() 22 var runnableUpdate: Update? in launchableUpdate()
|