reactnative-plugin-appice 1.7.28 → 1.7.29
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/README.md +37 -37
- package/android/README.md +14 -14
- package/android/build.gradle +138 -158
- package/android/gitignore +47 -47
- package/android/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/android/gradlew +234 -234
- package/android/local.properties +8 -8
- package/android/src/main/AndroidManifest.xml +120 -164
- package/android/src/main/java/com/{reactlibrary → appice/react}/AppICEUtils.java +274 -274
- package/android/src/main/java/com/{reactlibrary → appice/react}/AppIceReactPluginModule.java +778 -778
- package/android/src/main/java/com/{reactlibrary → appice/react}/AppIceReactPluginPackage.java +28 -28
- package/android/src/main/java/com/{reactlibrary → appice/react}/CampaignCampsReceiver.java +56 -56
- package/android/src/main/java/com/{reactlibrary → appice/react}/EnumConstants.java +282 -282
- package/android/src/main/java/com/{reactlibrary → appice/react}/NotificationEventService.java +59 -59
- package/android/src/main/java/com/{reactlibrary → appice/react}/StringConstants.java +24 -24
- package/campaign.js +25 -25
- package/example/App.js +332 -332
- package/example/Gemfile +6 -6
- package/example/PageA.tsx +15 -15
- package/example/__tests__/App-test.js +14 -14
- package/example/ancilliary.js +486 -486
- package/example/android/app/_BUCK +55 -55
- package/example/android/app/build.gradle +320 -320
- package/example/android/app/build_defs.bzl +19 -19
- package/example/android/app/proguard-rules.pro +10 -10
- package/example/android/app/src/debug/AndroidManifest.xml +13 -13
- package/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java +73 -73
- package/example/android/app/src/main/AndroidManifest.xml +72 -72
- package/example/android/app/src/main/java/com/example/MainActivity.java +48 -48
- package/example/android/app/src/main/java/com/example/MainApplication.java +91 -91
- package/example/android/app/src/main/java/com/example/newarchitecture/MainApplicationReactNativeHost.java +116 -116
- package/example/android/app/src/main/java/com/example/newarchitecture/components/MainComponentsRegistry.java +36 -36
- package/example/android/app/src/main/java/com/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +48 -48
- package/example/android/app/src/main/jni/Android.mk +48 -48
- package/example/android/app/src/main/jni/MainApplicationModuleProvider.cpp +24 -24
- package/example/android/app/src/main/jni/MainApplicationModuleProvider.h +16 -16
- package/example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +45 -45
- package/example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +38 -38
- package/example/android/app/src/main/jni/MainComponentsRegistry.cpp +61 -61
- package/example/android/app/src/main/jni/MainComponentsRegistry.h +32 -32
- package/example/android/app/src/main/jni/OnLoad.cpp +11 -11
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +36 -36
- package/example/android/app/src/main/res/values/strings.xml +3 -3
- package/example/android/app/src/main/res/values/styles.xml +9 -9
- package/example/android/build.gradle +73 -73
- package/example/android/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/example/android/gradle.properties +40 -40
- package/example/android/gradlew +234 -234
- package/example/android/settings.gradle +11 -11
- package/example/app.json +3 -3
- package/example/babel.config.js +3 -3
- package/example/index.js +9 -9
- package/example/ios/Podfile +44 -44
- package/example/ios/Podfile.lock +561 -561
- package/example/ios/_xcode.env +11 -11
- package/example/ios/example/AppDelegate.h +8 -8
- package/example/ios/example/AppDelegate.mm +174 -174
- package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +53 -53
- package/example/ios/example/Images.xcassets/Contents.json +6 -6
- package/example/ios/example/Info.plist +62 -62
- package/example/ios/example/LaunchScreen.storyboard +47 -47
- package/example/ios/example/example.entitlements +8 -8
- package/example/ios/example/main.m +10 -10
- package/example/ios/example.xcodeproj/project.pbxproj +712 -712
- package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +88 -88
- package/example/ios/example.xcworkspace/contents.xcworkspacedata +10 -10
- package/example/ios/example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
- package/example/ios/exampleTests/Info.plist +24 -24
- package/example/ios/exampleTests/exampleTests.m +66 -66
- package/example/metro.config.js +17 -17
- package/example/package.json +36 -36
- package/example/yarn.lock +7176 -7176
- package/index.js +590 -590
- package/ios/AppICEReactEvent.h +23 -23
- package/ios/AppICEReactEvent.m +86 -86
- package/ios/AppIceReactPlugin.h +65 -65
- package/ios/AppIceReactPlugin.m +683 -683
- package/ios/AppIceReactPlugin.xcodeproj/project.pbxproj +364 -364
- package/ios/AppIceReactPlugin.xcodeproj/project.xcworkspace/contents.xcworkspacedata +4 -4
- package/ios/AppIceReactPlugin.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
- package/ios/AppIceReactPlugin.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/xcschememanagement.plist +14 -14
- package/ios/AppIceReactPlugin.xcodeproj/xcuserdata/artherajesh.xcuserdatad/xcschemes/xcschememanagement.plist +14 -14
- package/ios/AppIceReactPlugin.xcworkspace/contents.xcworkspacedata +10 -10
- package/ios/AppIceReactPlugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -8
- package/ios/Podfile +10 -10
- package/ios/Podfile.lock +3 -3
- package/ios/Pods/Manifest.lock +3 -3
- package/ios/Pods/Pods.xcodeproj/project.pbxproj +395 -395
- package/ios/Pods/Pods.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/Pods-AppIceReactPlugin.xcscheme +58 -58
- package/ios/Pods/Pods.xcodeproj/xcuserdata/Adi.xcuserdatad/xcschemes/xcschememanagement.plist +18 -18
- package/ios/Pods/Pods.xcodeproj/xcuserdata/artherajesh.xcuserdatad/xcschemes/xcschememanagement.plist +14 -14
- package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-Info.plist +26 -26
- package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-acknowledgements.markdown +3 -3
- package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-acknowledgements.plist +29 -29
- package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-dummy.m +5 -5
- package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-umbrella.h +16 -16
- package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.debug.xcconfig +6 -6
- package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.modulemap +6 -6
- package/ios/Pods/Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.release.xcconfig +6 -6
- package/package.json +6 -9
- package/reactnative-plugin-appice.podspec +30 -30
|
@@ -1,395 +1,395 @@
|
|
|
1
|
-
// !$*UTF8*$!
|
|
2
|
-
{
|
|
3
|
-
archiveVersion = 1;
|
|
4
|
-
classes = {
|
|
5
|
-
};
|
|
6
|
-
objectVersion = 46;
|
|
7
|
-
objects = {
|
|
8
|
-
|
|
9
|
-
/* Begin PBXBuildFile section */
|
|
10
|
-
0016BAC6BDFBED8B8A37680B802E3CD6 /* Pods-AppIceReactPlugin-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C4697AC4B10F736B9732CCB890845C5E /* Pods-AppIceReactPlugin-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
11
|
-
5942B3D91669ECDA7FDE10B0DA0B143A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; };
|
|
12
|
-
C6C5AA9854899AF3DBE562CE60A3D70C /* Pods-AppIceReactPlugin-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CD5D97A32D5269C7B54B92DF383A0CF /* Pods-AppIceReactPlugin-dummy.m */; };
|
|
13
|
-
/* End PBXBuildFile section */
|
|
14
|
-
|
|
15
|
-
/* Begin PBXFileReference section */
|
|
16
|
-
3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
|
17
|
-
69232A0A0A4A5A9FED45D94ADCFBF7C2 /* Pods-AppIceReactPlugin-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-AppIceReactPlugin-acknowledgements.markdown"; sourceTree = "<group>"; };
|
|
18
|
-
6CD5D97A32D5269C7B54B92DF383A0CF /* Pods-AppIceReactPlugin-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-AppIceReactPlugin-dummy.m"; sourceTree = "<group>"; };
|
|
19
|
-
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
20
|
-
C27314FBD77942ED48FE799982472446 /* Pods-AppIceReactPlugin-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AppIceReactPlugin-Info.plist"; sourceTree = "<group>"; };
|
|
21
|
-
C4697AC4B10F736B9732CCB890845C5E /* Pods-AppIceReactPlugin-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-AppIceReactPlugin-umbrella.h"; sourceTree = "<group>"; };
|
|
22
|
-
CAFB7871E87412DEAB50AEEA5141AD13 /* Pods-AppIceReactPlugin-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AppIceReactPlugin-acknowledgements.plist"; sourceTree = "<group>"; };
|
|
23
|
-
CD31541747B94DE643E205F664CA6BEF /* Pods-AppIceReactPlugin.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-AppIceReactPlugin.modulemap"; sourceTree = "<group>"; };
|
|
24
|
-
DCAA1C0BD5350AF61E6DB8EB7EDBA0DD /* Pods-AppIceReactPlugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AppIceReactPlugin.debug.xcconfig"; sourceTree = "<group>"; };
|
|
25
|
-
EBFEDCBDE9D5B38EC39FA09DE32E09BF /* Pods-AppIceReactPlugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AppIceReactPlugin.release.xcconfig"; sourceTree = "<group>"; };
|
|
26
|
-
FF05CC4935A7BF267D52196F45E82929 /* Pods_AppIceReactPlugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_AppIceReactPlugin.framework; path = "Pods-AppIceReactPlugin.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
27
|
-
/* End PBXFileReference section */
|
|
28
|
-
|
|
29
|
-
/* Begin PBXFrameworksBuildPhase section */
|
|
30
|
-
C947AA0A39A9584C02F220E1300634A8 /* Frameworks */ = {
|
|
31
|
-
isa = PBXFrameworksBuildPhase;
|
|
32
|
-
buildActionMask = 2147483647;
|
|
33
|
-
files = (
|
|
34
|
-
5942B3D91669ECDA7FDE10B0DA0B143A /* Foundation.framework in Frameworks */,
|
|
35
|
-
);
|
|
36
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
37
|
-
};
|
|
38
|
-
/* End PBXFrameworksBuildPhase section */
|
|
39
|
-
|
|
40
|
-
/* Begin PBXGroup section */
|
|
41
|
-
69525CEA033FA6ADB1BAEA1AF244632E /* Products */ = {
|
|
42
|
-
isa = PBXGroup;
|
|
43
|
-
children = (
|
|
44
|
-
FF05CC4935A7BF267D52196F45E82929 /* Pods_AppIceReactPlugin.framework */,
|
|
45
|
-
);
|
|
46
|
-
name = Products;
|
|
47
|
-
sourceTree = "<group>";
|
|
48
|
-
};
|
|
49
|
-
87574C84FAC1DE911CC49F908C0FFF6F /* Targets Support Files */ = {
|
|
50
|
-
isa = PBXGroup;
|
|
51
|
-
children = (
|
|
52
|
-
B6EE88E6411C8B5C7D949624E3A8D279 /* Pods-AppIceReactPlugin */,
|
|
53
|
-
);
|
|
54
|
-
name = "Targets Support Files";
|
|
55
|
-
sourceTree = "<group>";
|
|
56
|
-
};
|
|
57
|
-
B6EE88E6411C8B5C7D949624E3A8D279 /* Pods-AppIceReactPlugin */ = {
|
|
58
|
-
isa = PBXGroup;
|
|
59
|
-
children = (
|
|
60
|
-
CD31541747B94DE643E205F664CA6BEF /* Pods-AppIceReactPlugin.modulemap */,
|
|
61
|
-
69232A0A0A4A5A9FED45D94ADCFBF7C2 /* Pods-AppIceReactPlugin-acknowledgements.markdown */,
|
|
62
|
-
CAFB7871E87412DEAB50AEEA5141AD13 /* Pods-AppIceReactPlugin-acknowledgements.plist */,
|
|
63
|
-
6CD5D97A32D5269C7B54B92DF383A0CF /* Pods-AppIceReactPlugin-dummy.m */,
|
|
64
|
-
C27314FBD77942ED48FE799982472446 /* Pods-AppIceReactPlugin-Info.plist */,
|
|
65
|
-
C4697AC4B10F736B9732CCB890845C5E /* Pods-AppIceReactPlugin-umbrella.h */,
|
|
66
|
-
DCAA1C0BD5350AF61E6DB8EB7EDBA0DD /* Pods-AppIceReactPlugin.debug.xcconfig */,
|
|
67
|
-
EBFEDCBDE9D5B38EC39FA09DE32E09BF /* Pods-AppIceReactPlugin.release.xcconfig */,
|
|
68
|
-
);
|
|
69
|
-
name = "Pods-AppIceReactPlugin";
|
|
70
|
-
path = "Target Support Files/Pods-AppIceReactPlugin";
|
|
71
|
-
sourceTree = "<group>";
|
|
72
|
-
};
|
|
73
|
-
C0834CEBB1379A84116EF29F93051C60 /* iOS */ = {
|
|
74
|
-
isa = PBXGroup;
|
|
75
|
-
children = (
|
|
76
|
-
3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */,
|
|
77
|
-
);
|
|
78
|
-
name = iOS;
|
|
79
|
-
sourceTree = "<group>";
|
|
80
|
-
};
|
|
81
|
-
CF1408CF629C7361332E53B88F7BD30C = {
|
|
82
|
-
isa = PBXGroup;
|
|
83
|
-
children = (
|
|
84
|
-
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
|
|
85
|
-
D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */,
|
|
86
|
-
69525CEA033FA6ADB1BAEA1AF244632E /* Products */,
|
|
87
|
-
87574C84FAC1DE911CC49F908C0FFF6F /* Targets Support Files */,
|
|
88
|
-
);
|
|
89
|
-
sourceTree = "<group>";
|
|
90
|
-
};
|
|
91
|
-
D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = {
|
|
92
|
-
isa = PBXGroup;
|
|
93
|
-
children = (
|
|
94
|
-
C0834CEBB1379A84116EF29F93051C60 /* iOS */,
|
|
95
|
-
);
|
|
96
|
-
name = Frameworks;
|
|
97
|
-
sourceTree = "<group>";
|
|
98
|
-
};
|
|
99
|
-
/* End PBXGroup section */
|
|
100
|
-
|
|
101
|
-
/* Begin PBXHeadersBuildPhase section */
|
|
102
|
-
03D231BA76E3DA89E3DDF6A28221DF5D /* Headers */ = {
|
|
103
|
-
isa = PBXHeadersBuildPhase;
|
|
104
|
-
buildActionMask = 2147483647;
|
|
105
|
-
files = (
|
|
106
|
-
0016BAC6BDFBED8B8A37680B802E3CD6 /* Pods-AppIceReactPlugin-umbrella.h in Headers */,
|
|
107
|
-
);
|
|
108
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
109
|
-
};
|
|
110
|
-
/* End PBXHeadersBuildPhase section */
|
|
111
|
-
|
|
112
|
-
/* Begin PBXNativeTarget section */
|
|
113
|
-
AD0E24300ED9C21DC6164401125ABDCE /* Pods-AppIceReactPlugin */ = {
|
|
114
|
-
isa = PBXNativeTarget;
|
|
115
|
-
buildConfigurationList = 0BA87E816A97204588B314EC8A7148D2 /* Build configuration list for PBXNativeTarget "Pods-AppIceReactPlugin" */;
|
|
116
|
-
buildPhases = (
|
|
117
|
-
03D231BA76E3DA89E3DDF6A28221DF5D /* Headers */,
|
|
118
|
-
6206D5E3AC9DE33FC7A7A5285065A3E4 /* Sources */,
|
|
119
|
-
C947AA0A39A9584C02F220E1300634A8 /* Frameworks */,
|
|
120
|
-
18ECD3B2B57F4F7DF1A17F3CB1BBB9EB /* Resources */,
|
|
121
|
-
);
|
|
122
|
-
buildRules = (
|
|
123
|
-
);
|
|
124
|
-
dependencies = (
|
|
125
|
-
);
|
|
126
|
-
name = "Pods-AppIceReactPlugin";
|
|
127
|
-
productName = "Pods-AppIceReactPlugin";
|
|
128
|
-
productReference = FF05CC4935A7BF267D52196F45E82929 /* Pods_AppIceReactPlugin.framework */;
|
|
129
|
-
productType = "com.apple.product-type.framework";
|
|
130
|
-
};
|
|
131
|
-
/* End PBXNativeTarget section */
|
|
132
|
-
|
|
133
|
-
/* Begin PBXProject section */
|
|
134
|
-
BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
|
|
135
|
-
isa = PBXProject;
|
|
136
|
-
attributes = {
|
|
137
|
-
LastSwiftUpdateCheck = 1100;
|
|
138
|
-
LastUpgradeCheck = 1100;
|
|
139
|
-
};
|
|
140
|
-
buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
|
|
141
|
-
compatibilityVersion = "Xcode 3.2";
|
|
142
|
-
developmentRegion = en;
|
|
143
|
-
hasScannedForEncodings = 0;
|
|
144
|
-
knownRegions = (
|
|
145
|
-
en,
|
|
146
|
-
Base,
|
|
147
|
-
);
|
|
148
|
-
mainGroup = CF1408CF629C7361332E53B88F7BD30C;
|
|
149
|
-
productRefGroup = 69525CEA033FA6ADB1BAEA1AF244632E /* Products */;
|
|
150
|
-
projectDirPath = "";
|
|
151
|
-
projectRoot = "";
|
|
152
|
-
targets = (
|
|
153
|
-
AD0E24300ED9C21DC6164401125ABDCE /* Pods-AppIceReactPlugin */,
|
|
154
|
-
);
|
|
155
|
-
};
|
|
156
|
-
/* End PBXProject section */
|
|
157
|
-
|
|
158
|
-
/* Begin PBXResourcesBuildPhase section */
|
|
159
|
-
18ECD3B2B57F4F7DF1A17F3CB1BBB9EB /* Resources */ = {
|
|
160
|
-
isa = PBXResourcesBuildPhase;
|
|
161
|
-
buildActionMask = 2147483647;
|
|
162
|
-
files = (
|
|
163
|
-
);
|
|
164
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
165
|
-
};
|
|
166
|
-
/* End PBXResourcesBuildPhase section */
|
|
167
|
-
|
|
168
|
-
/* Begin PBXSourcesBuildPhase section */
|
|
169
|
-
6206D5E3AC9DE33FC7A7A5285065A3E4 /* Sources */ = {
|
|
170
|
-
isa = PBXSourcesBuildPhase;
|
|
171
|
-
buildActionMask = 2147483647;
|
|
172
|
-
files = (
|
|
173
|
-
C6C5AA9854899AF3DBE562CE60A3D70C /* Pods-AppIceReactPlugin-dummy.m in Sources */,
|
|
174
|
-
);
|
|
175
|
-
runOnlyForDeploymentPostprocessing = 0;
|
|
176
|
-
};
|
|
177
|
-
/* End PBXSourcesBuildPhase section */
|
|
178
|
-
|
|
179
|
-
/* Begin XCBuildConfiguration section */
|
|
180
|
-
0A4AD786134DFBBA6BA3EF04FB6BD048 /* Debug */ = {
|
|
181
|
-
isa = XCBuildConfiguration;
|
|
182
|
-
baseConfigurationReference = DCAA1C0BD5350AF61E6DB8EB7EDBA0DD /* Pods-AppIceReactPlugin.debug.xcconfig */;
|
|
183
|
-
buildSettings = {
|
|
184
|
-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
185
|
-
CODE_SIGN_IDENTITY = "";
|
|
186
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
187
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
188
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
189
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
190
|
-
DEFINES_MODULE = YES;
|
|
191
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
192
|
-
DYLIB_CURRENT_VERSION = 1;
|
|
193
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
194
|
-
INFOPLIST_FILE = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-Info.plist";
|
|
195
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
196
|
-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
197
|
-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
198
|
-
MACH_O_TYPE = staticlib;
|
|
199
|
-
MODULEMAP_FILE = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.modulemap";
|
|
200
|
-
OTHER_LDFLAGS = "";
|
|
201
|
-
OTHER_LIBTOOLFLAGS = "";
|
|
202
|
-
PODS_ROOT = "$(SRCROOT)";
|
|
203
|
-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
|
204
|
-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
205
|
-
SDKROOT = iphoneos;
|
|
206
|
-
SKIP_INSTALL = YES;
|
|
207
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
208
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
209
|
-
VERSION_INFO_PREFIX = "";
|
|
210
|
-
};
|
|
211
|
-
name = Debug;
|
|
212
|
-
};
|
|
213
|
-
1E11E67E2F9D2D8EE2CFE0B480E3266E /* Release */ = {
|
|
214
|
-
isa = XCBuildConfiguration;
|
|
215
|
-
baseConfigurationReference = EBFEDCBDE9D5B38EC39FA09DE32E09BF /* Pods-AppIceReactPlugin.release.xcconfig */;
|
|
216
|
-
buildSettings = {
|
|
217
|
-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
218
|
-
CODE_SIGN_IDENTITY = "";
|
|
219
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
220
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
221
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
222
|
-
CURRENT_PROJECT_VERSION = 1;
|
|
223
|
-
DEFINES_MODULE = YES;
|
|
224
|
-
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
225
|
-
DYLIB_CURRENT_VERSION = 1;
|
|
226
|
-
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
227
|
-
INFOPLIST_FILE = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-Info.plist";
|
|
228
|
-
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
229
|
-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
230
|
-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
231
|
-
MACH_O_TYPE = staticlib;
|
|
232
|
-
MODULEMAP_FILE = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.modulemap";
|
|
233
|
-
OTHER_LDFLAGS = "";
|
|
234
|
-
OTHER_LIBTOOLFLAGS = "";
|
|
235
|
-
PODS_ROOT = "$(SRCROOT)";
|
|
236
|
-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
|
237
|
-
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
238
|
-
SDKROOT = iphoneos;
|
|
239
|
-
SKIP_INSTALL = YES;
|
|
240
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
241
|
-
VALIDATE_PRODUCT = YES;
|
|
242
|
-
VERSIONING_SYSTEM = "apple-generic";
|
|
243
|
-
VERSION_INFO_PREFIX = "";
|
|
244
|
-
};
|
|
245
|
-
name = Release;
|
|
246
|
-
};
|
|
247
|
-
8F17DC3A99F99FBAD606CE6963886315 /* Release */ = {
|
|
248
|
-
isa = XCBuildConfiguration;
|
|
249
|
-
buildSettings = {
|
|
250
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
251
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
252
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
253
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
254
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
255
|
-
CLANG_ENABLE_MODULES = YES;
|
|
256
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
257
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
258
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
259
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
260
|
-
CLANG_WARN_COMMA = YES;
|
|
261
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
262
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
263
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
264
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
265
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
266
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
267
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
268
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
269
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
270
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
271
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
272
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
273
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
274
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
275
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
276
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
277
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
278
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
279
|
-
COPY_PHASE_STRIP = NO;
|
|
280
|
-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
281
|
-
ENABLE_NS_ASSERTIONS = NO;
|
|
282
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
283
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
284
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
285
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
286
|
-
"POD_CONFIGURATION_RELEASE=1",
|
|
287
|
-
"$(inherited)",
|
|
288
|
-
);
|
|
289
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
290
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
291
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
292
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
293
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
294
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
295
|
-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
296
|
-
MTL_ENABLE_DEBUG_INFO = NO;
|
|
297
|
-
MTL_FAST_MATH = YES;
|
|
298
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
299
|
-
STRIP_INSTALLED_PRODUCT = NO;
|
|
300
|
-
SWIFT_COMPILATION_MODE = wholemodule;
|
|
301
|
-
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
302
|
-
SWIFT_VERSION = 5.0;
|
|
303
|
-
SYMROOT = "${SRCROOT}/../build";
|
|
304
|
-
};
|
|
305
|
-
name = Release;
|
|
306
|
-
};
|
|
307
|
-
916E0404255105F480DC4950B7625F7A /* Debug */ = {
|
|
308
|
-
isa = XCBuildConfiguration;
|
|
309
|
-
buildSettings = {
|
|
310
|
-
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
311
|
-
CLANG_ANALYZER_NONNULL = YES;
|
|
312
|
-
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
313
|
-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
314
|
-
CLANG_CXX_LIBRARY = "libc++";
|
|
315
|
-
CLANG_ENABLE_MODULES = YES;
|
|
316
|
-
CLANG_ENABLE_OBJC_ARC = YES;
|
|
317
|
-
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
318
|
-
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
319
|
-
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
320
|
-
CLANG_WARN_COMMA = YES;
|
|
321
|
-
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
322
|
-
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
323
|
-
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
324
|
-
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
325
|
-
CLANG_WARN_EMPTY_BODY = YES;
|
|
326
|
-
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
327
|
-
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
328
|
-
CLANG_WARN_INT_CONVERSION = YES;
|
|
329
|
-
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
330
|
-
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
331
|
-
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
332
|
-
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
333
|
-
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
334
|
-
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
335
|
-
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
336
|
-
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
337
|
-
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
338
|
-
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
339
|
-
COPY_PHASE_STRIP = NO;
|
|
340
|
-
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
341
|
-
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
342
|
-
ENABLE_TESTABILITY = YES;
|
|
343
|
-
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
344
|
-
GCC_DYNAMIC_NO_PIC = NO;
|
|
345
|
-
GCC_NO_COMMON_BLOCKS = YES;
|
|
346
|
-
GCC_OPTIMIZATION_LEVEL = 0;
|
|
347
|
-
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
348
|
-
"POD_CONFIGURATION_DEBUG=1",
|
|
349
|
-
"DEBUG=1",
|
|
350
|
-
"$(inherited)",
|
|
351
|
-
);
|
|
352
|
-
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
353
|
-
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
354
|
-
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
355
|
-
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
356
|
-
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
357
|
-
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
358
|
-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
359
|
-
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
360
|
-
MTL_FAST_MATH = YES;
|
|
361
|
-
ONLY_ACTIVE_ARCH = YES;
|
|
362
|
-
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
363
|
-
STRIP_INSTALLED_PRODUCT = NO;
|
|
364
|
-
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
365
|
-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
366
|
-
SWIFT_VERSION = 5.0;
|
|
367
|
-
SYMROOT = "${SRCROOT}/../build";
|
|
368
|
-
};
|
|
369
|
-
name = Debug;
|
|
370
|
-
};
|
|
371
|
-
/* End XCBuildConfiguration section */
|
|
372
|
-
|
|
373
|
-
/* Begin XCConfigurationList section */
|
|
374
|
-
0BA87E816A97204588B314EC8A7148D2 /* Build configuration list for PBXNativeTarget "Pods-AppIceReactPlugin" */ = {
|
|
375
|
-
isa = XCConfigurationList;
|
|
376
|
-
buildConfigurations = (
|
|
377
|
-
0A4AD786134DFBBA6BA3EF04FB6BD048 /* Debug */,
|
|
378
|
-
1E11E67E2F9D2D8EE2CFE0B480E3266E /* Release */,
|
|
379
|
-
);
|
|
380
|
-
defaultConfigurationIsVisible = 0;
|
|
381
|
-
defaultConfigurationName = Release;
|
|
382
|
-
};
|
|
383
|
-
4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
|
|
384
|
-
isa = XCConfigurationList;
|
|
385
|
-
buildConfigurations = (
|
|
386
|
-
916E0404255105F480DC4950B7625F7A /* Debug */,
|
|
387
|
-
8F17DC3A99F99FBAD606CE6963886315 /* Release */,
|
|
388
|
-
);
|
|
389
|
-
defaultConfigurationIsVisible = 0;
|
|
390
|
-
defaultConfigurationName = Release;
|
|
391
|
-
};
|
|
392
|
-
/* End XCConfigurationList section */
|
|
393
|
-
};
|
|
394
|
-
rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
395
|
-
}
|
|
1
|
+
// !$*UTF8*$!
|
|
2
|
+
{
|
|
3
|
+
archiveVersion = 1;
|
|
4
|
+
classes = {
|
|
5
|
+
};
|
|
6
|
+
objectVersion = 46;
|
|
7
|
+
objects = {
|
|
8
|
+
|
|
9
|
+
/* Begin PBXBuildFile section */
|
|
10
|
+
0016BAC6BDFBED8B8A37680B802E3CD6 /* Pods-AppIceReactPlugin-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C4697AC4B10F736B9732CCB890845C5E /* Pods-AppIceReactPlugin-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
11
|
+
5942B3D91669ECDA7FDE10B0DA0B143A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */; };
|
|
12
|
+
C6C5AA9854899AF3DBE562CE60A3D70C /* Pods-AppIceReactPlugin-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CD5D97A32D5269C7B54B92DF383A0CF /* Pods-AppIceReactPlugin-dummy.m */; };
|
|
13
|
+
/* End PBXBuildFile section */
|
|
14
|
+
|
|
15
|
+
/* Begin PBXFileReference section */
|
|
16
|
+
3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
|
17
|
+
69232A0A0A4A5A9FED45D94ADCFBF7C2 /* Pods-AppIceReactPlugin-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-AppIceReactPlugin-acknowledgements.markdown"; sourceTree = "<group>"; };
|
|
18
|
+
6CD5D97A32D5269C7B54B92DF383A0CF /* Pods-AppIceReactPlugin-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-AppIceReactPlugin-dummy.m"; sourceTree = "<group>"; };
|
|
19
|
+
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
|
20
|
+
C27314FBD77942ED48FE799982472446 /* Pods-AppIceReactPlugin-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AppIceReactPlugin-Info.plist"; sourceTree = "<group>"; };
|
|
21
|
+
C4697AC4B10F736B9732CCB890845C5E /* Pods-AppIceReactPlugin-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-AppIceReactPlugin-umbrella.h"; sourceTree = "<group>"; };
|
|
22
|
+
CAFB7871E87412DEAB50AEEA5141AD13 /* Pods-AppIceReactPlugin-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AppIceReactPlugin-acknowledgements.plist"; sourceTree = "<group>"; };
|
|
23
|
+
CD31541747B94DE643E205F664CA6BEF /* Pods-AppIceReactPlugin.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-AppIceReactPlugin.modulemap"; sourceTree = "<group>"; };
|
|
24
|
+
DCAA1C0BD5350AF61E6DB8EB7EDBA0DD /* Pods-AppIceReactPlugin.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AppIceReactPlugin.debug.xcconfig"; sourceTree = "<group>"; };
|
|
25
|
+
EBFEDCBDE9D5B38EC39FA09DE32E09BF /* Pods-AppIceReactPlugin.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AppIceReactPlugin.release.xcconfig"; sourceTree = "<group>"; };
|
|
26
|
+
FF05CC4935A7BF267D52196F45E82929 /* Pods_AppIceReactPlugin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_AppIceReactPlugin.framework; path = "Pods-AppIceReactPlugin.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
27
|
+
/* End PBXFileReference section */
|
|
28
|
+
|
|
29
|
+
/* Begin PBXFrameworksBuildPhase section */
|
|
30
|
+
C947AA0A39A9584C02F220E1300634A8 /* Frameworks */ = {
|
|
31
|
+
isa = PBXFrameworksBuildPhase;
|
|
32
|
+
buildActionMask = 2147483647;
|
|
33
|
+
files = (
|
|
34
|
+
5942B3D91669ECDA7FDE10B0DA0B143A /* Foundation.framework in Frameworks */,
|
|
35
|
+
);
|
|
36
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
37
|
+
};
|
|
38
|
+
/* End PBXFrameworksBuildPhase section */
|
|
39
|
+
|
|
40
|
+
/* Begin PBXGroup section */
|
|
41
|
+
69525CEA033FA6ADB1BAEA1AF244632E /* Products */ = {
|
|
42
|
+
isa = PBXGroup;
|
|
43
|
+
children = (
|
|
44
|
+
FF05CC4935A7BF267D52196F45E82929 /* Pods_AppIceReactPlugin.framework */,
|
|
45
|
+
);
|
|
46
|
+
name = Products;
|
|
47
|
+
sourceTree = "<group>";
|
|
48
|
+
};
|
|
49
|
+
87574C84FAC1DE911CC49F908C0FFF6F /* Targets Support Files */ = {
|
|
50
|
+
isa = PBXGroup;
|
|
51
|
+
children = (
|
|
52
|
+
B6EE88E6411C8B5C7D949624E3A8D279 /* Pods-AppIceReactPlugin */,
|
|
53
|
+
);
|
|
54
|
+
name = "Targets Support Files";
|
|
55
|
+
sourceTree = "<group>";
|
|
56
|
+
};
|
|
57
|
+
B6EE88E6411C8B5C7D949624E3A8D279 /* Pods-AppIceReactPlugin */ = {
|
|
58
|
+
isa = PBXGroup;
|
|
59
|
+
children = (
|
|
60
|
+
CD31541747B94DE643E205F664CA6BEF /* Pods-AppIceReactPlugin.modulemap */,
|
|
61
|
+
69232A0A0A4A5A9FED45D94ADCFBF7C2 /* Pods-AppIceReactPlugin-acknowledgements.markdown */,
|
|
62
|
+
CAFB7871E87412DEAB50AEEA5141AD13 /* Pods-AppIceReactPlugin-acknowledgements.plist */,
|
|
63
|
+
6CD5D97A32D5269C7B54B92DF383A0CF /* Pods-AppIceReactPlugin-dummy.m */,
|
|
64
|
+
C27314FBD77942ED48FE799982472446 /* Pods-AppIceReactPlugin-Info.plist */,
|
|
65
|
+
C4697AC4B10F736B9732CCB890845C5E /* Pods-AppIceReactPlugin-umbrella.h */,
|
|
66
|
+
DCAA1C0BD5350AF61E6DB8EB7EDBA0DD /* Pods-AppIceReactPlugin.debug.xcconfig */,
|
|
67
|
+
EBFEDCBDE9D5B38EC39FA09DE32E09BF /* Pods-AppIceReactPlugin.release.xcconfig */,
|
|
68
|
+
);
|
|
69
|
+
name = "Pods-AppIceReactPlugin";
|
|
70
|
+
path = "Target Support Files/Pods-AppIceReactPlugin";
|
|
71
|
+
sourceTree = "<group>";
|
|
72
|
+
};
|
|
73
|
+
C0834CEBB1379A84116EF29F93051C60 /* iOS */ = {
|
|
74
|
+
isa = PBXGroup;
|
|
75
|
+
children = (
|
|
76
|
+
3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */,
|
|
77
|
+
);
|
|
78
|
+
name = iOS;
|
|
79
|
+
sourceTree = "<group>";
|
|
80
|
+
};
|
|
81
|
+
CF1408CF629C7361332E53B88F7BD30C = {
|
|
82
|
+
isa = PBXGroup;
|
|
83
|
+
children = (
|
|
84
|
+
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
|
|
85
|
+
D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */,
|
|
86
|
+
69525CEA033FA6ADB1BAEA1AF244632E /* Products */,
|
|
87
|
+
87574C84FAC1DE911CC49F908C0FFF6F /* Targets Support Files */,
|
|
88
|
+
);
|
|
89
|
+
sourceTree = "<group>";
|
|
90
|
+
};
|
|
91
|
+
D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = {
|
|
92
|
+
isa = PBXGroup;
|
|
93
|
+
children = (
|
|
94
|
+
C0834CEBB1379A84116EF29F93051C60 /* iOS */,
|
|
95
|
+
);
|
|
96
|
+
name = Frameworks;
|
|
97
|
+
sourceTree = "<group>";
|
|
98
|
+
};
|
|
99
|
+
/* End PBXGroup section */
|
|
100
|
+
|
|
101
|
+
/* Begin PBXHeadersBuildPhase section */
|
|
102
|
+
03D231BA76E3DA89E3DDF6A28221DF5D /* Headers */ = {
|
|
103
|
+
isa = PBXHeadersBuildPhase;
|
|
104
|
+
buildActionMask = 2147483647;
|
|
105
|
+
files = (
|
|
106
|
+
0016BAC6BDFBED8B8A37680B802E3CD6 /* Pods-AppIceReactPlugin-umbrella.h in Headers */,
|
|
107
|
+
);
|
|
108
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
109
|
+
};
|
|
110
|
+
/* End PBXHeadersBuildPhase section */
|
|
111
|
+
|
|
112
|
+
/* Begin PBXNativeTarget section */
|
|
113
|
+
AD0E24300ED9C21DC6164401125ABDCE /* Pods-AppIceReactPlugin */ = {
|
|
114
|
+
isa = PBXNativeTarget;
|
|
115
|
+
buildConfigurationList = 0BA87E816A97204588B314EC8A7148D2 /* Build configuration list for PBXNativeTarget "Pods-AppIceReactPlugin" */;
|
|
116
|
+
buildPhases = (
|
|
117
|
+
03D231BA76E3DA89E3DDF6A28221DF5D /* Headers */,
|
|
118
|
+
6206D5E3AC9DE33FC7A7A5285065A3E4 /* Sources */,
|
|
119
|
+
C947AA0A39A9584C02F220E1300634A8 /* Frameworks */,
|
|
120
|
+
18ECD3B2B57F4F7DF1A17F3CB1BBB9EB /* Resources */,
|
|
121
|
+
);
|
|
122
|
+
buildRules = (
|
|
123
|
+
);
|
|
124
|
+
dependencies = (
|
|
125
|
+
);
|
|
126
|
+
name = "Pods-AppIceReactPlugin";
|
|
127
|
+
productName = "Pods-AppIceReactPlugin";
|
|
128
|
+
productReference = FF05CC4935A7BF267D52196F45E82929 /* Pods_AppIceReactPlugin.framework */;
|
|
129
|
+
productType = "com.apple.product-type.framework";
|
|
130
|
+
};
|
|
131
|
+
/* End PBXNativeTarget section */
|
|
132
|
+
|
|
133
|
+
/* Begin PBXProject section */
|
|
134
|
+
BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
|
|
135
|
+
isa = PBXProject;
|
|
136
|
+
attributes = {
|
|
137
|
+
LastSwiftUpdateCheck = 1100;
|
|
138
|
+
LastUpgradeCheck = 1100;
|
|
139
|
+
};
|
|
140
|
+
buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
|
|
141
|
+
compatibilityVersion = "Xcode 3.2";
|
|
142
|
+
developmentRegion = en;
|
|
143
|
+
hasScannedForEncodings = 0;
|
|
144
|
+
knownRegions = (
|
|
145
|
+
en,
|
|
146
|
+
Base,
|
|
147
|
+
);
|
|
148
|
+
mainGroup = CF1408CF629C7361332E53B88F7BD30C;
|
|
149
|
+
productRefGroup = 69525CEA033FA6ADB1BAEA1AF244632E /* Products */;
|
|
150
|
+
projectDirPath = "";
|
|
151
|
+
projectRoot = "";
|
|
152
|
+
targets = (
|
|
153
|
+
AD0E24300ED9C21DC6164401125ABDCE /* Pods-AppIceReactPlugin */,
|
|
154
|
+
);
|
|
155
|
+
};
|
|
156
|
+
/* End PBXProject section */
|
|
157
|
+
|
|
158
|
+
/* Begin PBXResourcesBuildPhase section */
|
|
159
|
+
18ECD3B2B57F4F7DF1A17F3CB1BBB9EB /* Resources */ = {
|
|
160
|
+
isa = PBXResourcesBuildPhase;
|
|
161
|
+
buildActionMask = 2147483647;
|
|
162
|
+
files = (
|
|
163
|
+
);
|
|
164
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
165
|
+
};
|
|
166
|
+
/* End PBXResourcesBuildPhase section */
|
|
167
|
+
|
|
168
|
+
/* Begin PBXSourcesBuildPhase section */
|
|
169
|
+
6206D5E3AC9DE33FC7A7A5285065A3E4 /* Sources */ = {
|
|
170
|
+
isa = PBXSourcesBuildPhase;
|
|
171
|
+
buildActionMask = 2147483647;
|
|
172
|
+
files = (
|
|
173
|
+
C6C5AA9854899AF3DBE562CE60A3D70C /* Pods-AppIceReactPlugin-dummy.m in Sources */,
|
|
174
|
+
);
|
|
175
|
+
runOnlyForDeploymentPostprocessing = 0;
|
|
176
|
+
};
|
|
177
|
+
/* End PBXSourcesBuildPhase section */
|
|
178
|
+
|
|
179
|
+
/* Begin XCBuildConfiguration section */
|
|
180
|
+
0A4AD786134DFBBA6BA3EF04FB6BD048 /* Debug */ = {
|
|
181
|
+
isa = XCBuildConfiguration;
|
|
182
|
+
baseConfigurationReference = DCAA1C0BD5350AF61E6DB8EB7EDBA0DD /* Pods-AppIceReactPlugin.debug.xcconfig */;
|
|
183
|
+
buildSettings = {
|
|
184
|
+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
185
|
+
CODE_SIGN_IDENTITY = "";
|
|
186
|
+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
187
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
188
|
+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
189
|
+
CURRENT_PROJECT_VERSION = 1;
|
|
190
|
+
DEFINES_MODULE = YES;
|
|
191
|
+
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
192
|
+
DYLIB_CURRENT_VERSION = 1;
|
|
193
|
+
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
194
|
+
INFOPLIST_FILE = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-Info.plist";
|
|
195
|
+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
196
|
+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
197
|
+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
198
|
+
MACH_O_TYPE = staticlib;
|
|
199
|
+
MODULEMAP_FILE = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.modulemap";
|
|
200
|
+
OTHER_LDFLAGS = "";
|
|
201
|
+
OTHER_LIBTOOLFLAGS = "";
|
|
202
|
+
PODS_ROOT = "$(SRCROOT)";
|
|
203
|
+
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
|
204
|
+
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
205
|
+
SDKROOT = iphoneos;
|
|
206
|
+
SKIP_INSTALL = YES;
|
|
207
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
208
|
+
VERSIONING_SYSTEM = "apple-generic";
|
|
209
|
+
VERSION_INFO_PREFIX = "";
|
|
210
|
+
};
|
|
211
|
+
name = Debug;
|
|
212
|
+
};
|
|
213
|
+
1E11E67E2F9D2D8EE2CFE0B480E3266E /* Release */ = {
|
|
214
|
+
isa = XCBuildConfiguration;
|
|
215
|
+
baseConfigurationReference = EBFEDCBDE9D5B38EC39FA09DE32E09BF /* Pods-AppIceReactPlugin.release.xcconfig */;
|
|
216
|
+
buildSettings = {
|
|
217
|
+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
218
|
+
CODE_SIGN_IDENTITY = "";
|
|
219
|
+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
220
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
221
|
+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
222
|
+
CURRENT_PROJECT_VERSION = 1;
|
|
223
|
+
DEFINES_MODULE = YES;
|
|
224
|
+
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
225
|
+
DYLIB_CURRENT_VERSION = 1;
|
|
226
|
+
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
227
|
+
INFOPLIST_FILE = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin-Info.plist";
|
|
228
|
+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
229
|
+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
230
|
+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
231
|
+
MACH_O_TYPE = staticlib;
|
|
232
|
+
MODULEMAP_FILE = "Target Support Files/Pods-AppIceReactPlugin/Pods-AppIceReactPlugin.modulemap";
|
|
233
|
+
OTHER_LDFLAGS = "";
|
|
234
|
+
OTHER_LIBTOOLFLAGS = "";
|
|
235
|
+
PODS_ROOT = "$(SRCROOT)";
|
|
236
|
+
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
|
237
|
+
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
238
|
+
SDKROOT = iphoneos;
|
|
239
|
+
SKIP_INSTALL = YES;
|
|
240
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
241
|
+
VALIDATE_PRODUCT = YES;
|
|
242
|
+
VERSIONING_SYSTEM = "apple-generic";
|
|
243
|
+
VERSION_INFO_PREFIX = "";
|
|
244
|
+
};
|
|
245
|
+
name = Release;
|
|
246
|
+
};
|
|
247
|
+
8F17DC3A99F99FBAD606CE6963886315 /* Release */ = {
|
|
248
|
+
isa = XCBuildConfiguration;
|
|
249
|
+
buildSettings = {
|
|
250
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
251
|
+
CLANG_ANALYZER_NONNULL = YES;
|
|
252
|
+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
253
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
254
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
255
|
+
CLANG_ENABLE_MODULES = YES;
|
|
256
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
257
|
+
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
258
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
259
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
260
|
+
CLANG_WARN_COMMA = YES;
|
|
261
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
262
|
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
263
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
264
|
+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
265
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
266
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
267
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
268
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
269
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
270
|
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
271
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
272
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
273
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
274
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
275
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
276
|
+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
277
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
278
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
279
|
+
COPY_PHASE_STRIP = NO;
|
|
280
|
+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
281
|
+
ENABLE_NS_ASSERTIONS = NO;
|
|
282
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
283
|
+
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
284
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
285
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
286
|
+
"POD_CONFIGURATION_RELEASE=1",
|
|
287
|
+
"$(inherited)",
|
|
288
|
+
);
|
|
289
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
290
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
291
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
292
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
293
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
294
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
295
|
+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
296
|
+
MTL_ENABLE_DEBUG_INFO = NO;
|
|
297
|
+
MTL_FAST_MATH = YES;
|
|
298
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
299
|
+
STRIP_INSTALLED_PRODUCT = NO;
|
|
300
|
+
SWIFT_COMPILATION_MODE = wholemodule;
|
|
301
|
+
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
302
|
+
SWIFT_VERSION = 5.0;
|
|
303
|
+
SYMROOT = "${SRCROOT}/../build";
|
|
304
|
+
};
|
|
305
|
+
name = Release;
|
|
306
|
+
};
|
|
307
|
+
916E0404255105F480DC4950B7625F7A /* Debug */ = {
|
|
308
|
+
isa = XCBuildConfiguration;
|
|
309
|
+
buildSettings = {
|
|
310
|
+
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
311
|
+
CLANG_ANALYZER_NONNULL = YES;
|
|
312
|
+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
313
|
+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
314
|
+
CLANG_CXX_LIBRARY = "libc++";
|
|
315
|
+
CLANG_ENABLE_MODULES = YES;
|
|
316
|
+
CLANG_ENABLE_OBJC_ARC = YES;
|
|
317
|
+
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
318
|
+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
319
|
+
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
320
|
+
CLANG_WARN_COMMA = YES;
|
|
321
|
+
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
322
|
+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
323
|
+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
324
|
+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
325
|
+
CLANG_WARN_EMPTY_BODY = YES;
|
|
326
|
+
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
327
|
+
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
328
|
+
CLANG_WARN_INT_CONVERSION = YES;
|
|
329
|
+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
330
|
+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
331
|
+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
332
|
+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
333
|
+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
334
|
+
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
335
|
+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
336
|
+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
337
|
+
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
338
|
+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
339
|
+
COPY_PHASE_STRIP = NO;
|
|
340
|
+
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
341
|
+
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
342
|
+
ENABLE_TESTABILITY = YES;
|
|
343
|
+
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
344
|
+
GCC_DYNAMIC_NO_PIC = NO;
|
|
345
|
+
GCC_NO_COMMON_BLOCKS = YES;
|
|
346
|
+
GCC_OPTIMIZATION_LEVEL = 0;
|
|
347
|
+
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
348
|
+
"POD_CONFIGURATION_DEBUG=1",
|
|
349
|
+
"DEBUG=1",
|
|
350
|
+
"$(inherited)",
|
|
351
|
+
);
|
|
352
|
+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
353
|
+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
354
|
+
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
355
|
+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
356
|
+
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
357
|
+
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
358
|
+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
359
|
+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
360
|
+
MTL_FAST_MATH = YES;
|
|
361
|
+
ONLY_ACTIVE_ARCH = YES;
|
|
362
|
+
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
363
|
+
STRIP_INSTALLED_PRODUCT = NO;
|
|
364
|
+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
365
|
+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
366
|
+
SWIFT_VERSION = 5.0;
|
|
367
|
+
SYMROOT = "${SRCROOT}/../build";
|
|
368
|
+
};
|
|
369
|
+
name = Debug;
|
|
370
|
+
};
|
|
371
|
+
/* End XCBuildConfiguration section */
|
|
372
|
+
|
|
373
|
+
/* Begin XCConfigurationList section */
|
|
374
|
+
0BA87E816A97204588B314EC8A7148D2 /* Build configuration list for PBXNativeTarget "Pods-AppIceReactPlugin" */ = {
|
|
375
|
+
isa = XCConfigurationList;
|
|
376
|
+
buildConfigurations = (
|
|
377
|
+
0A4AD786134DFBBA6BA3EF04FB6BD048 /* Debug */,
|
|
378
|
+
1E11E67E2F9D2D8EE2CFE0B480E3266E /* Release */,
|
|
379
|
+
);
|
|
380
|
+
defaultConfigurationIsVisible = 0;
|
|
381
|
+
defaultConfigurationName = Release;
|
|
382
|
+
};
|
|
383
|
+
4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
|
|
384
|
+
isa = XCConfigurationList;
|
|
385
|
+
buildConfigurations = (
|
|
386
|
+
916E0404255105F480DC4950B7625F7A /* Debug */,
|
|
387
|
+
8F17DC3A99F99FBAD606CE6963886315 /* Release */,
|
|
388
|
+
);
|
|
389
|
+
defaultConfigurationIsVisible = 0;
|
|
390
|
+
defaultConfigurationName = Release;
|
|
391
|
+
};
|
|
392
|
+
/* End XCConfigurationList section */
|
|
393
|
+
};
|
|
394
|
+
rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
|
|
395
|
+
}
|