File tree 6 files changed +20
-8
lines changed
native_library/mac/DesktopToastANE
DesktopToastANE.xcodeproj
6 files changed +20
-8
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.1.0
2
+ - macOS: Updated to FreSwift 5.0.0
3
+
1
4
### 2.0.0
2
5
- macOS: Updated to FreSwift 4.5.0
3
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " toast-sample" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"appDescriptor" : " src/Main-app.xml" ,
5
5
"variables" : {
6
6
},
10
10
"url" : " https://tuarua.github.io/air/air_packages.json"
11
11
},
12
12
"dependencies" : {
13
- "com.tuarua.DesktopToastANE" : " 2.0 .0"
13
+ "com.tuarua.DesktopToastANE" : " 2.1 .0"
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.tuarua.DesktopToastANE" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"repository" : {
5
5
"url" : " https://tuarua.github.io/air/air_packages.json"
6
6
},
7
7
"dependencies" : {
8
- "com.tuarua.FreSwift" : " 4.5 .0"
8
+ "com.tuarua.FreSwift" : " 5.0 .0"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 3
3
<id >com.tuarua.DesktopToastANE</id >
4
4
<name >Desktop Toast ANE</name >
5
5
<copyright >This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright >
6
- <versionNumber >2.0 .0</versionNumber >
6
+ <versionNumber >2.1 .0</versionNumber >
7
7
<platforms >
8
8
<platform name =" Windows-x86-64" >
9
9
<applicationDeployment >
19
19
<finalizer >TRDTTExtFinizer</finalizer >
20
20
</applicationDeployment >
21
21
</platform >
22
+ <platform name =" MacOS-x86-64" >
23
+ <applicationDeployment >
24
+ <nativeLibrary >DesktopToastANE.framework</nativeLibrary >
25
+ <initializer >TRDTTExtInizer</initializer >
26
+ <finalizer >TRDTTExtFinizer</finalizer >
27
+ </applicationDeployment >
28
+ </platform >
22
29
</platforms >
23
30
</extension >
Original file line number Diff line number Diff line change 1
- binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4. 5.0/FreSwift.json" ~> 4.5 .0
1
+ binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/5.0.0 /FreSwift.json" ~> 5.0 .0
Original file line number Diff line number Diff line change 147
147
CE36AF371DF47B7B003C224B /* Project object */ = {
148
148
isa = PBXProject;
149
149
attributes = {
150
- LastUpgradeCheck = 1100 ;
150
+ LastUpgradeCheck = 1200 ;
151
151
ORGANIZATIONNAME = "Tua Rua Ltd";
152
152
TargetAttributes = {
153
153
CE36AF3F1DF47B7B003C224B = {
200
200
);
201
201
runOnlyForDeploymentPostprocessing = 0;
202
202
shellPath = /bin/sh;
203
- shellScript = "../../../native_extension/ane/build_multi .sh\n";
203
+ shellScript = "../../../native_extension/ane/build .sh\n";
204
204
};
205
205
/* End PBXShellScriptBuildPhase section */
206
206
244
244
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
245
245
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
246
246
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
247
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
247
248
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
248
249
CLANG_WARN_STRICT_PROTOTYPES = YES;
249
250
CLANG_WARN_SUSPICIOUS_MOVE = YES;
307
308
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
308
309
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
309
310
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
311
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
310
312
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
311
313
CLANG_WARN_STRICT_PROTOTYPES = YES;
312
314
CLANG_WARN_SUSPICIOUS_MOVE = YES;
You can’t perform that action at this time.
0 commit comments