@ionic/portals-react-native 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ReactNativePortals.podspec +39 -14
- package/android/build.gradle +78 -108
- package/android/gradle.properties +5 -3
- package/android/src/main/java/io/ionic/portals/reactnative/PortalView.kt +11 -8
- package/android/src/main/java/io/ionic/portals/reactnative/ReactNativePortalManager.kt +37 -16
- package/android/src/main/java/io/ionic/portals/reactnative/ReactNativePortalsModule.kt +2 -3
- package/android/src/main/java/io/ionic/portals/reactnative/ReactNativeWebVitalsModule.kt +11 -19
- package/ios/IonicPortals+Codable.swift +77 -0
- package/ios/LiveUpdateManager+Async.swift +16 -46
- package/ios/Podfile +29 -4
- package/ios/Podfile.lock +478 -241
- package/ios/Portal.swift +50 -54
- package/ios/PortalView.swift +26 -8
- package/ios/PortalsConfig.swift +1 -88
- package/ios/PortalsReactNative-Bridging-Header.h +2 -0
- package/ios/PortalsReactNative.swift +41 -36
- package/ios/SyncResult+SyncError+Encodable.swift +55 -0
- package/ios/WebVitals.swift +19 -26
- package/package.json +62 -43
- package/src/{PortalView.android.tsx → BasePortalView.android.tsx} +2 -3
- package/src/{PortalView.tsx → BasePortalView.tsx} +2 -3
- package/src/{index.ts → index.tsx} +77 -39
- package/ios/LiveUpdate+Dict.swift +0 -30
- package/ios/LiveUpdateManagerError+Dict.swift +0 -19
- package/ios/ReactNativePortals.xcodeproj/project.pbxproj +0 -465
- package/ios/ReactNativePortals.xcodeproj/xcshareddata/xcschemes/ReactNativePortals.xcscheme +0 -67
- package/ios/ReactNativePortals.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/ReactNativePortals.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/SyncResult+Dict.swift +0 -35
- package/lib/commonjs/PortalView.android.js +0 -28
- package/lib/commonjs/PortalView.android.js.map +0 -1
- package/lib/commonjs/PortalView.js +0 -15
- package/lib/commonjs/PortalView.js.map +0 -1
- package/lib/commonjs/index.js +0 -200
- package/lib/commonjs/index.js.map +0 -1
- package/lib/module/PortalView.android.js +0 -20
- package/lib/module/PortalView.android.js.map +0 -1
- package/lib/module/PortalView.js +0 -8
- package/lib/module/PortalView.js.map +0 -1
- package/lib/module/index.js +0 -176
- package/lib/module/index.js.map +0 -1
- package/lib/typescript/PortalView.android.d.ts +0 -4
- package/lib/typescript/PortalView.d.ts +0 -4
- package/lib/typescript/index.d.ts +0 -181
- /package/ios/{PortalManager.m → PortalManager.mm} +0 -0
- /package/ios/{PortalView.m → PortalView.mm} +0 -0
- /package/ios/{PortalWebVitals.m → PortalWebVitals.mm} +0 -0
- /package/ios/{PortalsPubSub.m → PortalsPubSub.mm} +0 -0
|
@@ -1,465 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 55;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
24F0245B69703967E2679F6A /* Pods_ReactNativePortals.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0529BADF230AAE24E9A25425 /* Pods_ReactNativePortals.framework */; };
|
|
11
|
-
A7128A0627F7A16200DADDF3 /* PortalsReactNative.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FF95D6245B92E800C19C63 /* PortalsReactNative.swift */; };
|
|
12
|
-
A7128A0727F7A16200DADDF3 /* PortalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A71289F927F79EB200DADDF3 /* PortalManager.m */; };
|
|
13
|
-
A7128A0827F7A16200DADDF3 /* ReactNativePortals-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = F4FF95D5245B92E700C19C63 /* ReactNativePortals-Bridging-Header.h */; };
|
|
14
|
-
A7128A0927F7A16200DADDF3 /* PortalsPubSub.m in Sources */ = {isa = PBXBuildFile; fileRef = A71289F827F79D4000DADDF3 /* PortalsPubSub.m */; };
|
|
15
|
-
A7128A0A27F7A16200DADDF3 /* PortalView.m in Sources */ = {isa = PBXBuildFile; fileRef = A71289F727F79CDC00DADDF3 /* PortalView.m */; };
|
|
16
|
-
A71E306C29D392DF0073D47A /* SyncResult+Dict.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71E306B29D392DF0073D47A /* SyncResult+Dict.swift */; };
|
|
17
|
-
A71E306E29D4C8710073D47A /* AssetMap+Dict.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71E306D29D4C8710073D47A /* AssetMap+Dict.swift */; };
|
|
18
|
-
A71E307229D5FC450073D47A /* WebVitals.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71E307129D5FC450073D47A /* WebVitals.swift */; };
|
|
19
|
-
A71E307429D5FF650073D47A /* PortalWebVitals.m in Sources */ = {isa = PBXBuildFile; fileRef = A71E307329D5FF650073D47A /* PortalWebVitals.m */; };
|
|
20
|
-
A71E307629D771C90073D47A /* ConcurrentDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71E307529D771C90073D47A /* ConcurrentDictionary.swift */; };
|
|
21
|
-
A795AE1928EDEB6D0092B4B1 /* PortalsConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A795AE1828EDEB6D0092B4B1 /* PortalsConfig.swift */; };
|
|
22
|
-
A795AE1B28EDEBF20092B4B1 /* PortalsPubSub.swift in Sources */ = {isa = PBXBuildFile; fileRef = A795AE1A28EDEBF20092B4B1 /* PortalsPubSub.swift */; };
|
|
23
|
-
A795AE1D28EDEC7A0092B4B1 /* PortalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A795AE1C28EDEC7A0092B4B1 /* PortalView.swift */; };
|
|
24
|
-
A795AE1F28EDED0F0092B4B1 /* Portal.swift in Sources */ = {isa = PBXBuildFile; fileRef = A795AE1E28EDED0F0092B4B1 /* Portal.swift */; };
|
|
25
|
-
A795AE2128EDED710092B4B1 /* LiveUpdate+Dict.swift in Sources */ = {isa = PBXBuildFile; fileRef = A795AE2028EDED710092B4B1 /* LiveUpdate+Dict.swift */; };
|
|
26
|
-
A795AE2328EDEDCC0092B4B1 /* LiveUpdateManagerError+Dict.swift in Sources */ = {isa = PBXBuildFile; fileRef = A795AE2228EDEDCC0092B4B1 /* LiveUpdateManagerError+Dict.swift */; };
|
|
27
|
-
A795AE2528EDEE4E0092B4B1 /* LiveUpdateManager+Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = A795AE2428EDEE4E0092B4B1 /* LiveUpdateManager+Async.swift */; };
|
|
28
|
-
/* End PBXBuildFile section */
|
|
29
|
-
|
|
30
|
-
/* Begin PBXFileReference section */
|
|
31
|
-
0529BADF230AAE24E9A25425 /* Pods_ReactNativePortals.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ReactNativePortals.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
32
|
-
A71289F727F79CDC00DADDF3 /* PortalView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PortalView.m; sourceTree = "<group>"; };
|
|
33
|
-
A71289F827F79D4000DADDF3 /* PortalsPubSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PortalsPubSub.m; sourceTree = "<group>"; };
|
|
34
|
-
A71289F927F79EB200DADDF3 /* PortalManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PortalManager.m; sourceTree = "<group>"; };
|
|
35
|
-
A71289FF27F7A14900DADDF3 /* ReactNativePortals.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReactNativePortals.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
36
|
-
A71E306B29D392DF0073D47A /* SyncResult+Dict.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SyncResult+Dict.swift"; sourceTree = "<group>"; };
|
|
37
|
-
A71E306D29D4C8710073D47A /* AssetMap+Dict.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AssetMap+Dict.swift"; sourceTree = "<group>"; };
|
|
38
|
-
A71E307129D5FC450073D47A /* WebVitals.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebVitals.swift; sourceTree = "<group>"; };
|
|
39
|
-
A71E307329D5FF650073D47A /* PortalWebVitals.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PortalWebVitals.m; sourceTree = "<group>"; };
|
|
40
|
-
A71E307529D771C90073D47A /* ConcurrentDictionary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcurrentDictionary.swift; sourceTree = "<group>"; };
|
|
41
|
-
A795AE1828EDEB6D0092B4B1 /* PortalsConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PortalsConfig.swift; sourceTree = "<group>"; };
|
|
42
|
-
A795AE1A28EDEBF20092B4B1 /* PortalsPubSub.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PortalsPubSub.swift; sourceTree = "<group>"; };
|
|
43
|
-
A795AE1C28EDEC7A0092B4B1 /* PortalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PortalView.swift; sourceTree = "<group>"; };
|
|
44
|
-
A795AE1E28EDED0F0092B4B1 /* Portal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Portal.swift; sourceTree = "<group>"; };
|
|
45
|
-
A795AE2028EDED710092B4B1 /* LiveUpdate+Dict.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "LiveUpdate+Dict.swift"; sourceTree = "<group>"; };
|
|
46
|
-
A795AE2228EDEDCC0092B4B1 /* LiveUpdateManagerError+Dict.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "LiveUpdateManagerError+Dict.swift"; sourceTree = "<group>"; };
|
|
47
|
-
A795AE2428EDEE4E0092B4B1 /* LiveUpdateManager+Async.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "LiveUpdateManager+Async.swift"; sourceTree = "<group>"; };
|
|
48
|
-
CB9439A9444D2E97DA3B8149 /* Pods-ReactNativePortals.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativePortals.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativePortals/Pods-ReactNativePortals.debug.xcconfig"; sourceTree = "<group>"; };
|
|
49
|
-
F4FF95D5245B92E700C19C63 /* ReactNativePortals-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReactNativePortals-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
50
|
-
F4FF95D6245B92E800C19C63 /* PortalsReactNative.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PortalsReactNative.swift; sourceTree = "<group>"; };
|
|
51
|
-
F8836E0DEEAAB66F82FCC5C9 /* Pods-ReactNativePortals.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativePortals.release.xcconfig"; path = "Target Support Files/Pods-ReactNativePortals/Pods-ReactNativePortals.release.xcconfig"; sourceTree = "<group>"; };
|
|
52
|
-
/* End PBXFileReference section */
|
|
53
|
-
|
|
54
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
55
|
-
A71289FC27F7A14900DADDF3 /* Frameworks */ = {
|
|
56
|
-
isa = PBXFrameworksBuildPhase;
|
|
57
|
-
buildActionMask = 2147483647;
|
|
58
|
-
files = (
|
|
59
|
-
24F0245B69703967E2679F6A /* Pods_ReactNativePortals.framework in Frameworks */,
|
|
60
|
-
);
|
|
61
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
62
|
-
};
|
|
63
|
-
/* End PBXFrameworksBuildPhase section */
|
|
64
|
-
|
|
65
|
-
/* Begin PBXGroup section */
|
|
66
|
-
134814211AA4EA7D00B7C361 /* Products */ = {
|
|
67
|
-
isa = PBXGroup;
|
|
68
|
-
children = (
|
|
69
|
-
);
|
|
70
|
-
name = Products;
|
|
71
|
-
sourceTree = "<group>";
|
|
72
|
-
};
|
|
73
|
-
3A94B40EE7C428D3005BB0ED /* Frameworks */ = {
|
|
74
|
-
isa = PBXGroup;
|
|
75
|
-
children = (
|
|
76
|
-
0529BADF230AAE24E9A25425 /* Pods_ReactNativePortals.framework */,
|
|
77
|
-
);
|
|
78
|
-
name = Frameworks;
|
|
79
|
-
sourceTree = "<group>";
|
|
80
|
-
};
|
|
81
|
-
58B511D21A9E6C8500147676 = {
|
|
82
|
-
isa = PBXGroup;
|
|
83
|
-
children = (
|
|
84
|
-
A71E307529D771C90073D47A /* ConcurrentDictionary.swift */,
|
|
85
|
-
A71E307129D5FC450073D47A /* WebVitals.swift */,
|
|
86
|
-
A71E306D29D4C8710073D47A /* AssetMap+Dict.swift */,
|
|
87
|
-
A71E306B29D392DF0073D47A /* SyncResult+Dict.swift */,
|
|
88
|
-
F4FF95D6245B92E800C19C63 /* PortalsReactNative.swift */,
|
|
89
|
-
A795AE2428EDEE4E0092B4B1 /* LiveUpdateManager+Async.swift */,
|
|
90
|
-
A795AE2228EDEDCC0092B4B1 /* LiveUpdateManagerError+Dict.swift */,
|
|
91
|
-
A795AE2028EDED710092B4B1 /* LiveUpdate+Dict.swift */,
|
|
92
|
-
A795AE1E28EDED0F0092B4B1 /* Portal.swift */,
|
|
93
|
-
A795AE1C28EDEC7A0092B4B1 /* PortalView.swift */,
|
|
94
|
-
A795AE1A28EDEBF20092B4B1 /* PortalsPubSub.swift */,
|
|
95
|
-
A795AE1828EDEB6D0092B4B1 /* PortalsConfig.swift */,
|
|
96
|
-
A71289F727F79CDC00DADDF3 /* PortalView.m */,
|
|
97
|
-
A71E307329D5FF650073D47A /* PortalWebVitals.m */,
|
|
98
|
-
A71289F927F79EB200DADDF3 /* PortalManager.m */,
|
|
99
|
-
A71289F827F79D4000DADDF3 /* PortalsPubSub.m */,
|
|
100
|
-
F4FF95D5245B92E700C19C63 /* ReactNativePortals-Bridging-Header.h */,
|
|
101
|
-
134814211AA4EA7D00B7C361 /* Products */,
|
|
102
|
-
6D8E164A6A9206E2166C7202 /* Pods */,
|
|
103
|
-
A71289FF27F7A14900DADDF3 /* ReactNativePortals.framework */,
|
|
104
|
-
3A94B40EE7C428D3005BB0ED /* Frameworks */,
|
|
105
|
-
);
|
|
106
|
-
sourceTree = "<group>";
|
|
107
|
-
};
|
|
108
|
-
6D8E164A6A9206E2166C7202 /* Pods */ = {
|
|
109
|
-
isa = PBXGroup;
|
|
110
|
-
children = (
|
|
111
|
-
CB9439A9444D2E97DA3B8149 /* Pods-ReactNativePortals.debug.xcconfig */,
|
|
112
|
-
F8836E0DEEAAB66F82FCC5C9 /* Pods-ReactNativePortals.release.xcconfig */,
|
|
113
|
-
);
|
|
114
|
-
path = Pods;
|
|
115
|
-
sourceTree = "<group>";
|
|
116
|
-
};
|
|
117
|
-
/* End PBXGroup section */
|
|
118
|
-
|
|
119
|
-
/* Begin PBXHeadersBuildPhase section */
|
|
120
|
-
A71289FA27F7A14900DADDF3 /* Headers */ = {
|
|
121
|
-
isa = PBXHeadersBuildPhase;
|
|
122
|
-
buildActionMask = 2147483647;
|
|
123
|
-
files = (
|
|
124
|
-
A7128A0827F7A16200DADDF3 /* ReactNativePortals-Bridging-Header.h in Headers */,
|
|
125
|
-
);
|
|
126
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
127
|
-
};
|
|
128
|
-
/* End PBXHeadersBuildPhase section */
|
|
129
|
-
|
|
130
|
-
/* Begin PBXNativeTarget section */
|
|
131
|
-
A71289FE27F7A14900DADDF3 /* ReactNativePortals */ = {
|
|
132
|
-
isa = PBXNativeTarget;
|
|
133
|
-
buildConfigurationList = A7128A0327F7A14900DADDF3 /* Build configuration list for PBXNativeTarget "ReactNativePortals" */;
|
|
134
|
-
buildPhases = (
|
|
135
|
-
9634552A23ED22B440934CBE /* [CP] Check Pods Manifest.lock */,
|
|
136
|
-
A71289FA27F7A14900DADDF3 /* Headers */,
|
|
137
|
-
A71289FB27F7A14900DADDF3 /* Sources */,
|
|
138
|
-
A71289FC27F7A14900DADDF3 /* Frameworks */,
|
|
139
|
-
A71289FD27F7A14900DADDF3 /* Resources */,
|
|
140
|
-
);
|
|
141
|
-
buildRules = (
|
|
142
|
-
);
|
|
143
|
-
dependencies = (
|
|
144
|
-
);
|
|
145
|
-
name = ReactNativePortals;
|
|
146
|
-
productName = ReactNativePortals;
|
|
147
|
-
productReference = A71289FF27F7A14900DADDF3 /* ReactNativePortals.framework */;
|
|
148
|
-
productType = "com.apple.product-type.framework";
|
|
149
|
-
};
|
|
150
|
-
/* End PBXNativeTarget section */
|
|
151
|
-
|
|
152
|
-
/* Begin PBXProject section */
|
|
153
|
-
58B511D31A9E6C8500147676 /* Project object */ = {
|
|
154
|
-
isa = PBXProject;
|
|
155
|
-
attributes = {
|
|
156
|
-
LastUpgradeCheck = 1330;
|
|
157
|
-
ORGANIZATIONNAME = Facebook;
|
|
158
|
-
TargetAttributes = {
|
|
159
|
-
A71289FE27F7A14900DADDF3 = {
|
|
160
|
-
CreatedOnToolsVersion = 13.3;
|
|
161
|
-
};
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "ReactNativePortals" */;
|
|
165
|
-
compatibilityVersion = "Xcode 13.0";
|
|
166
|
-
developmentRegion = English;
|
|
167
|
-
hasScannedForEncodings = 0;
|
|
168
|
-
knownRegions = (
|
|
169
|
-
English,
|
|
170
|
-
en,
|
|
171
|
-
);
|
|
172
|
-
mainGroup = 58B511D21A9E6C8500147676;
|
|
173
|
-
productRefGroup = 58B511D21A9E6C8500147676;
|
|
174
|
-
projectDirPath = "";
|
|
175
|
-
projectRoot = "";
|
|
176
|
-
targets = (
|
|
177
|
-
A71289FE27F7A14900DADDF3 /* ReactNativePortals */,
|
|
178
|
-
);
|
|
179
|
-
};
|
|
180
|
-
/* End PBXProject section */
|
|
181
|
-
|
|
182
|
-
/* Begin PBXResourcesBuildPhase section */
|
|
183
|
-
A71289FD27F7A14900DADDF3 /* Resources */ = {
|
|
184
|
-
isa = PBXResourcesBuildPhase;
|
|
185
|
-
buildActionMask = 2147483647;
|
|
186
|
-
files = (
|
|
187
|
-
);
|
|
188
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
189
|
-
};
|
|
190
|
-
/* End PBXResourcesBuildPhase section */
|
|
191
|
-
|
|
192
|
-
/* Begin PBXShellScriptBuildPhase section */
|
|
193
|
-
9634552A23ED22B440934CBE /* [CP] Check Pods Manifest.lock */ = {
|
|
194
|
-
isa = PBXShellScriptBuildPhase;
|
|
195
|
-
buildActionMask = 2147483647;
|
|
196
|
-
files = (
|
|
197
|
-
);
|
|
198
|
-
inputFileListPaths = (
|
|
199
|
-
);
|
|
200
|
-
inputPaths = (
|
|
201
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
202
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
203
|
-
);
|
|
204
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
205
|
-
outputFileListPaths = (
|
|
206
|
-
);
|
|
207
|
-
outputPaths = (
|
|
208
|
-
"$(DERIVED_FILE_DIR)/Pods-ReactNativePortals-checkManifestLockResult.txt",
|
|
209
|
-
);
|
|
210
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
211
|
-
shellPath = /bin/sh;
|
|
212
|
-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
213
|
-
showEnvVarsInLog = 0;
|
|
214
|
-
};
|
|
215
|
-
/* End PBXShellScriptBuildPhase section */
|
|
216
|
-
|
|
217
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
218
|
-
A71289FB27F7A14900DADDF3 /* Sources */ = {
|
|
219
|
-
isa = PBXSourcesBuildPhase;
|
|
220
|
-
buildActionMask = 2147483647;
|
|
221
|
-
files = (
|
|
222
|
-
A7128A0A27F7A16200DADDF3 /* PortalView.m in Sources */,
|
|
223
|
-
A71E307429D5FF650073D47A /* PortalWebVitals.m in Sources */,
|
|
224
|
-
A7128A0927F7A16200DADDF3 /* PortalsPubSub.m in Sources */,
|
|
225
|
-
A795AE1D28EDEC7A0092B4B1 /* PortalView.swift in Sources */,
|
|
226
|
-
A71E306E29D4C8710073D47A /* AssetMap+Dict.swift in Sources */,
|
|
227
|
-
A71E306C29D392DF0073D47A /* SyncResult+Dict.swift in Sources */,
|
|
228
|
-
A71E307229D5FC450073D47A /* WebVitals.swift in Sources */,
|
|
229
|
-
A71E307629D771C90073D47A /* ConcurrentDictionary.swift in Sources */,
|
|
230
|
-
A795AE2128EDED710092B4B1 /* LiveUpdate+Dict.swift in Sources */,
|
|
231
|
-
A795AE1B28EDEBF20092B4B1 /* PortalsPubSub.swift in Sources */,
|
|
232
|
-
A7128A0627F7A16200DADDF3 /* PortalsReactNative.swift in Sources */,
|
|
233
|
-
A795AE1F28EDED0F0092B4B1 /* Portal.swift in Sources */,
|
|
234
|
-
A795AE2328EDEDCC0092B4B1 /* LiveUpdateManagerError+Dict.swift in Sources */,
|
|
235
|
-
A7128A0727F7A16200DADDF3 /* PortalManager.m in Sources */,
|
|
236
|
-
A795AE1928EDEB6D0092B4B1 /* PortalsConfig.swift in Sources */,
|
|
237
|
-
A795AE2528EDEE4E0092B4B1 /* LiveUpdateManager+Async.swift in Sources */,
|
|
238
|
-
);
|
|
239
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
240
|
-
};
|
|
241
|
-
/* End PBXSourcesBuildPhase section */
|
|
242
|
-
|
|
243
|
-
/* Begin XCBuildConfiguration section */
|
|
244
|
-
58B511ED1A9E6C8500147676 /* Debug */ = {
|
|
245
|
-
isa = XCBuildConfiguration;
|
|
246
|
-
buildSettings = {
|
|
247
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
248
|
-
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
249
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
250
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
251
|
-
CLANG_ENABLE_MODULES = YES;
|
|
252
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
253
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
254
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
255
|
-
CLANG_WARN_COMMA = YES;
|
|
256
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
257
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
258
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
259
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
260
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
261
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
262
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
263
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
264
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
265
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
266
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
267
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
268
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
269
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
270
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
271
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
272
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
273
|
-
COPY_PHASE_STRIP = NO;
|
|
274
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
275
|
-
ENABLE_TESTABILITY = YES;
|
|
276
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
277
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
278
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
279
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
280
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
281
|
-
"DEBUG=1",
|
|
282
|
-
"$(inherited)",
|
|
283
|
-
);
|
|
284
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
285
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
286
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
287
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
288
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
289
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
290
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
291
|
-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
292
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
293
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
294
|
-
SDKROOT = iphoneos;
|
|
295
|
-
};
|
|
296
|
-
name = Debug;
|
|
297
|
-
};
|
|
298
|
-
58B511EE1A9E6C8500147676 /* Release */ = {
|
|
299
|
-
isa = XCBuildConfiguration;
|
|
300
|
-
buildSettings = {
|
|
301
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
302
|
-
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
303
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
304
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
305
|
-
CLANG_ENABLE_MODULES = YES;
|
|
306
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
307
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
308
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
309
|
-
CLANG_WARN_COMMA = YES;
|
|
310
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
311
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
312
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
313
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
314
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
315
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
316
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
317
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
318
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
319
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
320
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
321
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
322
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
323
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
324
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
325
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
326
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
327
|
-
COPY_PHASE_STRIP = YES;
|
|
328
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
329
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
330
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
331
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
332
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
333
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
334
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
335
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
336
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
337
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
338
|
-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
339
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
340
|
-
SDKROOT = iphoneos;
|
|
341
|
-
VALIDATE_PRODUCT = YES;
|
|
342
|
-
};
|
|
343
|
-
name = Release;
|
|
344
|
-
};
|
|
345
|
-
A7128A0427F7A14900DADDF3 /* Debug */ = {
|
|
346
|
-
isa = XCBuildConfiguration;
|
|
347
|
-
baseConfigurationReference = CB9439A9444D2E97DA3B8149 /* Pods-ReactNativePortals.debug.xcconfig */;
|
|
348
|
-
buildSettings = {
|
|
349
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
350
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
351
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
|
352
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
353
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
354
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
355
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
356
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
357
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
358
|
-
CODE_SIGN_STYLE = Automatic;
|
|
359
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
360
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
361
|
-
DEFINES_MODULE = YES;
|
|
362
|
-
DEVELOPMENT_TEAM = 9YN2HU59K8;
|
|
363
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
364
|
-
DYLIB_CURRENT_VERSION = 1;
|
|
365
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
366
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
367
|
-
GENERATE_INFOPLIST_FILE = YES;
|
|
368
|
-
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Facebook. All rights reserved.";
|
|
369
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
370
|
-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
371
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
372
|
-
"$(inherited)",
|
|
373
|
-
"@executable_path/Frameworks",
|
|
374
|
-
"@loader_path/Frameworks",
|
|
375
|
-
);
|
|
376
|
-
MARKETING_VERSION = 1.0;
|
|
377
|
-
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
378
|
-
MTL_FAST_MATH = YES;
|
|
379
|
-
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.react.portals.ReactNativePortals;
|
|
380
|
-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
381
|
-
SKIP_INSTALL = YES;
|
|
382
|
-
SUPPORTS_MACCATALYST = NO;
|
|
383
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
384
|
-
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
385
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
386
|
-
SWIFT_VERSION = 5.0;
|
|
387
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
388
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
389
|
-
VERSION_INFO_PREFIX = "";
|
|
390
|
-
};
|
|
391
|
-
name = Debug;
|
|
392
|
-
};
|
|
393
|
-
A7128A0527F7A14900DADDF3 /* Release */ = {
|
|
394
|
-
isa = XCBuildConfiguration;
|
|
395
|
-
baseConfigurationReference = F8836E0DEEAAB66F82FCC5C9 /* Pods-ReactNativePortals.release.xcconfig */;
|
|
396
|
-
buildSettings = {
|
|
397
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
398
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
399
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
|
|
400
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
401
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
402
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
403
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
404
|
-
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
405
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
406
|
-
CODE_SIGN_STYLE = Automatic;
|
|
407
|
-
COPY_PHASE_STRIP = NO;
|
|
408
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
409
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
410
|
-
DEFINES_MODULE = YES;
|
|
411
|
-
DEVELOPMENT_TEAM = 9YN2HU59K8;
|
|
412
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
413
|
-
DYLIB_CURRENT_VERSION = 1;
|
|
414
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
415
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
416
|
-
GENERATE_INFOPLIST_FILE = YES;
|
|
417
|
-
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Facebook. All rights reserved.";
|
|
418
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
419
|
-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
420
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
421
|
-
"$(inherited)",
|
|
422
|
-
"@executable_path/Frameworks",
|
|
423
|
-
"@loader_path/Frameworks",
|
|
424
|
-
);
|
|
425
|
-
MARKETING_VERSION = 1.0;
|
|
426
|
-
MTL_FAST_MATH = YES;
|
|
427
|
-
PRODUCT_BUNDLE_IDENTIFIER = io.ionic.react.portals.ReactNativePortals;
|
|
428
|
-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
429
|
-
SKIP_INSTALL = YES;
|
|
430
|
-
SUPPORTS_MACCATALYST = NO;
|
|
431
|
-
SWIFT_COMPILATION_MODE = wholemodule;
|
|
432
|
-
SWIFT_EMIT_LOC_STRINGS = YES;
|
|
433
|
-
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
434
|
-
SWIFT_VERSION = 5.0;
|
|
435
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
436
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
437
|
-
VERSION_INFO_PREFIX = "";
|
|
438
|
-
};
|
|
439
|
-
name = Release;
|
|
440
|
-
};
|
|
441
|
-
/* End XCBuildConfiguration section */
|
|
442
|
-
|
|
443
|
-
/* Begin XCConfigurationList section */
|
|
444
|
-
58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "ReactNativePortals" */ = {
|
|
445
|
-
isa = XCConfigurationList;
|
|
446
|
-
buildConfigurations = (
|
|
447
|
-
58B511ED1A9E6C8500147676 /* Debug */,
|
|
448
|
-
58B511EE1A9E6C8500147676 /* Release */,
|
|
449
|
-
);
|
|
450
|
-
defaultConfigurationIsVisible = 0;
|
|
451
|
-
defaultConfigurationName = Release;
|
|
452
|
-
};
|
|
453
|
-
A7128A0327F7A14900DADDF3 /* Build configuration list for PBXNativeTarget "ReactNativePortals" */ = {
|
|
454
|
-
isa = XCConfigurationList;
|
|
455
|
-
buildConfigurations = (
|
|
456
|
-
A7128A0427F7A14900DADDF3 /* Debug */,
|
|
457
|
-
A7128A0527F7A14900DADDF3 /* Release */,
|
|
458
|
-
);
|
|
459
|
-
defaultConfigurationIsVisible = 0;
|
|
460
|
-
defaultConfigurationName = Release;
|
|
461
|
-
};
|
|
462
|
-
/* End XCConfigurationList section */
|
|
463
|
-
};
|
|
464
|
-
rootObject = 58B511D31A9E6C8500147676 /* Project object */;
|
|
465
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1330"
|
|
4
|
-
version = "1.3">
|
|
5
|
-
<BuildAction
|
|
6
|
-
parallelizeBuildables = "YES"
|
|
7
|
-
buildImplicitDependencies = "YES">
|
|
8
|
-
<BuildActionEntries>
|
|
9
|
-
<BuildActionEntry
|
|
10
|
-
buildForTesting = "YES"
|
|
11
|
-
buildForRunning = "YES"
|
|
12
|
-
buildForProfiling = "YES"
|
|
13
|
-
buildForArchiving = "YES"
|
|
14
|
-
buildForAnalyzing = "YES">
|
|
15
|
-
<BuildableReference
|
|
16
|
-
BuildableIdentifier = "primary"
|
|
17
|
-
BlueprintIdentifier = "A71289FE27F7A14900DADDF3"
|
|
18
|
-
BuildableName = "ReactNativePortals.framework"
|
|
19
|
-
BlueprintName = "ReactNativePortals"
|
|
20
|
-
ReferencedContainer = "container:ReactNativePortals.xcodeproj">
|
|
21
|
-
</BuildableReference>
|
|
22
|
-
</BuildActionEntry>
|
|
23
|
-
</BuildActionEntries>
|
|
24
|
-
</BuildAction>
|
|
25
|
-
<TestAction
|
|
26
|
-
buildConfiguration = "Debug"
|
|
27
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
28
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
29
|
-
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
30
|
-
<Testables>
|
|
31
|
-
</Testables>
|
|
32
|
-
</TestAction>
|
|
33
|
-
<LaunchAction
|
|
34
|
-
buildConfiguration = "Debug"
|
|
35
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
36
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
37
|
-
launchStyle = "0"
|
|
38
|
-
useCustomWorkingDirectory = "NO"
|
|
39
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
40
|
-
debugDocumentVersioning = "YES"
|
|
41
|
-
debugServiceExtension = "internal"
|
|
42
|
-
allowLocationSimulation = "YES">
|
|
43
|
-
</LaunchAction>
|
|
44
|
-
<ProfileAction
|
|
45
|
-
buildConfiguration = "Release"
|
|
46
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
47
|
-
savedToolIdentifier = ""
|
|
48
|
-
useCustomWorkingDirectory = "NO"
|
|
49
|
-
debugDocumentVersioning = "YES">
|
|
50
|
-
<MacroExpansion>
|
|
51
|
-
<BuildableReference
|
|
52
|
-
BuildableIdentifier = "primary"
|
|
53
|
-
BlueprintIdentifier = "A71289FE27F7A14900DADDF3"
|
|
54
|
-
BuildableName = "ReactNativePortals.framework"
|
|
55
|
-
BlueprintName = "ReactNativePortals"
|
|
56
|
-
ReferencedContainer = "container:ReactNativePortals.xcodeproj">
|
|
57
|
-
</BuildableReference>
|
|
58
|
-
</MacroExpansion>
|
|
59
|
-
</ProfileAction>
|
|
60
|
-
<AnalyzeAction
|
|
61
|
-
buildConfiguration = "Debug">
|
|
62
|
-
</AnalyzeAction>
|
|
63
|
-
<ArchiveAction
|
|
64
|
-
buildConfiguration = "Release"
|
|
65
|
-
revealArchiveInOrganizer = "YES">
|
|
66
|
-
</ArchiveAction>
|
|
67
|
-
</Scheme>
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// SyncResult+Dict.swift
|
|
3
|
-
// ReactNativePortals
|
|
4
|
-
//
|
|
5
|
-
// Created by Steven Sherry on 3/28/23.
|
|
6
|
-
// Copyright © 2023 Facebook. All rights reserved.
|
|
7
|
-
//
|
|
8
|
-
|
|
9
|
-
import IonicLiveUpdates
|
|
10
|
-
|
|
11
|
-
extension LiveUpdateManager.SyncResult {
|
|
12
|
-
var dict: [String: Any] {
|
|
13
|
-
var base: [String: Any] = [
|
|
14
|
-
"liveUpdate": [
|
|
15
|
-
"appId": liveUpdate.appId,
|
|
16
|
-
"channel": liveUpdate.channel
|
|
17
|
-
],
|
|
18
|
-
"snapshot": [
|
|
19
|
-
"id": snapshot.id,
|
|
20
|
-
"buildId": snapshot.buildId
|
|
21
|
-
]
|
|
22
|
-
]
|
|
23
|
-
|
|
24
|
-
switch source {
|
|
25
|
-
case .cache(let latestAppDirectoryChanged):
|
|
26
|
-
base["source"] = "cache"
|
|
27
|
-
base["activeApplicationPathChanged"] = latestAppDirectoryChanged
|
|
28
|
-
@unknown default:
|
|
29
|
-
base["source"] = "download"
|
|
30
|
-
base["activeApplicationPathChanged"] = true
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
return base
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
10
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
11
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
-
const PortalViewManager = (0, _reactNative.requireNativeComponent)('AndroidPortalView');
|
|
13
|
-
const createFragment = viewId => _reactNative.UIManager.dispatchViewManagerCommand(viewId,
|
|
14
|
-
// we are calling the 'create' command
|
|
15
|
-
// @ts-expect-error
|
|
16
|
-
_reactNative.UIManager.AndroidPortalView.Commands.create.toString(), [viewId]);
|
|
17
|
-
const PortalView = props => {
|
|
18
|
-
const ref = (0, _react.useRef)(null);
|
|
19
|
-
(0, _react.useEffect)(() => {
|
|
20
|
-
const viewId = (0, _reactNative.findNodeHandle)(ref.current);
|
|
21
|
-
createFragment(viewId);
|
|
22
|
-
}, []);
|
|
23
|
-
return /*#__PURE__*/_react.default.createElement(PortalViewManager, _extends({}, props, {
|
|
24
|
-
ref: ref
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
var _default = exports.default = PortalView;
|
|
28
|
-
//# sourceMappingURL=PortalView.android.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","PortalViewManager","requireNativeComponent","createFragment","viewId","UIManager","dispatchViewManagerCommand","AndroidPortalView","Commands","create","toString","PortalView","props","ref","useRef","useEffect","findNodeHandle","current","createElement","_default","exports"],"sources":["PortalView.android.tsx"],"sourcesContent":["import React, { useEffect, useRef } from 'react';\nimport {\n findNodeHandle,\n requireNativeComponent,\n UIManager,\n} from 'react-native';\nimport type { PortalProps } from '.';\n\nconst PortalViewManager = requireNativeComponent('AndroidPortalView');\n\nconst createFragment = (viewId: number | null) =>\n UIManager.dispatchViewManagerCommand(\n viewId,\n // we are calling the 'create' command\n // @ts-expect-error\n UIManager.AndroidPortalView.Commands.create.toString(),\n [viewId]\n );\n\nconst PortalView = (props: PortalProps) => {\n const ref = useRef(null);\n\n useEffect(() => {\n const viewId = findNodeHandle(ref.current);\n createFragment(viewId);\n }, []);\n\n return <PortalViewManager {...props} ref={ref} />;\n};\n\nexport default PortalView;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAIsB,SAAAE,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAJ,wBAAAQ,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAAA,SAAAW,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAV,GAAA,IAAAa,MAAA,QAAAhB,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAU,MAAA,EAAAb,GAAA,KAAAS,MAAA,CAAAT,GAAA,IAAAa,MAAA,CAAAb,GAAA,gBAAAS,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAH,SAAA;AAGtB,MAAMI,iBAAiB,GAAG,IAAAC,mCAAsB,EAAC,mBAAmB,CAAC;AAErE,MAAMC,cAAc,GAAIC,MAAqB,IAC3CC,sBAAS,CAACC,0BAA0B,CAClCF,MAAM;AACN;AACA;AACAC,sBAAS,CAACE,iBAAiB,CAACC,QAAQ,CAACC,MAAM,CAACC,QAAQ,CAAC,CAAC,EACtD,CAACN,MAAM,CACT,CAAC;AAEH,MAAMO,UAAU,GAAIC,KAAkB,IAAK;EACzC,MAAMC,GAAG,GAAG,IAAAC,aAAM,EAAC,IAAI,CAAC;EAExB,IAAAC,gBAAS,EAAC,MAAM;IACd,MAAMX,MAAM,GAAG,IAAAY,2BAAc,EAACH,GAAG,CAACI,OAAO,CAAC;IAC1Cd,cAAc,CAACC,MAAM,CAAC;EACxB,CAAC,EAAE,EAAE,CAAC;EAEN,oBAAOtC,MAAA,CAAAW,OAAA,CAAAyC,aAAA,CAACjB,iBAAiB,EAAAT,QAAA,KAAKoB,KAAK;IAAEC,GAAG,EAAEA;EAAI,EAAE,CAAC;AACnD,CAAC;AAAC,IAAAM,QAAA,GAAAC,OAAA,CAAA3C,OAAA,GAEakC,UAAU"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _reactNative = require("react-native");
|
|
9
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
10
|
-
const HostComponentPortal = (0, _reactNative.requireNativeComponent)('IONPortalView');
|
|
11
|
-
const PortalView = props => {
|
|
12
|
-
return /*#__PURE__*/_react.default.createElement(HostComponentPortal, props);
|
|
13
|
-
};
|
|
14
|
-
var _default = exports.default = PortalView;
|
|
15
|
-
//# sourceMappingURL=PortalView.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","obj","__esModule","default","HostComponentPortal","requireNativeComponent","PortalView","props","createElement","_default","exports"],"sources":["PortalView.tsx"],"sourcesContent":["import React from 'react';\nimport { requireNativeComponent } from 'react-native';\nimport type { PortalProps } from '.';\n\nconst HostComponentPortal = requireNativeComponent('IONPortalView');\n\nconst PortalView = (props: PortalProps) => {\n return <HostComponentPortal {...props} />;\n};\n\nexport default PortalView;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAAsD,SAAAD,uBAAAG,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAGtD,MAAMG,mBAAmB,GAAG,IAAAC,mCAAsB,EAAC,eAAe,CAAC;AAEnE,MAAMC,UAAU,GAAIC,KAAkB,IAAK;EACzC,oBAAOV,MAAA,CAAAM,OAAA,CAAAK,aAAA,CAACJ,mBAAmB,EAAKG,KAAQ,CAAC;AAC3C,CAAC;AAAC,IAAAE,QAAA,GAAAC,OAAA,CAAAP,OAAA,GAEaG,UAAU"}
|