Skip to content

Commit

Permalink
Updated JTProximitySDK framework
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-fraccaroli committed Jan 8, 2024
1 parent 221ec61 commit edde582
Show file tree
Hide file tree
Showing 30 changed files with 69 additions and 60 deletions.
7 changes: 3 additions & 4 deletions Example/JTProximitySDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -172,7 +172,6 @@
ORGANIZATIONNAME = "Marco Fraccaroli";
TargetAttributes = {
6003F589195388D20070C39A = {
DevelopmentTeam = 67BZD2K589;
SystemCapabilities = {
com.apple.iCloud = {
enabled = 0;
Expand Down Expand Up @@ -351,7 +350,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 67BZD2K589;
DEVELOPMENT_TEAM = 8S4255EPQZ;
FRAMEWORK_SEARCH_PATHS = ../Library;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "JTProximitySDK/JTProximitySDK-Info.plist";
Expand All @@ -370,7 +369,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 67BZD2K589;
DEVELOPMENT_TEAM = 8S4255EPQZ;
FRAMEWORK_SEARCH_PATHS = ../Library;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
INFOPLIST_FILE = "JTProximitySDK/JTProximitySDK-Info.plist";
Expand Down
2 changes: 1 addition & 1 deletion Example/JTProximitySDK/JTAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// JTProximitySDK
//
// Created by Marco Fraccaroli on 09/25/2017.
// Copyright (c) 2020 Jointag S.r.l. All rights reserved.
// Copyright (c) 2024 Jointag S.r.l. All rights reserved.
//

@import UIKit;
Expand Down
2 changes: 1 addition & 1 deletion Example/JTProximitySDK/JTAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// JTProximitySDK
//
// Created by Marco Fraccaroli on 09/25/2017.
// Copyright (c) 2020 Jointag S.r.l. All rights reserved.
// Copyright (c) 2024 Jointag S.r.l. All rights reserved.
//

#import "JTAppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion Example/JTProximitySDK/JTViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// JTProximitySDK
//
// Created by Marco Fraccaroli on 09/25/2017.
// Copyright (c) 2020 Jointag S.r.l. All rights reserved.
// Copyright (c) 2024 Jointag S.r.l. All rights reserved.
//

@import UIKit;
Expand Down
2 changes: 1 addition & 1 deletion Example/JTProximitySDK/JTViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// JTProximitySDK
//
// Created by Marco Fraccaroli on 09/25/2017.
// Copyright (c) 2020 Jointag S.r.l. All rights reserved.
// Copyright (c) 2024 Jointag S.r.l. All rights reserved.
//

#import "JTViewController.h"
Expand Down
2 changes: 1 addition & 1 deletion Example/JTProximitySDK/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// JTProximitySDK
//
// Created by Marco Fraccaroli on 09/25/2017.
// Copyright (c) 2020 Jointag S.r.l. All rights reserved.
// Copyright (c) 2024 Jointag S.r.l. All rights reserved.
//

@import UIKit;
Expand Down
4 changes: 2 additions & 2 deletions JTProximitySDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JTProximitySDK"
s.version = "1.15.0"
s.version = "1.16.0"
s.summary = "iOS library for Jointag Proximity"
s.homepage = "https://www.jointag.com/"
s.author = "Next14 S.p.A."
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = {
:type => "Copyright",
:text => <<-LICENSE
Copyright 2022 Next14 S.p.A. All rights reserved.
Copyright 2024 Next14 S.p.A. All rights reserved.
LICENSE
}

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Next14 S.p.A.
Copyright (c) 2024 Next14 S.p.A.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
14 changes: 9 additions & 5 deletions Library/JTProximitySDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,35 @@
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>JTProximitySDK.framework/JTProximitySDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>JTProximitySDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>JTProximitySDK.framework/JTProximitySDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>JTProximitySDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// JTPVersion.h
// JTProximitySDK
//
// Created by Marco Fraccaroli on 08/01/24.
// Copyright © 2024 Jointag. All rights reserved.
//

#import <Foundation/Foundation.h>

extern NSString * const JTPSDKVersion;
extern NSUInteger const JTPSDKBuild;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <JTProximitySDK/JTPVersion.h>
#import <JTProximitySDK/JTPLogger.h>
#import <JTProximitySDK/JTPManualConsent.h>

Expand Down Expand Up @@ -46,16 +47,6 @@ NS_SWIFT_NAME(ProximitySDK)
*/
@property (strong, nonatomic, nullable) NSString *externalUserId;

/**
@deprecated Notification permission is no longer prompted automatically
*/
@property (assign, nonatomic) BOOL promptForPushNotifications DEPRECATED_MSG_ATTRIBUTE("Notification permission is no longer prompted automatically");

/**
@deprecated Location permission is no longer prompted automatically
*/
@property (assign, nonatomic) BOOL promptForLocationAuthorization DEPRECATED_MSG_ATTRIBUTE("Location permission is no longer prompted automatically");

/**
Enable CMP support for GDPR compliance.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module JTProximitySDK {
umbrella header "JTProximitySDK.h"

export *

module * { export * }
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
//
// JTPVersion.h
// JTProximitySDK
//
// Created by Marco Fraccaroli on 08/01/24.
// Copyright © 2024 Jointag. All rights reserved.
//

#import <Foundation/Foundation.h>

extern NSString * const JTPSDKVersion;
extern NSUInteger const JTPSDKBuild;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <JTProximitySDK/JTPVersion.h>
#import <JTProximitySDK/JTPLogger.h>
#import <JTProximitySDK/JTPManualConsent.h>

Expand Down Expand Up @@ -46,16 +47,6 @@ NS_SWIFT_NAME(ProximitySDK)
*/
@property (strong, nonatomic, nullable) NSString *externalUserId;

/**
@deprecated Notification permission is no longer prompted automatically
*/
@property (assign, nonatomic) BOOL promptForPushNotifications DEPRECATED_MSG_ATTRIBUTE("Notification permission is no longer prompted automatically");

/**
@deprecated Location permission is no longer prompted automatically
*/
@property (assign, nonatomic) BOOL promptForLocationAuthorization DEPRECATED_MSG_ATTRIBUTE("Location permission is no longer prompted automatically");

/**
Enable CMP support for GDPR compliance.
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework module JTProximitySDK {
umbrella header "JTProximitySDK.h"

export *

module * { export * }
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
</data>
<key>Adv.storyboardc/U5T-w4-n6K-view-nwg-Cn-Jvs.nib</key>
<data>
D1f4n4Iu7AiDV0HOVdjRpIwPdAk=
RGJLN2EabA97LWfCBxKQek9NVzc=
</data>
<key>Adv.storyboardc/azn-j3-oaa-view-NiP-vc-faV.nib</key>
<data>
2wIoFPUuxH11AMy1L+6A/7seaVY=
5jbDpdX9UX9S49V1zG8HnrK1XVg=
</data>
<key>Adv.storyboardc/imageViewController.nib</key>
<data>
BhYjQw8SM9U4G2D9ZRnVEP8s0Bo=
</data>
<key>Adv.storyboardc/rqR-1X-kuW-view-BTN-3O-pFQ.nib</key>
<data>
vXOoWqv/3PEz73B4nDKZcKOW9/M=
dSh7T4PM4Adu7M50Qt7ygFz/ZYg=
</data>
<key>Adv.storyboardc/videoViewController.nib</key>
<data>
Expand All @@ -34,7 +34,7 @@
</data>
<key>Assets.car</key>
<data>
MMT6ecZznHTvbVHxaVd4ne9nM1Q=
L8uJIukavjEgDftykx8ZcOmTTDg=
</data>
<key>Headers/JTPLogger.h</key>
<data>
Expand All @@ -44,21 +44,21 @@
<data>
ESEENeDdQ97bSXxPp5Yr2MzCXrI=
</data>
<key>Headers/JTPVersion.h</key>
<data>
8TwmZ3TeJ53aMEipcLULLmBoo9E=
</data>
<key>Headers/JTProximitySDK.h</key>
<data>
rhYL8NjVfp5yHINmFPJHZakwMLI=
RBmSoZLAryW02e07HoIZgSubebA=
</data>
<key>Info.plist</key>
<data>
m9Z7KxL55R+KiZQmWe/EiUZB6pA=
24lj5dKDv9FOFTLLsN8MPvKWc0Q=
</data>
<key>Modules/module.modulemap</key>
<data>
W/x1LzCip8y1HM79d32OXwY5Ujw=
</data>
<key>Version.plist</key>
<data>
SUX750cG6mD8jngyklnzR2J+S/0=
oHIjmnrmUu0Pb1DSZq9b9Lg1IMc=
</data>
<key>en.lproj/Localizable.strings</key>
<dict>
Expand Down Expand Up @@ -92,14 +92,14 @@
<dict>
<key>hash2</key>
<data>
GG53PclmEoFyshTBntISEpEiCvAvX1s5ocxVoavAp9I=
h/APLSWfTHs22TaxOIew85F9kAFg5yWVSNAOkep6BjI=
</data>
</dict>
<key>Adv.storyboardc/azn-j3-oaa-view-NiP-vc-faV.nib</key>
<dict>
<key>hash2</key>
<data>
TNE5g//LBtUsyJB2ItT2+kwU1JdsVcua/vIRZCj5BS4=
FnCAHZ0mkVdyXEvJWx0O1xncUePdxEHJvXUf/jA3FIU=
</data>
</dict>
<key>Adv.storyboardc/imageViewController.nib</key>
Expand All @@ -113,7 +113,7 @@
<dict>
<key>hash2</key>
<data>
SaBiDdRUE9IAXdgH5Fa0eWqAj2YaDZRwXhN3p+ntWA8=
b4nCORrqhEGcNbf5hwJllCoLeOGp7wWSAnPg0u4UngM=
</data>
</dict>
<key>Adv.storyboardc/videoViewController.nib</key>
Expand All @@ -134,7 +134,7 @@
<dict>
<key>hash2</key>
<data>
i9pK1M56syxIveh4odvVwoqVIp21oeymC/wqnTfmisg=
UTDpO4iD5mKg8bM9NdmLgB1PKdjFF/lf25zSVgs/Pfw=
</data>
</dict>
<key>Headers/JTPLogger.h</key>
Expand All @@ -151,25 +151,25 @@
d51lbTCGMh5ZNH4HiG26gp11KskhGaadh2IgHSfwpAw=
</data>
</dict>
<key>Headers/JTProximitySDK.h</key>
<key>Headers/JTPVersion.h</key>
<dict>
<key>hash2</key>
<data>
mu+oN8sOuDSLGXbBmSoboYjlNGUqbXRgSQ/HLUNogDA=
+APKS2ASi7DrZfObpx7UrwqAMiSJ+7tRlqazsKgaGKQ=
</data>
</dict>
<key>Modules/module.modulemap</key>
<key>Headers/JTProximitySDK.h</key>
<dict>
<key>hash2</key>
<data>
ZyaFq4JNfNaiDREaR1uVDRPWYa3MfDmxHAw+3chPrZ4=
EJMZWraPe+99H9BWSwkOepX9D1lttkODajTOgEJr1+Q=
</data>
</dict>
<key>Version.plist</key>
<key>Modules/module.modulemap</key>
<dict>
<key>hash2</key>
<data>
G+Vf7t1Xzn7KgY4niuw/IIak0SI66tyaN45rc2ql7Gw=
p35WpU5DQgdLUB+6Cy9TAKfeFPMMMSLn+eeI9Z9lEHY=
</data>
</dict>
<key>en.lproj/Localizable.strings</key>
Expand Down

0 comments on commit edde582

Please sign in to comment.