Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/
H A DSelectionPolicy.swift43 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 DLoaderSelectionPolicy.swift12 …func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, filters…
22 withEmbeddedUpdate embeddedUpdate: Update,
23 launchedUpdate: Update?,
H A DReaperSelectionPolicyFilterAware.swift18 …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 DReaperSelectionPolicy.swift11 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -…
H A DLoaderSelectionPolicyFilterAware.swift15 …public func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, … in shouldLoadNewUpdate()
36 withEmbeddedUpdate embeddedUpdate: Update,
37 launchedUpdate: Update?,
H A DReaperSelectionPolicyDevelopmentClient.swift32 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -… in updatesToDelete()
44 var updatesToDelete: [Update] = [] in updatesToDelete()
H A DLauncherSelectionPolicyFilterAware.swift24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate()
25 var runnableUpdate: Update? in launchableUpdate()
H A DLauncherSelectionPolicy.swift10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update?
H A DLauncherSelectionPolicySingleUpdate.swift17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate()
/expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/
H A DSelectionPolicy.swift43 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 DLoaderSelectionPolicy.swift12 …func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, filters…
22 withEmbeddedUpdate embeddedUpdate: Update,
23 launchedUpdate: Update?,
H A DReaperSelectionPolicyFilterAware.swift18 …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 DReaperSelectionPolicy.swift11 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -…
H A DLoaderSelectionPolicyFilterAware.swift15 …public func shouldLoadNewUpdate(_ newUpdate: Update?, withLaunchedUpdate launchedUpdate: Update?, … in shouldLoadNewUpdate()
36 withEmbeddedUpdate embeddedUpdate: Update,
37 launchedUpdate: Update?,
H A DReaperSelectionPolicyDevelopmentClient.swift32 …sToDelete(withLaunchedUpdate launchedUpdate: Update, updates: [Update], filters: [String: Any]?) -… in updatesToDelete()
44 var updatesToDelete: [Update] = [] in updatesToDelete()
H A DLauncherSelectionPolicyFilterAware.swift24 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate()
25 var runnableUpdate: Update? in launchableUpdate()
H A DLauncherSelectionPolicy.swift10 @objc func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update?
H A DLauncherSelectionPolicySingleUpdate.swift17 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate()
/expo/packages/expo-updates/ios/Tests/
H A DReaperSelectionPolicyFilterAwareSpec.swift13 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 DReaperSelectionPolicyDevelopmentClientSpec.swift11 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 DUpdateSpec.swift32 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 DUpdates.e2e.ts7 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 Dintroduction.mdx2 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 Dfaq.mdx2 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.
17Update is a great way to quickly deliver improvements to the people who use your apps. For example…
23Update. We will ensure every developer still using the service will have ample notice to upgrade t…
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXExpoGoLauncherSelectionPolicyFilterAware.swift21 public func launchableUpdate(fromUpdates updates: [Update], filters: [String: Any]?) -> Update? { in launchableUpdate()
22 var runnableUpdate: Update? in launchableUpdate()

12345678910>>...13