Skip to content

Commit 1ef7e5a

Browse files
committed
Temporally save
1 parent 409f5be commit 1ef7e5a

5 files changed

Lines changed: 8 additions & 20 deletions

File tree

platforms/android/res/xml/config.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<feature name="HttpRequest">
1414
<param name="android-package" value="plugin.http.request.HttpRequest" />
1515
</feature>
16-
<feature name="YoikScreenOrientation">
17-
<param name="android-package" value="net.yoik.cordova.plugins.screenorientation.YoikScreenOrientation" />
18-
</feature>
1916
<preference name="SplashScreen" value="screen" />
2017
<preference name="SplashScreenDelay" value="1500" />
2118
<name>DevApp</name>

platforms/ios/DevApp.xcodeproj/project.pbxproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
};
66
objectVersion = 46;
77
objects = {
8+
89
/* Begin PBXBuildFile section */
910
1D3623260D0F684500981E51 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* AppDelegate.m */; };
1011
1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
@@ -58,6 +59,7 @@
5859
7E7966E71810823500FA85AD /* icon-small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DD1810823500FA85AD /* icon-small@2x.png */; };
5960
877831D5FF4A436B85CB2889 /* libc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 128F883B57EC4EB880491CBE /* libc++.dylib */; };
6061
92824D78C3A44B5ABB7C7A36 /* R9HTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0B320D7E0048619974FE4C /* R9HTTPRequest.m */; };
62+
955BA0857752473C94A590CC /* YoikScreenOrientation.m in Sources */ = {isa = PBXBuildFile; fileRef = E054710365B149BDA075092F /* YoikScreenOrientation.m */; };
6163
A046F7381A74DFDA004678D8 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26B83D77D8DF42C0BB1A9DEF /* AVFoundation.framework */; };
6264
A046F7391A74DFDA004678D8 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E03D43066FEB41DA8A76E12E /* CoreData.framework */; };
6365
A046F73A1A74DFDA004678D8 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D3F4D4F248A48AB8BFDD106 /* CoreLocation.framework */; };
@@ -77,7 +79,6 @@
7779
BBFF786B8852482E8949A98C /* HttpRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 55C6BF01554D42B3917BF40D /* HttpRequest.m */; };
7880
C92E8F2094FE418B921242FD /* BSD-LICENSE in Sources */ = {isa = PBXBuildFile; fileRef = 6431F6FBEFD6470A95E58D05 /* BSD-LICENSE */; };
7981
D4A0D8761607E02300AEF8BB /* Default-568h@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D4A0D8751607E02300AEF8BB /* Default-568h@2x~iphone.png */; };
80-
955BA0857752473C94A590CC /* YoikScreenOrientation.m in Sources */ = {isa = PBXBuildFile; fileRef = E054710365B149BDA075092F /* YoikScreenOrientation.m */; };
8182
/* End PBXBuildFile section */
8283

8384
/* Begin PBXContainerItemProxy section */
@@ -110,6 +111,7 @@
110111
288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
111112
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
112113
2A30AC9E250A44BE8671DF93 /* libicucore.dylib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "compiled.mach-o.dylib"; name = libicucore.dylib; path = usr/lib/libicucore.dylib; sourceTree = SDKROOT; };
114+
2BD431FB6ADA43C798314550 /* YoikScreenOrientation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YoikScreenOrientation.h; path = net.yoik.cordova.plugins.screenorientation/YoikScreenOrientation.h; sourceTree = "<group>"; };
113115
301BF52D109A57CC0062928A /* CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CordovaLib.xcodeproj; path = CordovaLib/CordovaLib.xcodeproj; sourceTree = "<group>"; };
114116
301BF56E109A69640062928A /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = SOURCE_ROOT; };
115117
302D95EE14D2391D003F00A1 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
@@ -198,14 +200,13 @@
198200
D4A0D8751607E02300AEF8BB /* Default-568h@2x~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x~iphone.png"; sourceTree = "<group>"; };
199201
D85846C38A094BD7AE0421C1 /* OpenGLES.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
200202
E03D43066FEB41DA8A76E12E /* CoreData.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
203+
E054710365B149BDA075092F /* YoikScreenOrientation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = YoikScreenOrientation.m; path = net.yoik.cordova.plugins.screenorientation/YoikScreenOrientation.m; sourceTree = "<group>"; };
201204
E5D3FDEF66AE48CC80416946 /* CoreText.framework */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
202205
EB87FDF21871DA7A0020F90C /* merges */ = {isa = PBXFileReference; lastKnownFileType = folder; name = merges; path = ../../merges; sourceTree = "<group>"; };
203206
EB87FDF31871DA8E0020F90C /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../www; sourceTree = "<group>"; };
204207
EB87FDF41871DAF40020F90C /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = ../../config.xml; sourceTree = "<group>"; };
205208
EEC5F6FAEB484890BFF56713 /* CDVLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CDVLogger.h; path = org.apache.cordova.console/CDVLogger.h; sourceTree = "<group>"; };
206209
F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = DevApp/config.xml; sourceTree = "<group>"; };
207-
E054710365B149BDA075092F /* YoikScreenOrientation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "YoikScreenOrientation.m"; path = "net.yoik.cordova.plugins.screenorientation/YoikScreenOrientation.m"; sourceTree = "<group>"; fileEncoding = 4; };
208-
2BD431FB6ADA43C798314550 /* YoikScreenOrientation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "YoikScreenOrientation.h"; path = "net.yoik.cordova.plugins.screenorientation/YoikScreenOrientation.h"; sourceTree = "<group>"; fileEncoding = 4; };
209210
/* End PBXFileReference section */
210211

211212
/* Begin PBXFrameworksBuildPhase section */
@@ -701,7 +702,7 @@
701702
GCC_THUMB_SUPPORT = NO;
702703
GCC_VERSION = "";
703704
INFOPLIST_FILE = "DevApp/DevApp-Info.plist";
704-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
705+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
705706
OTHER_LDFLAGS = (
706707
"-weak_framework",
707708
CoreFoundation,
@@ -738,7 +739,7 @@
738739
GCC_THUMB_SUPPORT = NO;
739740
GCC_VERSION = "";
740741
INFOPLIST_FILE = "DevApp/DevApp-Info.plist";
741-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
742+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
742743
OTHER_LDFLAGS = (
743744
"-weak_framework",
744745
CoreFoundation,
@@ -782,7 +783,7 @@
782783
"\"$(OBJROOT)/UninstalledProducts/include\"",
783784
"\"$(BUILT_PRODUCTS_DIR)\"",
784785
);
785-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
786+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
786787
ONLY_ACTIVE_ARCH = YES;
787788
OTHER_LDFLAGS = (
788789
"-weak_framework",
@@ -828,7 +829,7 @@
828829
"\"$(OBJROOT)/UninstalledProducts/include\"",
829830
"\"$(BUILT_PRODUCTS_DIR)\"",
830831
);
831-
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
832+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
832833
OTHER_LDFLAGS = (
833834
"-weak_framework",
834835
CoreFoundation,

plugins/android.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
{
4040
"xml": "<feature name=\"HttpRequest\"><param name=\"android-package\" value=\"plugin.http.request.HttpRequest\" /></feature>",
4141
"count": 1
42-
},
43-
{
44-
"xml": "<feature name=\"YoikScreenOrientation\"><param name=\"android-package\" value=\"net.yoik.cordova.plugins.screenorientation.YoikScreenOrientation\" /></feature>",
45-
"count": 1
4642
}
4743
]
4844
}
@@ -64,9 +60,6 @@
6460
},
6561
"com.google.playservices": {
6662
"PACKAGE_NAME": "com.example.myapp"
67-
},
68-
"net.yoik.cordova.plugins.screenorientation": {
69-
"PACKAGE_NAME": "com.example.myapp"
7063
}
7164
},
7265
"dependent_plugins": {}

plugins/ios.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@
129129
},
130130
"com.google.playservices": {
131131
"PACKAGE_NAME": "com.example.myapp"
132-
},
133-
"net.yoik.cordova.plugins.screenorientation": {
134-
"PACKAGE_NAME": "com.example.myapp"
135132
}
136133
},
137134
"dependent_plugins": {}

0 commit comments

Comments
 (0)