Skip to content

Commit

Permalink
Merge fdb759d into 069293c
Browse files Browse the repository at this point in the history
  • Loading branch information
monojenkins committed Jul 8, 2019
2 parents 069293c + fdb759d commit 4abe39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ Dictionary<Type,string> NSValueReturnMap {
nsvalue_return_map [TypeManager.CMTimeMapping] = ".CMTimeMappingValue";
}

if (Frameworks.HaveCoreMedia)
if (Frameworks.HaveCoreAnimation)
nsvalue_return_map [TypeManager.CATransform3D] = ".CATransform3DValue";
}
return nsvalue_return_map;
Expand Down

0 comments on commit 4abe39b

Please sign in to comment.