Skip to content

Commit ebdaff0

Browse files
committed
publish v1.0.7
1 parent 5810353 commit ebdaff0

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

ios/SplashScreen.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
"$(SRCROOT)/../../../React/**",
212212
"$(SRCROOT)/../../react-native/React/**",
213213
);
214+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
214215
OTHER_LDFLAGS = "-ObjC";
215216
PRODUCT_NAME = "$(TARGET_NAME)";
216217
SKIP_INSTALL = YES;
@@ -226,6 +227,7 @@
226227
"$(SRCROOT)/../../../React/**",
227228
"$(SRCROOT)/../../react-native/React/**",
228229
);
230+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
229231
OTHER_LDFLAGS = "-ObjC";
230232
PRODUCT_NAME = "$(TARGET_NAME)";
231233
SKIP_INSTALL = YES;
@@ -251,6 +253,7 @@
251253
3D7682811D8E76B80014119E /* Release */,
252254
);
253255
defaultConfigurationIsVisible = 0;
256+
defaultConfigurationName = Release;
254257
};
255258
/* End XCConfigurationList section */
256259
};

ios/SplashScreen.xcodeproj/xcuserdata/penn.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>SplashScreen.xcscheme</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>0</integer>
10+
<integer>12</integer>
1111
</dict>
1212
</dict>
1313
<key>SuppressBuildableAutocreation</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-splash-screen",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A splash screen for react-native, hide when application loaded ,it works on iOS and Android.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)