-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does sandbox project have to include numsw project? #12
Comments
This is complex discussion. In sandbox, there are following facts.
There is no numsw types. but,...
Anyway at least about [3], sandbox project need to include numsw maths. Next, there are 2 possibilities of build structure.
In ordinary iOS development, [5] is natural. So I think pattern [6] is better. Finally, I have more one option. Should we need sandbox xcode project ? There is one problem about math test codes. |
Playground上ではパッケージが無いので、numswとPlaygroundsは同じパッケージに無いといけない。つまり、RenderViewControllerからMatrixを使う時、ファイル冒頭に 一方、numsw上ではnumswとテストコードは別れているので、テストコードの冒頭には 現状は、このimportを通すため、sandboxにソースで入ってるnumswとは別に、さらにnumsw.xcodeprojで生成されるnumsw.frameworkを突っ込んでいる。つまり、 sandboxのバンドル名をnumswに変えるのは他の問題が起こりそうなのでやりたくない。 |
数学関係のクラスが追加されたりしたときに、numsw.xcodeproj側とsandbox.xcodeproj側で2重に対応するのは、対応漏れするとおかしくなりそうなので微妙。 そこで、sandbox.xcodeprojのときだけフラグを立てて、プロプロセッサで |
#38 で対応。 |
No description provided.
The text was updated successfully, but these errors were encountered: