File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
MiniAppCarthage/MiniApp/MiniApp.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## CHANGELOG
2
2
3
- ### 5.3.1 (2023-08-01 )
3
+ ### 5.3.1 (2023-08-02 )
4
4
** SDK**
5
5
- ** Feature:** Updated ` loadFromBundle(miniAppManifest:completionHandler) ` interface with optional MiniAppManifest object.
6
6
- ** Feature:** Added a new property in MiniAppViewable class to Enable/Disable 3D touch for the Miniapp that is launched.
Original file line number Diff line number Diff line change 1332
1332
"@executable_path/Frameworks",
1333
1333
);
1334
1334
MACH_O_TYPE = staticlib;
1335
- MARKETING_VERSION = 5.3.0 ;
1335
+ MARKETING_VERSION = 5.3.1 ;
1336
1336
OTHER_LDFLAGS = "-ObjC";
1337
1337
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
1338
1338
PRODUCT_NAME = MiniApp;
1361
1361
"@executable_path/Frameworks",
1362
1362
);
1363
1363
MACH_O_TYPE = staticlib;
1364
- MARKETING_VERSION = 5.3.0 ;
1364
+ MARKETING_VERSION = 5.3.1 ;
1365
1365
OTHER_LDFLAGS = "-ObjC";
1366
1366
PRODUCT_BUNDLE_IDENTIFIER = com.rakuten.tech.mobile.MiniApp;
1367
1367
PRODUCT_NAME = MiniApp;
You can’t perform that action at this time.
0 commit comments