@getquip/expo-nordic-dfu 2.0.0 → 2.0.1
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/.github/workflows/conf-traffic.yml +2 -0
- package/README.md +20 -4
- package/example/README.md +1 -0
- package/example/package-lock.json +374 -420
- package/example/package.json +8 -8
- package/package.json +8 -8
- package/example/android/app/build.gradle +0 -182
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -14
- package/example/android/app/src/debug/AndroidManifest.xml +0 -7
- package/example/android/app/src/debugOptimized/AndroidManifest.xml +0 -7
- package/example/android/app/src/main/AndroidManifest.xml +0 -34
- package/example/android/app/src/main/java/expo/modules/nordicdfu/example/MainActivity.kt +0 -61
- package/example/android/app/src/main/java/expo/modules/nordicdfu/example/MainApplication.kt +0 -56
- package/example/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -6
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
- package/example/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
- package/example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
- package/example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- package/example/android/app/src/main/res/values/colors.xml +0 -6
- package/example/android/app/src/main/res/values/strings.xml +0 -5
- package/example/android/app/src/main/res/values/styles.xml +0 -11
- package/example/android/app/src/main/res/values-night/colors.xml +0 -1
- package/example/android/build.gradle +0 -24
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/example/android/gradle.properties +0 -65
- package/example/android/gradlew +0 -251
- package/example/android/gradlew.bat +0 -94
- package/example/android/settings.gradle +0 -39
- package/example/ios/.xcode.env +0 -11
- package/example/ios/Podfile +0 -60
- package/example/ios/Podfile.lock +0 -2123
- package/example/ios/Podfile.properties.json +0 -5
- package/example/ios/exponordicdfuexample/AppDelegate.swift +0 -70
- package/example/ios/exponordicdfuexample/Images.xcassets/AppIcon.appiconset/App-Icon-1024x1024@1x.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -14
- package/example/ios/exponordicdfuexample/Images.xcassets/Contents.json +0 -6
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenBackground.colorset/Contents.json +0 -20
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/Contents.json +0 -23
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image@2x.png +0 -0
- package/example/ios/exponordicdfuexample/Images.xcassets/SplashScreenLegacy.imageset/image@3x.png +0 -0
- package/example/ios/exponordicdfuexample/Info.plist +0 -78
- package/example/ios/exponordicdfuexample/PrivacyInfo.xcprivacy +0 -48
- package/example/ios/exponordicdfuexample/SplashScreen.storyboard +0 -48
- package/example/ios/exponordicdfuexample/Supporting/Expo.plist +0 -12
- package/example/ios/exponordicdfuexample/exponordicdfuexample-Bridging-Header.h +0 -3
- package/example/ios/exponordicdfuexample/exponordicdfuexample.entitlements +0 -5
- package/example/ios/exponordicdfuexample.xcodeproj/project.pbxproj +0 -546
- package/example/ios/exponordicdfuexample.xcodeproj/xcshareddata/xcschemes/exponordicdfuexample.xcscheme +0 -88
- package/example/ios/exponordicdfuexample.xcworkspace/contents.xcworkspacedata +0 -10
|
@@ -1,546 +0,0 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 54;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
|
11
|
-
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */; };
|
|
12
|
-
71634F3F3B43ECD4326E4EBD /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = FEDE98438582D43A285E8429 /* PrivacyInfo.xcprivacy */; };
|
|
13
|
-
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */ = {isa = PBXBuildFile; fileRef = BB2F792C24A3F905000567C9 /* Expo.plist */; };
|
|
14
|
-
BF2B66CE5F965EB9BCC0D28A /* ExpoModulesProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52CEF4A60D7401DA52AC3668 /* ExpoModulesProvider.swift */; };
|
|
15
|
-
D337595694815EBDDF4AC1CC /* libPods-exponordicdfuexample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 38EF2B8F03457F265B6D8E09 /* libPods-exponordicdfuexample.a */; };
|
|
16
|
-
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11748412D0307B40044C1D9 /* AppDelegate.swift */; };
|
|
17
|
-
/* End PBXBuildFile section */
|
|
18
|
-
|
|
19
|
-
/* Begin PBXFileReference section */
|
|
20
|
-
043F97B103A01B6620649869 /* Pods-exponordicdfuexample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-exponordicdfuexample.debug.xcconfig"; path = "Target Support Files/Pods-exponordicdfuexample/Pods-exponordicdfuexample.debug.xcconfig"; sourceTree = "<group>"; };
|
|
21
|
-
13B07F961A680F5B00A75B9A /* exponordicdfuexample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = exponordicdfuexample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
22
|
-
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = exponordicdfuexample/Images.xcassets; sourceTree = "<group>"; };
|
|
23
|
-
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = exponordicdfuexample/Info.plist; sourceTree = "<group>"; };
|
|
24
|
-
38EF2B8F03457F265B6D8E09 /* libPods-exponordicdfuexample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-exponordicdfuexample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
25
|
-
52CEF4A60D7401DA52AC3668 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-exponordicdfuexample/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
|
|
26
|
-
8BF5778727E1B8BC80BA746D /* Pods-exponordicdfuexample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-exponordicdfuexample.release.xcconfig"; path = "Target Support Files/Pods-exponordicdfuexample/Pods-exponordicdfuexample.release.xcconfig"; sourceTree = "<group>"; };
|
|
27
|
-
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = SplashScreen.storyboard; path = exponordicdfuexample/SplashScreen.storyboard; sourceTree = "<group>"; };
|
|
28
|
-
BB2F792C24A3F905000567C9 /* Expo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Expo.plist; sourceTree = "<group>"; };
|
|
29
|
-
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
30
|
-
F11748412D0307B40044C1D9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = exponordicdfuexample/AppDelegate.swift; sourceTree = "<group>"; };
|
|
31
|
-
F11748442D0722820044C1D9 /* exponordicdfuexample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "exponordicdfuexample-Bridging-Header.h"; path = "exponordicdfuexample/exponordicdfuexample-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
32
|
-
FEDE98438582D43A285E8429 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = exponordicdfuexample/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
|
|
33
|
-
/* End PBXFileReference section */
|
|
34
|
-
|
|
35
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
36
|
-
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
|
|
37
|
-
isa = PBXFrameworksBuildPhase;
|
|
38
|
-
buildActionMask = 2147483647;
|
|
39
|
-
files = (
|
|
40
|
-
D337595694815EBDDF4AC1CC /* libPods-exponordicdfuexample.a in Frameworks */,
|
|
41
|
-
);
|
|
42
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
43
|
-
};
|
|
44
|
-
/* End PBXFrameworksBuildPhase section */
|
|
45
|
-
|
|
46
|
-
/* Begin PBXGroup section */
|
|
47
|
-
13B07FAE1A68108700A75B9A /* exponordicdfuexample */ = {
|
|
48
|
-
isa = PBXGroup;
|
|
49
|
-
children = (
|
|
50
|
-
F11748412D0307B40044C1D9 /* AppDelegate.swift */,
|
|
51
|
-
F11748442D0722820044C1D9 /* exponordicdfuexample-Bridging-Header.h */,
|
|
52
|
-
BB2F792B24A3F905000567C9 /* Supporting */,
|
|
53
|
-
13B07FB51A68108700A75B9A /* Images.xcassets */,
|
|
54
|
-
13B07FB61A68108700A75B9A /* Info.plist */,
|
|
55
|
-
AA286B85B6C04FC6940260E9 /* SplashScreen.storyboard */,
|
|
56
|
-
FEDE98438582D43A285E8429 /* PrivacyInfo.xcprivacy */,
|
|
57
|
-
);
|
|
58
|
-
name = exponordicdfuexample;
|
|
59
|
-
sourceTree = "<group>";
|
|
60
|
-
};
|
|
61
|
-
15E68D9221C8F7D556E4D247 /* ExpoModulesProviders */ = {
|
|
62
|
-
isa = PBXGroup;
|
|
63
|
-
children = (
|
|
64
|
-
90C22A3DA30676A6A7233B50 /* exponordicdfuexample */,
|
|
65
|
-
);
|
|
66
|
-
name = ExpoModulesProviders;
|
|
67
|
-
sourceTree = "<group>";
|
|
68
|
-
};
|
|
69
|
-
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
|
70
|
-
isa = PBXGroup;
|
|
71
|
-
children = (
|
|
72
|
-
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
|
73
|
-
38EF2B8F03457F265B6D8E09 /* libPods-exponordicdfuexample.a */,
|
|
74
|
-
);
|
|
75
|
-
name = Frameworks;
|
|
76
|
-
sourceTree = "<group>";
|
|
77
|
-
};
|
|
78
|
-
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
|
|
79
|
-
isa = PBXGroup;
|
|
80
|
-
children = (
|
|
81
|
-
);
|
|
82
|
-
name = Libraries;
|
|
83
|
-
sourceTree = "<group>";
|
|
84
|
-
};
|
|
85
|
-
83CBB9F61A601CBA00E9B192 = {
|
|
86
|
-
isa = PBXGroup;
|
|
87
|
-
children = (
|
|
88
|
-
13B07FAE1A68108700A75B9A /* exponordicdfuexample */,
|
|
89
|
-
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
|
90
|
-
83CBBA001A601CBA00E9B192 /* Products */,
|
|
91
|
-
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
|
92
|
-
CDF7383174D1D5A12669B124 /* Pods */,
|
|
93
|
-
15E68D9221C8F7D556E4D247 /* ExpoModulesProviders */,
|
|
94
|
-
);
|
|
95
|
-
indentWidth = 2;
|
|
96
|
-
sourceTree = "<group>";
|
|
97
|
-
tabWidth = 2;
|
|
98
|
-
usesTabs = 0;
|
|
99
|
-
};
|
|
100
|
-
83CBBA001A601CBA00E9B192 /* Products */ = {
|
|
101
|
-
isa = PBXGroup;
|
|
102
|
-
children = (
|
|
103
|
-
13B07F961A680F5B00A75B9A /* exponordicdfuexample.app */,
|
|
104
|
-
);
|
|
105
|
-
name = Products;
|
|
106
|
-
sourceTree = "<group>";
|
|
107
|
-
};
|
|
108
|
-
90C22A3DA30676A6A7233B50 /* exponordicdfuexample */ = {
|
|
109
|
-
isa = PBXGroup;
|
|
110
|
-
children = (
|
|
111
|
-
52CEF4A60D7401DA52AC3668 /* ExpoModulesProvider.swift */,
|
|
112
|
-
);
|
|
113
|
-
name = exponordicdfuexample;
|
|
114
|
-
sourceTree = "<group>";
|
|
115
|
-
};
|
|
116
|
-
BB2F792B24A3F905000567C9 /* Supporting */ = {
|
|
117
|
-
isa = PBXGroup;
|
|
118
|
-
children = (
|
|
119
|
-
BB2F792C24A3F905000567C9 /* Expo.plist */,
|
|
120
|
-
);
|
|
121
|
-
name = Supporting;
|
|
122
|
-
path = exponordicdfuexample/Supporting;
|
|
123
|
-
sourceTree = "<group>";
|
|
124
|
-
};
|
|
125
|
-
CDF7383174D1D5A12669B124 /* Pods */ = {
|
|
126
|
-
isa = PBXGroup;
|
|
127
|
-
children = (
|
|
128
|
-
043F97B103A01B6620649869 /* Pods-exponordicdfuexample.debug.xcconfig */,
|
|
129
|
-
8BF5778727E1B8BC80BA746D /* Pods-exponordicdfuexample.release.xcconfig */,
|
|
130
|
-
);
|
|
131
|
-
name = Pods;
|
|
132
|
-
path = Pods;
|
|
133
|
-
sourceTree = "<group>";
|
|
134
|
-
};
|
|
135
|
-
/* End PBXGroup section */
|
|
136
|
-
|
|
137
|
-
/* Begin PBXNativeTarget section */
|
|
138
|
-
13B07F861A680F5B00A75B9A /* exponordicdfuexample */ = {
|
|
139
|
-
isa = PBXNativeTarget;
|
|
140
|
-
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "exponordicdfuexample" */;
|
|
141
|
-
buildPhases = (
|
|
142
|
-
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */,
|
|
143
|
-
7917C0312683EF2D5EDFABAF /* [Expo] Configure project */,
|
|
144
|
-
13B07F871A680F5B00A75B9A /* Sources */,
|
|
145
|
-
13B07F8C1A680F5B00A75B9A /* Frameworks */,
|
|
146
|
-
13B07F8E1A680F5B00A75B9A /* Resources */,
|
|
147
|
-
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
|
|
148
|
-
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */,
|
|
149
|
-
8E910A45A896BB6837336461 /* [CP] Embed Pods Frameworks */,
|
|
150
|
-
);
|
|
151
|
-
buildRules = (
|
|
152
|
-
);
|
|
153
|
-
dependencies = (
|
|
154
|
-
);
|
|
155
|
-
name = exponordicdfuexample;
|
|
156
|
-
productName = exponordicdfuexample;
|
|
157
|
-
productReference = 13B07F961A680F5B00A75B9A /* exponordicdfuexample.app */;
|
|
158
|
-
productType = "com.apple.product-type.application";
|
|
159
|
-
};
|
|
160
|
-
/* End PBXNativeTarget section */
|
|
161
|
-
|
|
162
|
-
/* Begin PBXProject section */
|
|
163
|
-
83CBB9F71A601CBA00E9B192 /* Project object */ = {
|
|
164
|
-
isa = PBXProject;
|
|
165
|
-
attributes = {
|
|
166
|
-
LastUpgradeCheck = 1130;
|
|
167
|
-
TargetAttributes = {
|
|
168
|
-
13B07F861A680F5B00A75B9A = {
|
|
169
|
-
LastSwiftMigration = 1250;
|
|
170
|
-
};
|
|
171
|
-
};
|
|
172
|
-
};
|
|
173
|
-
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "exponordicdfuexample" */;
|
|
174
|
-
compatibilityVersion = "Xcode 3.2";
|
|
175
|
-
developmentRegion = en;
|
|
176
|
-
hasScannedForEncodings = 0;
|
|
177
|
-
knownRegions = (
|
|
178
|
-
en,
|
|
179
|
-
Base,
|
|
180
|
-
);
|
|
181
|
-
mainGroup = 83CBB9F61A601CBA00E9B192;
|
|
182
|
-
productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
|
|
183
|
-
projectDirPath = "";
|
|
184
|
-
projectRoot = "";
|
|
185
|
-
targets = (
|
|
186
|
-
13B07F861A680F5B00A75B9A /* exponordicdfuexample */,
|
|
187
|
-
);
|
|
188
|
-
};
|
|
189
|
-
/* End PBXProject section */
|
|
190
|
-
|
|
191
|
-
/* Begin PBXResourcesBuildPhase section */
|
|
192
|
-
13B07F8E1A680F5B00A75B9A /* Resources */ = {
|
|
193
|
-
isa = PBXResourcesBuildPhase;
|
|
194
|
-
buildActionMask = 2147483647;
|
|
195
|
-
files = (
|
|
196
|
-
BB2F792D24A3F905000567C9 /* Expo.plist in Resources */,
|
|
197
|
-
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
|
198
|
-
3E461D99554A48A4959DE609 /* SplashScreen.storyboard in Resources */,
|
|
199
|
-
71634F3F3B43ECD4326E4EBD /* PrivacyInfo.xcprivacy in Resources */,
|
|
200
|
-
);
|
|
201
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
202
|
-
};
|
|
203
|
-
/* End PBXResourcesBuildPhase section */
|
|
204
|
-
|
|
205
|
-
/* Begin PBXShellScriptBuildPhase section */
|
|
206
|
-
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
|
|
207
|
-
isa = PBXShellScriptBuildPhase;
|
|
208
|
-
alwaysOutOfDate = 1;
|
|
209
|
-
buildActionMask = 2147483647;
|
|
210
|
-
files = (
|
|
211
|
-
);
|
|
212
|
-
inputPaths = (
|
|
213
|
-
"$(SRCROOT)/.xcode.env",
|
|
214
|
-
"$(SRCROOT)/.xcode.env.local",
|
|
215
|
-
);
|
|
216
|
-
name = "Bundle React Native code and images";
|
|
217
|
-
outputPaths = (
|
|
218
|
-
);
|
|
219
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
220
|
-
shellPath = /bin/sh;
|
|
221
|
-
shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios absolute | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
|
|
222
|
-
};
|
|
223
|
-
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
|
|
224
|
-
isa = PBXShellScriptBuildPhase;
|
|
225
|
-
buildActionMask = 2147483647;
|
|
226
|
-
files = (
|
|
227
|
-
);
|
|
228
|
-
inputFileListPaths = (
|
|
229
|
-
);
|
|
230
|
-
inputPaths = (
|
|
231
|
-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
232
|
-
"${PODS_ROOT}/Manifest.lock",
|
|
233
|
-
);
|
|
234
|
-
name = "[CP] Check Pods Manifest.lock";
|
|
235
|
-
outputFileListPaths = (
|
|
236
|
-
);
|
|
237
|
-
outputPaths = (
|
|
238
|
-
"$(DERIVED_FILE_DIR)/Pods-exponordicdfuexample-checkManifestLockResult.txt",
|
|
239
|
-
);
|
|
240
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
241
|
-
shellPath = /bin/sh;
|
|
242
|
-
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";
|
|
243
|
-
showEnvVarsInLog = 0;
|
|
244
|
-
};
|
|
245
|
-
7917C0312683EF2D5EDFABAF /* [Expo] Configure project */ = {
|
|
246
|
-
isa = PBXShellScriptBuildPhase;
|
|
247
|
-
alwaysOutOfDate = 1;
|
|
248
|
-
buildActionMask = 2147483647;
|
|
249
|
-
files = (
|
|
250
|
-
);
|
|
251
|
-
inputFileListPaths = (
|
|
252
|
-
);
|
|
253
|
-
inputPaths = (
|
|
254
|
-
"$(SRCROOT)/.xcode.env",
|
|
255
|
-
"$(SRCROOT)/.xcode.env.local",
|
|
256
|
-
"$(SRCROOT)/exponordicdfuexample/exponordicdfuexample.entitlements",
|
|
257
|
-
"$(SRCROOT)/Pods/Target Support Files/Pods-exponordicdfuexample/expo-configure-project.sh",
|
|
258
|
-
);
|
|
259
|
-
name = "[Expo] Configure project";
|
|
260
|
-
outputFileListPaths = (
|
|
261
|
-
);
|
|
262
|
-
outputPaths = (
|
|
263
|
-
"$(SRCROOT)/Pods/Target Support Files/Pods-exponordicdfuexample/ExpoModulesProvider.swift",
|
|
264
|
-
);
|
|
265
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
266
|
-
shellPath = /bin/sh;
|
|
267
|
-
shellScript = "# This script configures Expo modules and generates the modules provider file.\nbash -l -c \"./Pods/Target\\ Support\\ Files/Pods-exponordicdfuexample/expo-configure-project.sh\"\n";
|
|
268
|
-
};
|
|
269
|
-
800E24972A6A228C8D4807E9 /* [CP] Copy Pods Resources */ = {
|
|
270
|
-
isa = PBXShellScriptBuildPhase;
|
|
271
|
-
buildActionMask = 2147483647;
|
|
272
|
-
files = (
|
|
273
|
-
);
|
|
274
|
-
inputPaths = (
|
|
275
|
-
"${PODS_ROOT}/Target Support Files/Pods-exponordicdfuexample/Pods-exponordicdfuexample-resources.sh",
|
|
276
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
|
|
277
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/ExpoConstants_privacy.bundle",
|
|
278
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/ExpoFileSystem/ExpoFileSystem_privacy.bundle",
|
|
279
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/React-Core_privacy.bundle",
|
|
280
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact/React-cxxreact_privacy.bundle",
|
|
281
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/ZIPFoundation/ZIPFoundation_Privacy.bundle",
|
|
282
|
-
"${PODS_CONFIGURATION_BUILD_DIR}/iOSDFULibrary/NordicDFUPrivacyInfo.bundle",
|
|
283
|
-
);
|
|
284
|
-
name = "[CP] Copy Pods Resources";
|
|
285
|
-
outputPaths = (
|
|
286
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
|
|
287
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoConstants_privacy.bundle",
|
|
288
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ExpoFileSystem_privacy.bundle",
|
|
289
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-Core_privacy.bundle",
|
|
290
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/React-cxxreact_privacy.bundle",
|
|
291
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ZIPFoundation_Privacy.bundle",
|
|
292
|
-
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/NordicDFUPrivacyInfo.bundle",
|
|
293
|
-
);
|
|
294
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
295
|
-
shellPath = /bin/sh;
|
|
296
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-exponordicdfuexample/Pods-exponordicdfuexample-resources.sh\"\n";
|
|
297
|
-
showEnvVarsInLog = 0;
|
|
298
|
-
};
|
|
299
|
-
8E910A45A896BB6837336461 /* [CP] Embed Pods Frameworks */ = {
|
|
300
|
-
isa = PBXShellScriptBuildPhase;
|
|
301
|
-
buildActionMask = 2147483647;
|
|
302
|
-
files = (
|
|
303
|
-
);
|
|
304
|
-
inputPaths = (
|
|
305
|
-
"${PODS_ROOT}/Target Support Files/Pods-exponordicdfuexample/Pods-exponordicdfuexample-frameworks.sh",
|
|
306
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/React-Core-prebuilt/React.framework/React",
|
|
307
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ReactNativeDependencies/ReactNativeDependencies.framework/ReactNativeDependencies",
|
|
308
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/Pre-built/hermes.framework/hermes",
|
|
309
|
-
);
|
|
310
|
-
name = "[CP] Embed Pods Frameworks";
|
|
311
|
-
outputPaths = (
|
|
312
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
|
|
313
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeDependencies.framework",
|
|
314
|
-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
|
|
315
|
-
);
|
|
316
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
317
|
-
shellPath = /bin/sh;
|
|
318
|
-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-exponordicdfuexample/Pods-exponordicdfuexample-frameworks.sh\"\n";
|
|
319
|
-
showEnvVarsInLog = 0;
|
|
320
|
-
};
|
|
321
|
-
/* End PBXShellScriptBuildPhase section */
|
|
322
|
-
|
|
323
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
324
|
-
13B07F871A680F5B00A75B9A /* Sources */ = {
|
|
325
|
-
isa = PBXSourcesBuildPhase;
|
|
326
|
-
buildActionMask = 2147483647;
|
|
327
|
-
files = (
|
|
328
|
-
F11748422D0307B40044C1D9 /* AppDelegate.swift in Sources */,
|
|
329
|
-
BF2B66CE5F965EB9BCC0D28A /* ExpoModulesProvider.swift in Sources */,
|
|
330
|
-
);
|
|
331
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
332
|
-
};
|
|
333
|
-
/* End PBXSourcesBuildPhase section */
|
|
334
|
-
|
|
335
|
-
/* Begin XCBuildConfiguration section */
|
|
336
|
-
13B07F941A680F5B00A75B9A /* Debug */ = {
|
|
337
|
-
isa = XCBuildConfiguration;
|
|
338
|
-
baseConfigurationReference = 043F97B103A01B6620649869 /* Pods-exponordicdfuexample.debug.xcconfig */;
|
|
339
|
-
buildSettings = {
|
|
340
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
341
|
-
CLANG_ENABLE_MODULES = YES;
|
|
342
|
-
CODE_SIGN_ENTITLEMENTS = exponordicdfuexample/exponordicdfuexample.entitlements;
|
|
343
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
344
|
-
DEVELOPMENT_TEAM = UVG7KPQ5XS;
|
|
345
|
-
ENABLE_BITCODE = NO;
|
|
346
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
347
|
-
"$(inherited)",
|
|
348
|
-
"FB_SONARKIT_ENABLED=1",
|
|
349
|
-
);
|
|
350
|
-
INFOPLIST_FILE = exponordicdfuexample/Info.plist;
|
|
351
|
-
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
352
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
353
|
-
"$(inherited)",
|
|
354
|
-
"@executable_path/Frameworks",
|
|
355
|
-
);
|
|
356
|
-
MARKETING_VERSION = 1.0;
|
|
357
|
-
OTHER_LDFLAGS = (
|
|
358
|
-
"$(inherited)",
|
|
359
|
-
"-ObjC",
|
|
360
|
-
"-lc++",
|
|
361
|
-
);
|
|
362
|
-
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
|
|
363
|
-
PRODUCT_BUNDLE_IDENTIFIER = expo.modules.nordicdfu.example;
|
|
364
|
-
PRODUCT_NAME = exponordicdfuexample;
|
|
365
|
-
SWIFT_OBJC_BRIDGING_HEADER = "exponordicdfuexample/exponordicdfuexample-Bridging-Header.h";
|
|
366
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
367
|
-
SWIFT_VERSION = 5.0;
|
|
368
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
369
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
370
|
-
};
|
|
371
|
-
name = Debug;
|
|
372
|
-
};
|
|
373
|
-
13B07F951A680F5B00A75B9A /* Release */ = {
|
|
374
|
-
isa = XCBuildConfiguration;
|
|
375
|
-
baseConfigurationReference = 8BF5778727E1B8BC80BA746D /* Pods-exponordicdfuexample.release.xcconfig */;
|
|
376
|
-
buildSettings = {
|
|
377
|
-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
378
|
-
CLANG_ENABLE_MODULES = YES;
|
|
379
|
-
CODE_SIGN_ENTITLEMENTS = exponordicdfuexample/exponordicdfuexample.entitlements;
|
|
380
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
381
|
-
DEVELOPMENT_TEAM = UVG7KPQ5XS;
|
|
382
|
-
INFOPLIST_FILE = exponordicdfuexample/Info.plist;
|
|
383
|
-
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
384
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
385
|
-
"$(inherited)",
|
|
386
|
-
"@executable_path/Frameworks",
|
|
387
|
-
);
|
|
388
|
-
MARKETING_VERSION = 1.0;
|
|
389
|
-
OTHER_LDFLAGS = (
|
|
390
|
-
"$(inherited)",
|
|
391
|
-
"-ObjC",
|
|
392
|
-
"-lc++",
|
|
393
|
-
);
|
|
394
|
-
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
|
|
395
|
-
PRODUCT_BUNDLE_IDENTIFIER = expo.modules.nordicdfu.example;
|
|
396
|
-
PRODUCT_NAME = exponordicdfuexample;
|
|
397
|
-
SWIFT_OBJC_BRIDGING_HEADER = "exponordicdfuexample/exponordicdfuexample-Bridging-Header.h";
|
|
398
|
-
SWIFT_VERSION = 5.0;
|
|
399
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
400
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
401
|
-
};
|
|
402
|
-
name = Release;
|
|
403
|
-
};
|
|
404
|
-
83CBBA201A601CBA00E9B192 /* Debug */ = {
|
|
405
|
-
isa = XCBuildConfiguration;
|
|
406
|
-
buildSettings = {
|
|
407
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
408
|
-
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
409
|
-
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
410
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
411
|
-
CLANG_ENABLE_MODULES = YES;
|
|
412
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
413
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
414
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
415
|
-
CLANG_WARN_COMMA = YES;
|
|
416
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
417
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
418
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
419
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
420
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
421
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
422
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
423
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
424
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
425
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
426
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
427
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
428
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
429
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
430
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
431
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
432
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
433
|
-
COPY_PHASE_STRIP = NO;
|
|
434
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
435
|
-
ENABLE_TESTABILITY = YES;
|
|
436
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
437
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
438
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
439
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
440
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
441
|
-
"DEBUG=1",
|
|
442
|
-
"$(inherited)",
|
|
443
|
-
);
|
|
444
|
-
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
445
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
446
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
447
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
448
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
449
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
450
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
451
|
-
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
452
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
453
|
-
/usr/lib/swift,
|
|
454
|
-
"$(inherited)",
|
|
455
|
-
);
|
|
456
|
-
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
|
457
|
-
MTL_ENABLE_DEBUG_INFO = YES;
|
|
458
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
459
|
-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
460
|
-
SDKROOT = iphoneos;
|
|
461
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
|
|
462
|
-
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
463
|
-
USE_HERMES = true;
|
|
464
|
-
};
|
|
465
|
-
name = Debug;
|
|
466
|
-
};
|
|
467
|
-
83CBBA211A601CBA00E9B192 /* Release */ = {
|
|
468
|
-
isa = XCBuildConfiguration;
|
|
469
|
-
buildSettings = {
|
|
470
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
471
|
-
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
472
|
-
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
|
|
473
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
474
|
-
CLANG_ENABLE_MODULES = YES;
|
|
475
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
476
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
477
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
478
|
-
CLANG_WARN_COMMA = YES;
|
|
479
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
480
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
481
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
482
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
483
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
484
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
485
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
486
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
487
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
488
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
489
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
490
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
491
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
492
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
493
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
494
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
495
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
496
|
-
COPY_PHASE_STRIP = YES;
|
|
497
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
498
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
499
|
-
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
500
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
501
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
502
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
503
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
504
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
505
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
506
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
507
|
-
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
|
|
508
|
-
LD_RUNPATH_SEARCH_PATHS = (
|
|
509
|
-
/usr/lib/swift,
|
|
510
|
-
"$(inherited)",
|
|
511
|
-
);
|
|
512
|
-
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/usr/lib/swift\"$(inherited)\"";
|
|
513
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
514
|
-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
|
515
|
-
SDKROOT = iphoneos;
|
|
516
|
-
SWIFT_ENABLE_EXPLICIT_MODULES = NO;
|
|
517
|
-
USE_HERMES = true;
|
|
518
|
-
VALIDATE_PRODUCT = YES;
|
|
519
|
-
};
|
|
520
|
-
name = Release;
|
|
521
|
-
};
|
|
522
|
-
/* End XCBuildConfiguration section */
|
|
523
|
-
|
|
524
|
-
/* Begin XCConfigurationList section */
|
|
525
|
-
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "exponordicdfuexample" */ = {
|
|
526
|
-
isa = XCConfigurationList;
|
|
527
|
-
buildConfigurations = (
|
|
528
|
-
13B07F941A680F5B00A75B9A /* Debug */,
|
|
529
|
-
13B07F951A680F5B00A75B9A /* Release */,
|
|
530
|
-
);
|
|
531
|
-
defaultConfigurationIsVisible = 0;
|
|
532
|
-
defaultConfigurationName = Release;
|
|
533
|
-
};
|
|
534
|
-
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "exponordicdfuexample" */ = {
|
|
535
|
-
isa = XCConfigurationList;
|
|
536
|
-
buildConfigurations = (
|
|
537
|
-
83CBBA201A601CBA00E9B192 /* Debug */,
|
|
538
|
-
83CBBA211A601CBA00E9B192 /* Release */,
|
|
539
|
-
);
|
|
540
|
-
defaultConfigurationIsVisible = 0;
|
|
541
|
-
defaultConfigurationName = Release;
|
|
542
|
-
};
|
|
543
|
-
/* End XCConfigurationList section */
|
|
544
|
-
};
|
|
545
|
-
rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
|
546
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
LastUpgradeVersion = "1130"
|
|
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 = "13B07F861A680F5B00A75B9A"
|
|
18
|
-
BuildableName = "exponordicdfuexample.app"
|
|
19
|
-
BlueprintName = "exponordicdfuexample"
|
|
20
|
-
ReferencedContainer = "container:exponordicdfuexample.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
|
-
<TestableReference
|
|
32
|
-
skipped = "NO">
|
|
33
|
-
<BuildableReference
|
|
34
|
-
BuildableIdentifier = "primary"
|
|
35
|
-
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
|
|
36
|
-
BuildableName = "exponordicdfuexampleTests.xctest"
|
|
37
|
-
BlueprintName = "exponordicdfuexampleTests"
|
|
38
|
-
ReferencedContainer = "container:exponordicdfuexample.xcodeproj">
|
|
39
|
-
</BuildableReference>
|
|
40
|
-
</TestableReference>
|
|
41
|
-
</Testables>
|
|
42
|
-
</TestAction>
|
|
43
|
-
<LaunchAction
|
|
44
|
-
buildConfiguration = "Debug"
|
|
45
|
-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
46
|
-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
47
|
-
launchStyle = "0"
|
|
48
|
-
useCustomWorkingDirectory = "NO"
|
|
49
|
-
ignoresPersistentStateOnLaunch = "NO"
|
|
50
|
-
debugDocumentVersioning = "YES"
|
|
51
|
-
debugServiceExtension = "internal"
|
|
52
|
-
allowLocationSimulation = "YES">
|
|
53
|
-
<BuildableProductRunnable
|
|
54
|
-
runnableDebuggingMode = "0">
|
|
55
|
-
<BuildableReference
|
|
56
|
-
BuildableIdentifier = "primary"
|
|
57
|
-
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
|
58
|
-
BuildableName = "exponordicdfuexample.app"
|
|
59
|
-
BlueprintName = "exponordicdfuexample"
|
|
60
|
-
ReferencedContainer = "container:exponordicdfuexample.xcodeproj">
|
|
61
|
-
</BuildableReference>
|
|
62
|
-
</BuildableProductRunnable>
|
|
63
|
-
</LaunchAction>
|
|
64
|
-
<ProfileAction
|
|
65
|
-
buildConfiguration = "Release"
|
|
66
|
-
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
67
|
-
savedToolIdentifier = ""
|
|
68
|
-
useCustomWorkingDirectory = "NO"
|
|
69
|
-
debugDocumentVersioning = "YES">
|
|
70
|
-
<BuildableProductRunnable
|
|
71
|
-
runnableDebuggingMode = "0">
|
|
72
|
-
<BuildableReference
|
|
73
|
-
BuildableIdentifier = "primary"
|
|
74
|
-
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
|
75
|
-
BuildableName = "exponordicdfuexample.app"
|
|
76
|
-
BlueprintName = "exponordicdfuexample"
|
|
77
|
-
ReferencedContainer = "container:exponordicdfuexample.xcodeproj">
|
|
78
|
-
</BuildableReference>
|
|
79
|
-
</BuildableProductRunnable>
|
|
80
|
-
</ProfileAction>
|
|
81
|
-
<AnalyzeAction
|
|
82
|
-
buildConfiguration = "Debug">
|
|
83
|
-
</AnalyzeAction>
|
|
84
|
-
<ArchiveAction
|
|
85
|
-
buildConfiguration = "Release"
|
|
86
|
-
revealArchiveInOrganizer = "YES">
|
|
87
|
-
</ArchiveAction>
|
|
88
|
-
</Scheme>
|