Skip to content

Commit

Permalink
Remove scripts folder, this is causing app store submission issues (#…
Browse files Browse the repository at this point in the history
…1362)

* removing scripts folder

* removing references from build phases
  • Loading branch information
srinathtm-apple committed Mar 26, 2020
1 parent 50a2b34 commit bbe376c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 230 deletions.
2 changes: 0 additions & 2 deletions ResearchKit.xcodeproj/project.pbxproj
Expand Up @@ -86,7 +86,6 @@
14D3F09C225BCA8100A3962D /* ORKBorderedButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14D3F09B225BCA8100A3962D /* ORKBorderedButtonTests.swift */; };
14E79040226A5F72009D8083 /* ORKStepViewControllerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14E7903F226A5F72009D8083 /* ORKStepViewControllerHelpers.swift */; };
14F7AC8B2269035200D52F41 /* ORKStepViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F7AC8A2269035200D52F41 /* ORKStepViewControllerTests.swift */; };
168EEAB6230B6F9E003FD2FA /* plist-to-strings.py in Resources */ = {isa = PBXBuildFile; fileRef = 168EEAB1230B6F9E003FD2FA /* plist-to-strings.py */; };
1B4B95B81F5F012E006B629F /* ORKWeightPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B4B95B71F5F012E006B629F /* ORKWeightPicker.m */; };
1B4B95BA1F5F014E006B629F /* ORKWeightPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B95B91F5F014E006B629F /* ORKWeightPicker.h */; };
241A2E871B94FD8800ED3B39 /* ORKPasscodeStepViewController_Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 241A2E861B94FD8800ED3B39 /* ORKPasscodeStepViewController_Internal.h */; settings = {ATTRIBUTES = (Private, ); }; };
Expand Down Expand Up @@ -4350,7 +4349,6 @@
86C40DFA1A8D7C5C00081FAC /* MovieTintShader.fsh in Resources */,
E2EE530022E7735700F34987 /* VolumeCalibration.wav in Resources */,
B1A860EA1A9693C400EA57B7 /* consent_01@2x.m4v in Resources */,
168EEAB6230B6F9E003FD2FA /* plist-to-strings.py in Resources */,
71B7B4DA20AA91D400C5768A /* retspl_AIRPODS.plist in Resources */,
71F3B28021001DED00FB1C41 /* splMeter_sensitivity_offset.plist in Resources */,
E26E32D622E75FB7004F42EC /* Noise.wav in Resources */,
Expand Down
79 changes: 0 additions & 79 deletions scripts/find_headers.rb

This file was deleted.

149 changes: 0 additions & 149 deletions scripts/plist-to-strings.py

This file was deleted.

1 comment on commit bbe376c

@jules15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit broke the library when used from CocoaPods. ResearchKit.podspec still references the find_headers.rb script!

Please sign in to comment.