Skip to content

Commit

Permalink
Removed OpenUDID completely
Browse files Browse the repository at this point in the history
  • Loading branch information
shai-almog committed Apr 5, 2024
1 parent 6bdbe40 commit cf20011
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 351 deletions.
3 changes: 1 addition & 2 deletions Ports/iOSPort/nativeSources/IOSNative.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
#import <MessageUI/MFMessageComposeViewController.h>
#import "UIWebViewEventDelegate.h"
#include <sqlite3.h>
#include "OpenUDID.h"
#ifdef CN1_USE_STOREKIT
#import "StoreKit/StoreKit.h"
#endif
Expand Down Expand Up @@ -4356,7 +4355,7 @@ int popoverSupported()
}

JAVA_OBJECT com_codename1_impl_ios_IOSNative_getUDID__(CN1_THREAD_STATE_MULTI_ARG JAVA_OBJECT instanceObject) {
return fromNSString(CN1_THREAD_STATE_PASS_ARG [OpenUDID value]);
return JAVA_NULL;
}

JAVA_OBJECT com_codename1_impl_ios_IOSNative_getOSVersion__(CN1_THREAD_STATE_MULTI_ARG JAVA_OBJECT instanceObject) {
Expand Down
65 changes: 0 additions & 65 deletions Ports/iOSPort/nativeSources/OpenUDID.h

This file was deleted.

284 changes: 0 additions & 284 deletions Ports/iOSPort/nativeSources/OpenUDID.m

This file was deleted.

0 comments on commit cf20011

Please sign in to comment.